Two applications running on a PLC

giovani

Member
Join Date
Jun 2003
Location
Rio de Janeiro
Posts
18
Hi everyone,

It's the first time I'm using this forum to search for answers and I quite feel it's going to be worth the efort. So, let's go to it !

I'm going to develop an application which will run on an Allen Bradley SLC 5/03. It's worth saying that this PLC already has an application running but the new application I'm going to develop and the old are mutually exclusive, i.e, when one is running the other won't be .

I'm considering the idea of creating a subroutine which will take care of this new application and insert it in the actual code of the PLC.

Is it the best solution ?

[email protected]
 
Yes, two seperate subroutines called from the main ladder file in a mutually exclusive manner seems good.
 
take care

You must remember that when you stop calling one program and start to call the other that any outputs etc will be left in their last state.
 
I agree. That is the way I do it. The equipment types I program have several mutually exclusive applications that I have written as subroutines.

One word of caution: If you are using any latch/unlatch coils in either subroutine, make sure you drive them to the proper state before exiting the working subroutine.

Steve.
 

Similar Topics

There have been some discussions here about remotely controlling several machines from a central location and I was curious what we could use to...
Replies
3
Views
2,653
Hi, I am having trouble with the comms within FT view SE v11 (premanent license). I created an HMI program a while back which was working just...
Replies
0
Views
927
Good Morning , I've been using FactoryTalk View Studio from time to time , but I really don't understand all the options in FactoryTalk View...
Replies
2
Views
1,152
I apologize in advance for my ignorance. I am supposed to program a vfd for New Zealand at 50hz. Any info would be appreciated. That is the only...
Replies
4
Views
2,570
Has any come across a decent Industrial-Rated Cable Modem used for internet (Docsis 3.x) that they are using in their control panels? I've talked...
Replies
0
Views
813
Back
Top Bottom