USERDATA Property
The USERDATA property allows application data to be assigned with individual objects. This gives a PLB user applications a way to assign specialized data to an object to be used as needed. The property uses the following format:
USERDATA={value}
Note the following:
USERDATA may be used in CREATE, SETPROP, or GETPROP statements of all objects.
{value} is a character string variable or literal.
The maximum length for a USERDATA string is 40960 bytes.
The USERDATA string is expected to have ASCII data with character values larger than 0x20. A binary value of zero is not prevented but can cause the userdata string to be truncated using a GETPROP.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |