Loading…
Loading…
Method Name: new_sample
Method ID: 0x4087
Method Label: New Sample
Method Help:
- {
- char status[3];
- char xmtr_status[25];
- long var_id[1];
- int samptime;
- get_more_status(status,xmtr_status);
- if (xmtr_status[2] & 0x20)
- {
- ACKNOWLEDGE(literal_string(186));
- return;
- }
- send_command(156);
- var_id[0] = 16460;
- if (select_from_list(literal_string(187),var_id,literal_string(182)) == 1)
- {
- return;
- }
- _iassign(16430,2);
- send(152,status);
- if (status[0])
- {
- display_response_status(154,status[0]);
Please login for more