AddUdint
This method adds a value of the data type UDINT to a property. Usually, a corresponding property was created beforehand with the method AddKey().
Syntax
METHOD AddUdint
VAR_INPUT
value : UDINT;
END_VAR
Inputs
Name | Type |
---|---|
value | UDINT |
Sample call:
fbJson.AddKey('PropertyName');
fbJson.AddUdint(42);