AddDint

AddDint 1:

This method adds a value of the data type DINT to a property. Usually, a corresponding property was created beforehand with the method AddKey().

Syntax

METHOD AddDint
VAR_INPUT
  value : DINT;
END_VAR

AddDint 2: Inputs

Name

Type

value

DINT

Sample call:

fbJson.AddKey('nNumber');
fbJson.AddDint(42);