Loading…
Loading…
Method Name: SetupOutputsMethod
Method ID: 0x4171
Method Label: Setup Outputs
Method Help:
- {
- char status[3];
- long select;
- long step;
- long temp;
- int choice;
- _set_device_status(0xFF,0);
- _set_all_resp_code(0);
- _set_xmtr_device_status(0xFF,0);
- _set_xmtr_all_resp_code(0);
- select = 0;
- step = 0;
- temp = 0;
- choice = 0;
- ACKNOWLEDGE(literal_string(1917));
- do {
- switch (step)
- {
- case 0:
- choice = SELECT_FROM_LIST(literal_string(1919),literal_string(1920));
- switch (choice)
- {
- case 0:
- step = 1;
- break;
- case 1:
- step = 5;
- break;
- case 2:
- step = 7;
- break;
- }
- break;
- case 1:
- temp = _MenuDisplay(17300,literal_string(1921),literal_string(1914));
- if (select == 0)
- {
- step = 0;
- }
- if (select == 1)
- {
- step = 2;
- }
- send(198,status);
- if (status[0] > 0)
- {
Please login for more