Plc program

newasun

Member
Join Date
Mar 2005
Posts
9
Hi,

I'm looking for complex PLC program written in IL using TON for my testing purpose can anybody provide me good example.

Thank you.
 
My turn to be mean.

This is too simple. If you can not use a TON AND ask a question which involves the associated hardware then you shoul not be programming a PLC.

You did not state the PLC to be used.

You did not explain the application.

BUT you WANT...get real.
 
according to request... simple 'alarm' use of TON ;)

; monitor_gmax() {
monitor_gmax:
ldc bin_gmax
ld _const_gmax_timeout
ton tm_mon_gmax.1
wr al_gmax
; panic
cad stop_me
ldc bin_gmax
red
; reset
ld ZERO
wr tm_mon_gmax
; }
ret
 
Thanks!

Thank you for response.
Actually, I think I didn't explain correctly in my post.
I need real complex example which has TON programmed in IL (IEC standard). I know how to program simple programs using TON. Anyway I'm checking few books...I hope I will find there.
 

Similar Topics

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
111
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
197
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...
Replies
2
Views
137
can anyone has a good program to learn plc programming online. i have the basic looking into improve my skills thanks
Replies
1
Views
137
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
949
Back
Top Bottom