Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

SLC5/05 comms with Wonderware

Status
Not open for further replies.

gallopingconductors

Electrical
Joined
Feb 11, 2008
Messages
2
Location
US
I'm having troubles commuicating between SLC5/05 PLCs and Wonderware. Hard Inputs and Outputs have to turn on a Bit before Wonderware will see them. I have no problems seeing Intergers, Floats ect. Thanks for your help.

GC

 
You may have the "Poll Data" time set too long,i.e. 1 second instead of 100ms, where as your discrete I/O may already be off.
You can move your discrete data to an integer register to minimize communications. Wonderware reads blocks of data (1024 words)wether data is there or not. So, if you are using N7:0 and N10:5, then 2 different read blocks are performed.
Try combining them into one data table for discrete and integer data, and one for Floating Point.

Hope this helps.
 
Thanks for the reply rubha.
My update time is set low enought, the reason I need to read the actual I/O is that the PLCs are always online so I can't make anymore Interger/Floats or B files. No idea why who ever configured didn't make enough but I'm running out of internal I/O. any other helpful ideas? TIA
 
I will assume you have checked the "usage" button for the data files. Assuming there are no available N registers, I recommend you read in the discrete data as a word and then parse your data bits in Wonderware.

configure the tag as: Slot1 = I:0.1 etc.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top