Loading…
Loading…
Method Name: read_dv_max_min
Method ID: 0x40EE
Method Label: Read dv max/min log
Method Help: Reads the device variable maximum and minimum logged values
- {
- char status[3];
- int dvIndex;
- long varid[4];
- _set_all_resp_code(0);
- _iassign(16396,1);
- dvIndex = SELECT_FROM_LIST(literal_string(812),literal_string(813));
- if (dvIndex < 0 || dvIndex > 4)
- {
- process_abort();
- }
- _iassign(4167,dvIndex);
- do {
Please login for more