Loading…
Loading…
Method Name: LF600_loop_test
Method ID: 0x411F
Method Label: Fixed pls out
Method Help: Fixed pulse test; Fixed pulse output. When you use fixed pulse output function, set digital output function to PULSE OUTPUT.
- {
- int choice;
- long ids[1];
- char status[3];
- long fixed_pls;
- do {
- choice = SELECT_FROM_LIST(literal_string(415),literal_string(416));
- switch (choice)
- {
- case 0:
- {
- _get_local_var_value(literal_string(417),ids,literal_string(418));
- fixed_pls = fixed_pls * 10;
- _lassign(resolve_record_ref(16598,16534),fixed_pls);
- send(230,status);
- if (status[0])
- {
- display_response_status(230,status[0]);
- }
- fixed_pls = fixed_pls / 10;
- break;
- }
Please login for more