Hello
I have an X20DS438A module and I want to make an IO link. I took the necessary steps in the configuration settings. How can I control the valve islands through the channel?
Thanks, I made the settings. well to check my Valves. How can I write a program? In other words, I want to control the 1st line on the 1st channel, or how should I make the assignment to control the 15th valve on the 1st channel?
thank you dear manager
Here is an example of how I turn on the first valve coil.
PROGRAM _CYCLIC
Valve.Out[0].0 := TRUE;
END_PROGRAM
Thank you dear Stephan Herbig

