ANALOG_OUT (120)
ANALOG_OUT (120)
ID 120
Application: |
PLC |
Group: I/O
Short description:
Function that writes the values to the analog output with the specified number.
Inputs (1):
no. |
type |
impulse |
mark |
notes |
1 |
R |
no |
IN |
Function input value |
Outputs: none
Settings:
no. |
type |
mark |
notes |
1 | I | Numer | Analog input marker |
Function operation:
The ANALOG_OUT function writes the value of the analog output to a special register each program cycle. An attempt to write to the register values less than -10 will result in writing to the register a value equal to -10. An attempt to write a value greater than 10 to the register will result in writing to the register a value equal to 10. To activate the physical state of the outputs, switch the state of the special marker M1021 to the value 1 once.
R registers and M markers used:
no. |
name |
description |
R - read, W - write |
R3421 |
_Analog_OUT1 |
analog input no. 1 (range: from -10 to +10) | W |
R3422 | _Analog_OUT2 | analog input no. 2 (range: from -10 to +10) | W |
R3423 | _Analog_OUT3 | analog input no. 3 (range: from -10 to +10) | W |
R3424 | _Analog_OUT4 | analog input no. 4 (range: from -10 to +10) | W |
R3425 | _Analog_OUT5 | analog input no. 5 (range: from -10 to +10) | W |
R3426 | _Analog_OUT6 | analog input no. 6 (range: from -10 to +10) | W |