Need help for solvin the basic program

bupesh

Member
Join Date
Aug 2006
Location
CA
Posts
9
hiii all,

I am new two plc, tryin to write a simple program to switch the light on and off every 5 sec.


attached is the program. I will appreciate if any one can help me resolving the error.


Regards,
 
Last edited:
ouch...:)

try this

flash.jpg
 
Last edited:
I dont have much time...may be someone will chime in,

in short you are out of order, talk yourself through it, if the switch is on...then you want to time, STOP, if timming you want Light on, STOP, these can be done in a few rungs to make it easy

good luck
 
The simplest way, is to use a free-running timer, with a period of 10 seconds, and turn the light on if the accumulator is greater than 5000.

BST xio FlashTimer.DN TON FlashTimer 10000 0 NXB GRT FlashTimer.ACC 5000 OTE MyLampOutput BND
 

Similar Topics

I'm fairly new to Rockwell software, I've had some basic training in the past but nothing too advanced. My company and I use Reliable products for...
Replies
11
Views
274
Hi all, I am having issues accessing my Cimplicity software - the site code changed after re-install and I am no longer able to attain a new key...
Replies
10
Views
158
Good day all! Can someone help me with the procedure to update Beijers E700 firmware? The Panel I am working on is firmware 2.04v and I would...
Replies
1
Views
62
Hello nice to meet you, im new in here, I'm currently trying to convert code written in STL for a S7-400 to SCL for an S7-1500, because when i run...
Replies
5
Views
316
Back
Top Bottom