- Getting started
- Creating projects
- OPC UA
- Graphic objects
- Predefined graphic objects
- Sessions and locales
- Object and variable references
- Extending projects
- NetLogic
- NetLogic tutorial
Global methods for variables
Use variable commands to modify the values of variables.
Increment value
Increases the value of a variable.
Argument | Description |
---|---|
VariableToModify | Variable for which to increment the value |
Delta | Value of increase of a variable |
ArrayIndex | (Only for array) Cell to modify |
Set bit value
Sets the value of a specific bit of a variable.
Argument | Description |
---|---|
VariableToModify | Value to modify |
Value | Value to set |
ArrayIndex | (Only for array) Cell to modify |
BitIndex | Specific bit to modify |
Set variable value
Sets the value of a variable.
Argument | Description |
---|---|
VariableToModify | Value to modify |
Value | Value to set |
ArrayIndex | (Only for array) Cell to be modified |
Toggle
Inverts the value of a Boolean variable.
Argument | Description |
---|---|
VariableToModify | Variable for which to invert the value |
ArrayIndex | (Only for array) Cell to modify |
Toggle bit
Inverts the value of a specific bit of a variable.
Argument | Description |
---|---|
VariableToModify | Variable for which to invert the value |
ArrayIndex | (Only for array) Cell to modify |
BitIndex | Specific bit to modify |
Provide Feedback