RESET MSG instruction on Clx

jorgeGal

Member
Join Date
Jan 2008
Location
Lima
Posts
22
Hi again!
I have a MSG instruction in al Clx which doesn´t want to do a CIP write into another Clx. I´m sending an INT value. How may I reset the instruction? I is stoped although the timer output activates it. I´m using other MSG instructions and they work together normally.

BR

Jorge
 
Is this the same controller you posted about last week for which you were unable to get a CIP Connection to go online ?

It sounds to me like you have exceeded the Connection capacity of the controller.

Use the built-in Web pages of the 1769-L32E to get an idea of how many connections you have active.
 
I can't tell you how to 'optimize usage' without knowing more about your system.

You may simply have put too much I/O on Ethernet. Or you might have connected too many PanelViews. Or your CompactLogix might just be undersized for the amount of communications you need to do.

Start with counting up the I/O connections. If you don't have enough capacity in the CompactLogix to service your I/O, then you need a different controller.

Then describe how the SCADA or HMI systems connect to the controller.

Then examine your Messaging.
 
Ok, I will check deeply my programm, I have only one PanelView. I have seen several unused MSG instructions which fetch KVAH from Vfds... I will start there.
 
Another thing you may want to look at is the .EN_CC bit on the message structure. If the bit is high it maintains the connection for the associated message. You may be able to set this bit low so it drops the cached connections when it is finished using them. This may help your connection count and allow you to stay under the limit depending on how your logic is written. As a note when the connected is not cached it will take longer to complete the message because it has to recreate the connection every time the message is executed.
 

Similar Topics

Hi Everyone i have attached a file below kindly have a look. so the problem i am facing here whenever the binary bit B3 goes on it goes into...
Replies
7
Views
2,519
Hi all. I have having issues with a 1756-ENBT module. I am unable to communicate with it... It doesn't recognise a connection when an ethernet...
Replies
36
Views
9,948
Does anyone know how to do this via MSG or SSV? All I want is the "Reset Module" type of command that one can find in the third tab of the generic...
Replies
1
Views
2,328
I am using a message read instruction from a SLC 5 to a ML 1500 via SLC Ethernet and ML ENI. I have had the MSG instruction working on 1 ML 1500...
Replies
1
Views
2,218
Hi need help why this “failure 5 emergency stop “ appears at every startup in the morning ? Have to shut off main switch at least 10 times on...
Replies
19
Views
311
Back
Top Bottom