ST_LON_SNVT_log_fx_request
Used by: SNVT_log_fx_request
TYPE ST_LON_SNVT_log_fx_request :
STRUCT
uiRequested_log : UINT;
udiRecord_count : UDINT;
stStart_time : TIMESTRUCT;
stEnd_time : TIMESTRUCT;
END_STRUCT
END_TYPE
uiRequested_log: Min: 1 / Max: 65535 / Requested log number. The log number of the data log to be transferred. Logs are numbered from 1 to number_of_logs.
udiRecord_count: Min: 0 / Max: 4294967295 / Record count. The maximum number of log records to be transferred.
stStart_time: Start time. (seconds) (see TIMESTRUCT). Timestamp of first record to be transferred. If no records exist with this timestamp, the first record with a timestamp after this timestamp is the starting record.
stEnd_time: End time. (seconds) (see TIMESTRUCT). Timestamp of last record to be transferred. If no records exist with this timestamp, the last record with a timestamp before this timestamp is the ending record.
Requirements
Development Environment | TwinCAT 3 PLC library to be integrated |
---|---|
TwinCAT from v3.1.4020.14 | Tc2_LON from 3.3.4.0 |