Loading…
Loading…
Method Name: MthDisplayIdentDriverSensor
Method ID: 0x4311
Method Label: Sensor Driver
Method Help: Displays information of the sensor driver hardware Displays the ID of the Sensor Driver on the FrontEnd (Fct. B3.4.3, C1.6.3)
- {
- char achCmdStatus[3];
- long ai32VariableIds[16];
- _set_all_resp_code(0);
- _set_device_status(0xFF,0);
- _set_xmtr_all_resp_code(0);
- _set_xmtr_device_status(0xFF,0);
- _iassign(17161,2800);
- send(188,achCmdStatus);
- if (achCmdStatus[0])
- {
- display_response_status(188,achCmdStatus[0]);
- process_abort();
- }
- send(189,achCmdStatus);
- if (achCmdStatus[0])
- {
- display_response_status(189,achCmdStatus[0]);
- process_abort();
- }
Please login for more