Loading…
Loading…
Method Name: SetupOutputsMethod
Method ID: 0x413E
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(1120));
- do {
- switch (step)
- {
- case 0:
- choice = SELECT_FROM_LIST(literal_string(1124),literal_string(1125));
- switch (choice)
- {
- case 0:
- step = 1;
- break;
- case 1:
- step = 4;
- break;
- case 2:
- step = 6;
- break;
- }
- break;
- case 1:
- temp = _MenuDisplay(17120,literal_string(1126),literal_string(1122));
- if (select == 0)
- {
- step = 0;
- }
- if (select == 1)
Please login for more