GX Developer - Timer Question

woodward_uk

Lifetime Supporting Member
Join Date
Mar 2006
Location
Hinckley, Leicester
Posts
42
Hi there

I am currently translating a Mitsubishi program for upgrade to RSLogix5000. Could anyone please explain to me how the code in the attachment works?

I understand that this is a simple 'greater than' instruction and if T200 is > D130 this portion of the rung will become true. Where I am struggling is with T200, I cannot find a reference to this Timer anywhere else in the ladder software.

The Timer is assigned as a high speed timer in the PLC Parameters but I cannot find a reference in the software which would activate the timer nor set a preset value.

Am I missing something very basic here?

Many thanks
Woodward_UK

Ladder1 - Copy.JPG
 
have you used cross reference function for search?
if yes and there is no coil T200 then its probably some legacy rung


from what i know GX will compile "T" contacts even without respective coils in program
 
If you can't find T200 anywhere else, then I'd say this is a case of a code scrap left behind after a program change. What model of PLC is it?
 
T200 is a 10mS timer, if there is not another reference to T200 in the program then the value of T200 will be always zero.

This rung is very likely an unused timeout.
 

Similar Topics

Hi all I'm trying to program a 20 minute timer on an older Mitsubishi PLC with GX developer but the register does not allow it. For instances, T1...
Replies
16
Views
6,450
Hello everyone! Could someone help me and tell me what the "D212" means? I know that to define the*time of a TIMER you must put a k and number...
Replies
3
Views
1,972
Dear friends,in GX develop ladder logic programming how can i make off delay timer ?.
Replies
7
Views
4,920
Hi, i uploaded program from one melsec PLC,in Program timer T1 K20,T2 K100,T3 K250 is given but for timer 11 T11 D8030 is used, what is that ?.it...
Replies
13
Views
6,621
I am new to gx developer and I can't seem to get the proper syntax to set up a timer or counter. I have looked through the manuals but hey are...
Replies
2
Views
2,648
Back
Top Bottom