ConfigureByString (FUN)ΒΆ
FUNCTION ConfigureByString : Error
Configures the given PLCHandler instance with the given string.
- InOut:
Scope
Name
Type
Comment
Return
ConfigureByStringAn errorcode representing the result of this operation
Input
hPlcHandlerSysTypes.RTS_IEC_HANDLEThe instance of the PLCHandler to configured.
pstConfigurationPOINTER TO STRING
A POINTER to a zero terminated ASCII STRING containing the configuration of the PLCHandler. The STRING is expected to contain the ini-format as defined by the PLCHandler SDK. The length of the given string is not limited by 80 characters.