Topic: DMD0012 SETNUMR - Set Numeric Range |
|
The Set Numeric Range (SETNUMR) instruction sets each location within a specified range of numeric locations to the same value.
|
|
Parameters:Note: Use the F9 key or click the 'three dot box' at the right edge of the parameter field to open the Default Element Selection Tool (the Element Picker or the Element Browser) or use the Down-Arrow key (Auto-Complete) on any parameter field to see a complete list of the memory locations that are valid for that parameter of the instruction.
Start - specifies the first numeric memory location of the range. This can be any writable location from a numeric data block.
End - specifies the last numeric memory location of the range. This location must be the same memory type as Start, it must also be sequentially later in the memory range.
Value - specifies the value that each location in the defined range will be set to. This value can be any constant value of the appropriate size and type or any readable numeric location.
|
|
See Also:SETNUMR - Set Numeric Range
|
|
Related Topics:
REFWRITE - Write Value Indirectly
|
|
Rung Example:
|
|