Yt_xAnalogOut
The Yt_XAnalogOut data types (Yt_2AnalogOut, Yt_4AnalogOut) are used to reflect the state of analog outputs.
Yt_2AnalogOut: STRUCT
| Element | Data Type | Description | Usage |
|---|---|---|---|
| AO0 | INT | Analog value in output channel 0. | Module1.Out.AO0 |
| AO1 | INT | Analog value in output channel 1. | Module1.Out.AO1 |
Yt_4AnalogOut: STRUCT
| Element | Data Type | Description | Usage |
|---|---|---|---|
| AO0 | INT | Analog value in output channel 0. | Module1.Out.AO0 |
| AO1 | INT | Analog value in output channel 1. | Module1.Out.AO1 |
| AO2 | INT | Analog value in output channel 2. | Module1.Out.AO2 |
| AO3 | INT | Analog value in output channel 3. | Module1.Out.AO3 |