DriveRadar® parameters
DriveRadar® parameters are the structures in the user interface that contain the data to be recorded from the devices or device components in variables. The structure of the DriveRadar® parameters differs depending on the data type of the parameter to be recorded (e.g. DINT, STRING, LREAL) only in the data type of the Value
variable.
The following figure and the following table provide an example of the structure and variables of the DriveRadar® parameters:
Variable name | Description |
---|---|
Description | Data type – STRING |
Brief description of the parameter | |
Value | Data type – DINT |
Value of the parameter depending on the data type | |
Unit | Data type – STRING |
Unit of the parameter | |
TimeStamp | Data type – DATE_AND_TIME |
Time of the last reading of the parameter as device parameter | |
LastChange | Data type – DATE_AND_TIME |
Time of the last change of the parameter | |
StatusCode | Data type – UDINT |
Status code of the parameter that can be used as the basis for the decision to further process the parameter. For a description of the status codes, refer to the OPC Foundation website. |
ST_DR_SourceParameter
Variable name | Description |
---|---|
uiIndex | Data type – UINT |
Index of the read device parameter | |
usiSubIndex | Data type – USINT |
Subindex of the read device parameter |