I’m using signals to pass the data among the tasks. Currently, I’m using DO because the data passing is the boolean value.
When I’d like to use the continuous value, I found there were two choices: AO and AI. The explanation in the manual looks pretty same. How can I use them properly? What is the difference?
Are you connecting the signals to a device( like a sensor, laser, etc.) or just passing data internally? If not you should be using num data or bool data to pass data between programs.
Analog Input is coming into the robot, Analog Output is going out of the robot. Normally they are for configuring and scaling an analog signal( 0 to 10v or 4 to 20 ma) to a digital number or to convert the other way around.