Help me pls

Both lines have a XIC that shows Q100.00 is OFF, even though the output on the rung says it's ON.

The way scanning of the program works it is possible that when Rung 0 is scanned the line is not true and the output is off, which on the next rung means the timer would not run.

Then later in the program another rung turns the output ON and when the between-scan communications happens with the online software it shows ON, but still wasn't for that rung.

That said, if this is a 2 line program for a test, with no other rungs, then it might be the PLC is not in Run mode. In Program mode the inputs will show the status if On or Off, but timers and outputs will not be turned on.

I just noticed your timer is set to 0 BCD, that is 0.0 seconds, maybe 0.00 depending on the PLC.. For 50 seconds that should be 500 or 5000 BDC.
 
1) What sets bit [TIM 50sec]? Is it the timer DONE bit, or something else?


2) Is the PLC in run mode (as noted earlier)?


3) that lamp may only be on for 100ms = 0.1s; maybe it is turning on and then queickly off, and you are not seeing it?
 
My first thought was that was Omron Syswin, but it is only similar.

In Syswin the preset value shows as 0500 bcd AND #0500

I am not sure which platform that is, but #100 might only be 0.1 seconds or 1.0 seconds and the OP is expecting 50 seconds.
 
Another thing I just thought of - BCD values are always 4 digits.



The value #100 might be invalid and being ignored. #0100 is probably needed, but still not 50 seconds.
 
This is Omron code, 100 means 10seconds at 0.1 sec time base


https://accautomation.ca/omron-cp1h-timers/




In a photo on your link it shows 100 bcd along with #100


The OP photo shows 0 bcd, which means for some reason it didn't take.



When I opened Syswin offline and wrote a timer to see - it showed the value as bcd offline and not in simulation.
 

Similar Topics

Hi im doing a energy saving program for a lamp. And basically the instructions are to turn off the lamp if is not being used ....... but with no...
Replies
3
Views
1,453
Hi, I am fairly new to PLC programming and in this project i have to understand the electrical circuit and implement the logic in PLC. The only...
Replies
2
Views
1,815
Trying to wrap my head around an Eberle PLS 511 program. I have a register 700 describes as EXOR/ZS/inc.dec counter. Looks like it's called up...
Replies
2
Views
2,091
Hi, I have added digital output expansion module(1762-ob32t) to the PLC and able to program the output but when i try to measure the voltage,i am...
Replies
6
Views
2,970
I need to operate a machine which will have 3 temperature inputs and 1 pressure input. I think i will need at least 3 dry contacts for outputs and...
Replies
17
Views
5,616
Back
Top Bottom