Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Location:


<WorkspaceDirectory>\EventFiles\nxaXLogicEvents.dat


The definition of XCommands provide the possible linkage of logical functions between multiple different server items. The defined XCommands can be executed by defining events which react on input value of the involved server items.
The structure of the XCommand definitions file is as follows:


' Name;VariableGroup;Type;Options;XCommand;Inputs;Outputs;Parameters
OR Example;;ON_INPUT;;Or;NETx\VAR\Boolean\Item1,NETx\VAR\Boolean\Item2,NETx\VAR\Boolean\Item3;NETx\VAR\Boolean\Item4;
Each line – except comment lines that start with ' – defines a single task.

...