Control Logix Controllers

vettedrivr

Member
Join Date
Jun 2006
Location
Iowa
Posts
91
I don't have much experience with Control Logix Controllers and I understand they can be programmed with a structured text language. My question is can a structured text program run in a control logix controller at the same time as a ladder logic program? If so, can they be completely sparate in the tasks they perform?
 
vettedrivr said:
I don't have much experience with Control Logix Controllers and I understand they can be programmed with a structured text language. My question is can a structured text program run in a control logix controller at the same time as a ladder logic program? If so, can they be completely sparate in the tasks they perform?

Routines with the Clgx can be one of four types:


tasks.jpg



A routine can be in Structured text and another can be in ladder, but you cannot switch from one to another within a routine
 
and keep in mind that "structured text" is usually an extra-cost add-on feature to RSLogix5000 ... the processor might be running something that you can't edit (or even monitor) unless you have the extra feature available on your computer ...
 
Thanks for the replies. What I want to know is can a ladder diagram run some things like lifts, conveyors, turn tables, (all the real world stuff) ect while a structured text program takes care of things like data from bar code scanners, math functions, and data table input/output, ect and do so at the same time in the same processor?
 
Yes. These can run in sub-routines and called by the main routine in a progam. Or you can schedule them in multiple programs as the main routine under the Main Continuous Task (most like standard PLCs, scans continuously). Or you can create periodic tasks or event based tasks and schedule your different programs under those.
 
If you like ...

Don't forget that in V16 you can create AOI (Add On Instructions).

The AOI can be programmed in ST, and used in any of the programming types. Rather cool.
 

Similar Topics

I am having trouble with getting no control of my analog output signal. I am using the SCL function block to control my analog output. The logic...
Replies
11
Views
240
hi all, i have a plc i need to get info from for a site im working on: I have a 1764 Micro Logix 1500 LSP Series C (See Attached Image) im...
Replies
2
Views
373
I currently have a weird issue involving Ethernet IP communication between a ABB CI873 (EthernetIP Module) and a 1756-L83ES. The Layout is as...
Replies
8
Views
745
Possible for two processors in same rack to have separate motion groups across a single Kinetix Rack using a single EN3TR? One 6500/5700 rack, 8...
Replies
1
Views
420
Hi all! I am hoping to find some help understanding the ABB VFD Connection to my Rockwell PLC. I have set up the VFD parameters based on...
Replies
4
Views
651
Back
Top Bottom