Loading…

Method Name: refreshSubDeviceMapping

Method ID: 0x40A0

Method Label: Refresh SubDevice Mapping

Method Help: This method forces the sub-device mapping information to be re-read from the field device for all supported burst and event messages.


  • {
  • char status[3];
  • int i;
  • _set_all_resp_code(0);
  • _set_device_status(0xFF,0);
  • _set_xmtr_device_status(0xFF,0);
  • for (i = 0; i < _ivar_value(4438); i++)
  • {
  • _iassign(4839,i);
  • send_trans(101,0,status);
  • if (status[0])
  • {
  • display_response_status(101,status[0]);
  • }
  • }


Please login for more