Control Logix, Is DDT right for me?

TerriLaf

Member
Join Date
May 2006
Location
Florida
Posts
20
I'm still in process of learning control logix (oh what fun).
Background...
We currently have 5 of our control logix processors 'tied together' via DH+ (don't ask why...). With that, I am reading user defined fault words from each machine (using a centralized control logix that communicates via Enet to our network to report downtime, T-put, etc). The majority of the fault information is the same with each machine.
What I want to do is this....
Monitor the fault status of each 'on-line' machine and report on the first fault that occurs. Sounds so simple, right?
Here's my dilemma...
I don't want to have separate fault codes for each machine (I don't like to duplicate data). How do I monitor the status of each machine and tie that back to my own set of faults? I've tried using several different instructions to monitor the data, but nothing seems to work the way that I need it to. Most recently was the DDT instruction, but it keeps overwriting the original data.
Are you as confused as I am?
Thanks!!
 
Last edited:
The DDT instruction updates its reference array from the source array as it operates. Therefore, it detects changes of state in the source array.

Perhaps what you are looking for is the FBC instruction. It operates just like the DDT except it doesn't update the reference array. It detects "wrong" states instead of state changes.
 

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
243
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
749
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
422
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
658
Back
Top Bottom