Time interval copy- Need help

dabanani

Member
Join Date
Feb 2009
Location
Mo
Posts
85
Hi all,
I have been programing a move instruction of an analog signal into a data block every 30 seconds. For some reason the time works but data is not being moved. Please Help. Is there better way to move data than move instruction?

In this program i used a timer for 30 sec and activate move instruction with timer done bit. When I run the program, it seems like timer done bit never comes true.

Software: Siemens TIA software V12

Thank you.

TIMER TRIGGERED COPY.jpg
 
Last edited:
Put your timer below the Move. Logic is solved from top to bottom.
What am I missing here? I would fully expect dabanani's code to function as he planned it to. This is how I would generate a one-shot every 'x' seconds (and BTW, the positive differential (-|P|-) should not be needed)

The timer's 'done' bit (.Q in this case) should remain on until the timer's rung gets scanned again, which would reset it (IOW, ON for one scan).

Do the newer S7 PLCs have an asynchronous scan?

🍻

-Eric
 
What am I missing here? I would fully expect dabanani's code to function as he planned it to. This is how I would generate a one-shot every 'x' seconds (and BTW, the positive differential (-|P|-) should not be needed)

The timer's 'done' bit (.Q in this case) should remain on until the timer's rung gets scanned again, which would reset it (IOW, ON for one scan).

Do the newer S7 PLCs have an asynchronous scan?

🍻

-Eric

From an older post -

- In S7 300/400 plc's the timers update asynchronously to the scan of the program. .......
 

Similar Topics

What's the fastest practical Update Interval you've had success with on the ABCIP driver communicating to L7x series Control Logix? Have an...
Replies
1
Views
636
Hello, I have a issue with tuning a slow acting PID loop using AB PIDE instruction. The system is designed to cool a tank after it heats up...
Replies
141
Views
103,115
Hi all, I'm using my 1500 PLC to communicate to two modbus slaves devices via RTU comms: Comms settings being: 9600 8N1 Every now and then the...
Replies
4
Views
2,459
Sir, I want to know time interval function in RS view 32, I want to created one object it's visable after 10 second's. For that I use this...
Replies
0
Views
1,427
How often does Rockwell Release new versions of Studio 5000 Designer? Annually? I'm just curious.
Replies
9
Views
4,443
Back
Top Bottom