PLC Program Misubishi FX3U

cruzzred_007

Member
Join Date
Apr 2024
Location
pen
Posts
1
Hi All, want to ask.

I have PLC a programme to control the valve. The existing programme is to control valve A (Y22), and I want to change to valve B (Y23). At the program, I change the output Y22 to Y23, and the program does not trigger valve B but the existing program before I change can trigger valve A. I'm also trying to force on the valves A and B, but the valve B can't be forced on. Is there anything wrong with my program. Can refer to the photo below for the programming that I changed. Using Mitsubishi PLC FX3U.
 

Attachments

  • dee.PNG
    dee.PNG
    13.7 KB · Views: 10
Hi All, want to ask.

I have PLC a programme to control the valve. The existing programme is to control valve A (Y22), and I want to change to valve B (Y23). At the program, I change the output Y22 to Y23, and the program does not trigger valve B but the existing program before I change can trigger valve A. I'm also trying to force on the valves A and B, but the valve B can't be forced on. Is there anything wrong with my program. Can refer to the photo below for the programming that I changed. Using Mitsubishi PLC FX3U.
if you are changing only output y22 to y23 then the program should work fine. but if the y23 output is used before and has interlock then it will not triggered...check the cross reference for y23 is already used and try another output for that valve.
 
That is correct, assuming Y23 is also used in the program then you need to change them over or at the very least remove Y23 that is probably somewhere else in the program, also you cannot force outputs on as these if already in the code will automatically be turned back on or off by the logic.
 

Similar Topics

Can we use a Simotion D455 ethernet port x127 as a gate, to access S7-1500 plc Tia Portal program ? In the Simatic manager, we used Netpro to do...
Replies
2
Views
92
Posted this to Reddit with little success, so I figured I would share it here as well. Very new to PLCs, but figured I would give it a shot to...
Replies
0
Views
128
I'm a beginner in the automation field and I've set up an automation system connecting several devices (datalogger, radio, etc.) via Modbus RS485...
Replies
5
Views
218
can anyone has a good program to learn plc programming online. i have the basic looking into improve my skills thanks
Replies
1
Views
147
Hi, I am new to ladder logic. I have completed a code in the Xinje PLC XC3-32RT-E for one of the machines I am developing. Currently the program...
Replies
30
Views
1,022
Back
Top Bottom