L-force | plc designer – Lenze PLC Designer PLC Designer (R2-x) User Manual
Page 29

L-force | PLC Designer
Lenze specifications
DMS 3.2 EN 02/2011 TD29
27
Outputs
Identifier/data type
Value/meaning
bDone
BOOL
TRUE if operation has been completed successfully
bBusy
BOOL
TRUE as long as the operation is running without errors
bError
BOOL
TRUE if an error has occurred
dwErrorID
DWORD
Greater 0 if an error has occurred
eDataRType
LDM_tVT
Returned type of the parameter read
{LDM_VT_EMPTY, LDM_VT_I4, ...}
sDataR
STRING(255)
Value read (string) - table Connection between the inputs and outputs and
the data type
byDataR
BYTE
Value read (1*byte) - table Connection between the inputs and outputs
and the data type
wDataR
ORD
Value read (2*byte) - table Connection between the inputs and outputs
and the data type
dwDataR
DWORD
Value read (4*byte) - table Connection between the inputs and outputs
and the data type
Connection between the inputs and outputs and the data type
Input, output
Data type
sDataR, sDataW
LDM_VT_BSTR
byDataR, byDataW
LDM_VT_I1, LDM_VT_UI1
wDataR, wDataW
LDM_VT_I2, LDM_VT_UI2
dwDataR, dwDataW
LDM_VT_I4, LDM_VT_UI4, LDM_VT_DATE