AddUdint

AddUdint 1:

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

AddUdint 2: Inputs

Name

Type

value

UDINT

Sample call:

fbJson.AddKey('PropertyName');
fbJson.AddUdint(42);