How to put simple timer into mitsi ladder

Billando

Member
Join Date
Jul 2002
Location
Brisbane Australia
Posts
10
Hi all,
Having a problem inserting a basic timer into my Mitsi Ladder. I am just playing around learning with the basics. However I have read my software manual GX Developer 7, have gone to the mitsi site and downloading other manuals. Fx series programming manual to be precise. But I am just not getting it. I know it will be a simple answer but geez its frustrating :( . Help will be gladly accepted :D .
 
Just about how to insert a timer. Found I have to also input a k value. Must have missed this in the manual. But still can`t really find the explanation from any of the manuals. :eek:
 
A timer is inserted just like an output coil. Just replace the output coil with the timer and setting...

An output coil looks like this:
|----] [---------------(Y000    )





And would be written "OUT Y000"


A timer looks like this:
                            K12
|----] [---------------(T10 )





And would be written "OUT T10 K12"

You can use the drop down menu and select "-()-" in place of the OUT instruction (it does the same thing).

The "constant" value (K) is the time setting. Remember that there are different timer resolutions available. A setting of "12" would mean 1.2 seconds for a 100ms timer (T0-T199), and 0.12 seconds for a 10ms timer (T200-T245).

Now, was THIS what you wanted to know? :D

beerchug

-Eric
 
The same applys to counters

Instead of using a constant "k" as the preset value of the timer, you can us a data register "D" as well. the same applys to counters.

You can find the detail arrangement of timers and counters on the "PLC Device Tables" in the manual. Some PLCs have a special auxiliary relay M8028 to switch some timers resolutions between 100ms and 10ms.

FXon, for example

----------l----------------------------------------l
M8028=off l T0~T62 Timer base=100ms l
l----------------------------------------l
l T63 Timer base=1ms l
----------l----------------------------------------l
M8028=on l T0~T31 Timer base=100ms l
l----------------------------------------l
l T32~T62 Timer base=10ms l
l----------------------------------------l
l T63 Timer base=1ms l
---------------------------------------------------l
 

Similar Topics

Anyone have a cheap, simple solution to enter a desired batch size into a PLC? I had planned to use a selector switch to increment or decrement...
Replies
14
Views
3,833
Hi All, I'm new on PLC about Analog Output and Input problems, but i know how it works. I'm using PLC Omron CJ2-CPU32 with Analog Output Module...
Replies
0
Views
3,193
Hello all, it seems I've been hand-balled a mystery box full of smoke and mirrors. My question is this: Is there a message display with 100-150...
Replies
8
Views
3,253
Hi, guys How to make program for analog input S7 300 for sonar bero application? Thanks a lot in advance
Replies
1
Views
5,074
I have never wired one of these up before and thought I was doing it right but this is what I did and no luck with the input. I have a pnp...
Replies
7
Views
3,192
Back
Top Bottom