SVC instruction help....

JoseM

Member
Join Date
Jul 2011
Location
Texas
Posts
381
Quick question on the SVC (Service Communication) instruction for the SLC family of processors.

When you add this instruction into your PLC program, do you need to have an instruction that goes true and false to the left on the same run where the SVC output is located.

I added one on a program but I didn't put another instruction to the left of the SVC. I just put it separately on one run to execute on every scan and service the communication channels.
 
Thank you Mickey. Any reason why anyone will chose to condition the execution of the SVC instruction?
 
The Instruction Help in RSLogix500 for the SVC instruction has a link to an example where the SVC is triggered conditionally on a rung.

In the example, an SVC is executed when a message (MSG) instruction has been enabled. The SVC causes the communications to occur before the end of the program scan.

This, of course, will have an impact on the scan time.
 

Similar Topics

I'm trying to dig to the source of a minor "recoverable" system fault throwing a fault light on a machine that has been confusing my operator...
Replies
3
Views
74
I'm using a SLC typed write from the ControlLogix5572 to the MicroLogix 1400, with path: 2, (MicroLogix IP). The ControlLogix equipment has a...
Replies
0
Views
87
Does this instruction calculate values during a single scan, or does it require number of scans based on element count in the array? For Example...
Replies
3
Views
114
Hello All, Was hoping I could get a little help with Modicon ladder logic. This is the first time I have seen Modicon logic and currently trying...
Replies
6
Views
259
Hello all, I am currently trying to establish a message instruction to pass data from a 1756-L73 to a 1756-L71. My communication path from the...
Replies
8
Views
352
Back
Top Bottom