Loading…
Loading…
Method Name: matrix_view
Method ID: 0x4345
Method Label: Click to view the Values
Method Help: Displays the 3x3 Matrix
- {
- long vid[4];
- char status[3];
- char string1[60];
- int len1;
- len1 = 60;
- _set_all_resp_code(0);
- _set_xmtr_all_resp_code(0);
- _set_device_status(0xFF,0);
- _set_xmtr_device_status(0xFF,0);
- send_trans(166,0,status);
- if (status[0])
- {
- display_response_status(166,status[0]);
- }
- send_trans(166,1,status);
- if (status[0])
- {
- display_response_status(166,status[0]);
- }
- send_trans(166,2,status);
- if (status[0])
- {
Please login for more