CONTROL MODE -> A PFC application is running

Hello,

When I try to enter CONTROL mode on my 750-0881 using WAGO-I/O-CHECK 3,

I receive an error message: “A PFC Application is running”

How can I resolve this issue?

Thank you

Stop the PLC in CoDeSys (Online → Stop) or set the mode switch to the middle position. The CoDeSys program must not be running when entering control mode in WAGO-IO-CHECK

Thanks for answering.

Last questions if i may ?

On the PFC, there is 6 modules of 16 Digital Input and 5 modules of 16 Digital Output.

I’d like to control the switch of one lighting zone.

  1. What is the différence between DI and DO ? witch one i may program ?

  2. What librairies i may use within NODE-RED to control the light switch ?

Thanks

Hello,

  1. DI stands for Digital Input (reads a signal: ON/OFF), and DO stands for Digital Output (sends a signal: ON/OFF). With DI, you check whether a switch/sensor is active or inactive. With DO, you control something like a relay or a light switch. In practice, you read the DI and use that information to set the DO. For example, press a button (DI) → turn on a light (DO).
  2. If you just want to control a switch, default node-red libraries are sufficient enough. If you want to do something different please inform us.

Hope this answers your questions.

Hello,

Thank you very much for your responses, I’m starting to understand things better.

If I understand correctly, the DI returns the status of my light (off or on), and the DO allows me to change this status. Therefore, I need to act on the DO.

I have a WAGO 750-0881 that manages 8 modules of 16 DI and 6 modules of 16 DO.

I would like to control the light using NODE-RED, but I don’t know which libraries to use.

Could you help me?

The DI is located in the 6th module, channel 2, and the DO that controls it is in the 2nd DO module, channel 15.

Thank you.

Thank you for your response and your valuable help.

With the MODBUS WRITE command, Node-RED requests an address.

How can I find the address of DO Module No. 2 with Channel No. 5?

Thank you

Thank you for your reply and your invaluable help. With the MODBUS WRITE command, Node-RED requests an address. How can I find the address of module DO #2 on Channel #5? Thank you