-=| Methods to monitor I/O status between SLC & HMI? |=-

JuNGLisT

Member
Join Date
Sep 2003
Location
North Carolina
Posts
31
We are using WonderWare as HMI, currently we are using a "STATUS" tag in WonderWare to monitor I/O status on channel 1 on the SLC 5/04. That's proving to create a nuisance alarm. I'm looking for another method to monitor I/O status. I've tried S:1/7 Comms Active, but it doesn't work the way I think it should work. Any suggestions would be great.
 
Last edited:
You want to monitor the channel status of channel zero?

The serial port comms active bit will go to zero after ten seconds of inactivity. It may also go to zero and seem to stay there depending on how you configure it and how it is connected to your HMI system.

For that reason, I would suggest you build a heartbeat signal.

Have the SLC examine a bit, and if it is ON, turn it off. Have Wonderware examine the same bit, and when it is off, turn it on.

Now you can program both the SLC and the wonderware system to set a fault if the bit does not change for x seconds.

I am not experienced with Wonderware, but I expect this to be possible.

Hope it helps,
Paul
 
Typically in all my wonderware dealings with AB I typically have done what OkiePC states in building a heartbeat counter to and from Wonderware. I'm assuming Wonderware is using DH+ to communicate to the SLC 5/04.
 

Similar Topics

Greetings. I want to install a PLC with servo and photocell. For a plastic bag cutting and sealing machine, logically it will work with printed...
Replies
2
Views
126
Hello, I have somewhat minimal experience tuning PID systems. Ive done a small servo controlled camera gantry. In the process of tuning sometimes...
Replies
4
Views
3,176
I would like to use this thread to ask for opinions on methods/practices. I am starting on a fairly large complete rewrite of code for several...
Replies
11
Views
2,427
Good Evening , I have a Conveyor system that requires Speed Cascading from one conveyor to another. Meaning that if one conveyor speed is...
Replies
10
Views
2,622
so, im interested in hearing some secret tips people may use to stay organized and on task when writing a program from scratch. I do the typical...
Replies
12
Views
3,681
Back
Top Bottom