Gxdeveloper Help with focing i/o

GEISHAKER

Member
Join Date
Aug 2005
Location
MAINE
Posts
5
Hello I am using gxdeveloper for the 1st time.. i am very used to rslogix, but am having trouble with the gxdeveloper in forcing on and off my inputs, outputs, and memory bits. can someone please tell me if this is possible, and if so how to do this thanks

Justin
 
Force I/O

In ladder, in online mode you can force I/O by clicking on the bitto highlight it, then shift and return on keyboard. Use this to toggle on/off.

Or right click and choose Device Test, you can then also force register values. Again you must be on-line.
 
first of all forget RSLogix, forcing in GX developer doesn't work the same way. when you "force" output, it is only setting the value once. in case processor is not running, rung is not scanned or the output is not used at all, the change will stay...
but if the output is used in program it will be overwriten just like if you tried to toggle OTE in RSLogix.
inputs behave differently. if input is low, you can force it.
if input is high, you cannot. for example if the sensor wired to the input is on, you won't be able to force this input low in program.
 

Similar Topics

i am using a Q64DAN (4 channel Analogue out card) can someone give me some pointers on how to set it up and how to write to it. i have got it in...
Replies
2
Views
1,445
Well i have a fx1n mitsubishi plc and the thing is that i'd like to make a communication between the plc and Matlab, so Matlab can read and manage...
Replies
5
Views
1,902
Does anyone know of any book, manual, link, or website that would have many ladder examples and techiques using Mitsubishi GX Developer?.
Replies
3
Views
2,768
Hello, when I try to convert the program after making edits gxdeveloper keeps trying to connect to the plc as if I am in online edit mode. How do...
Replies
3
Views
1,758
For some reason I cannot program a timer in GXDeveloper. I have to copy and paste an existing one and reconfigure. Any help?
Replies
3
Views
2,152
Back
Top Bottom