fx2n/gx Developer

jerrycat

Member
Join Date
May 2003
Posts
20
i just want to know if is possible to run the PLC program without conecting fysical I/O, and then monitor the output/input led while the PLC is conected to a PLC using GX-developer.can the input condition be set using force on funktion while the program is running. i did this but when i use the force function but while the PLC was in run mode i did,nt notice any thing on the led. when i use the force function while the PLC was in stop mode, i could get the output let lit , but not the input led.
 
Generally, LEDs on input modules indicate the presence of current flow at the module's terminal. The LED is telling you that you have a complete circuit between the field device and the PLC.

The LEDs on output modules usually indicate that the PLC is commanding the output to be true, but not necessarily that there is current flow to the field device.

There are exceptions to these generalities, and I can't tell you for sure whether Mitsubishi is one of the exceptions.
 
Jerry,
You can use shift + enter key to turn on your inputs, internal relays, etc. in your program, but as Steve has mentioned, you will not see the LED come on, as this is an indication of current flow. To force on an output, you can turn on all the conditions before that output, or if you want to use the force function then that output cannot be in the progam. IOW, you'll have to delete it to force it on. I would just turn on the conditions on the same step to get the output to come on.
Tim
 

Similar Topics

We buy and sell used industrial machinery. We have a machine with a Mitsubishi FX2N 32MR-ES/UL PLC. The battery light was on when we first powered...
Replies
6
Views
2,753
Hi All, I am tryign to program a Mitsubishi PLC. I am using teh GX developer demo software but as my program is over 1500 steps (program...
Replies
1
Views
7,466
Is it not possible when testing a program to simulate an input, say X001, by using the force on while in the Monitor Write Mode? I have tried...
Replies
2
Views
1,635
Dear all, I have fx2n plc on my hand but I don't have the programming cable sc-09 and it would not be easy for me to get one. I need the cable...
Replies
3
Views
94
Dear all, what type of built in port does fx2n-80mr plc has? i mean is it rs232, r rs422 or rs485. and which module should i use to convert to...
Replies
5
Views
111
Back
Top Bottom