Simulation X90CP174.48-00 mobile controller

hello dears,

Im Anwar, I’m trying to program an X90CP174.48-00 controller using ladder language, but I didn’t get how to configure the input and output.

Could someone assist me, please? Any advice, document, or example of a simple project… will be very appreciated.

thanks in advance,

warm regards,

Anwar

Hello,

You have to declare a Variable for each IO-Signal. The Datatype has to match the Datatype of the IO-Channel.
The X90 shows the IO-Mapping dependent to the IO-Konfiguration. You have to open the X1-Configuration and there you can set up the IO-Channels. After doing so, you can open the IO-Mapping and add the Variables from you Task to the IO-Channel.

Greetings
Michael

Thanks, Michael; that was helpful. a question: If I transfer this program to a real target PLC, will it work and change an output value, like turning on a lamp?

Hello,

After an Transfer to a real PLC the Application will behave as configured.
If you have configured output channels and they will go to Level TRUE they will change their physical Value as well.

Here is the PinOut

The X90 PLCs does not have a status Indicator for DI/DO signals. You have to wire an Indicator or Load to the output. Also a Voltage meter could show you the physical change.

Greetings
Michael