Message Instruction Assistance

kbradray

Member
Join Date
Jan 2006
Location
Columbia
Posts
175
I am currently trying to use a message instruction between 2 SLC 5’s over Ethernet to read an integer value from another local processor. I continue to get the error message “unable to expand data table” I am using a data tables which I am sure are not being used elsewhere in the program. Here is what I have done so far.



Created a new rung with the message instruction and a bit to toggle it on and off.

Gave the control block instruction an integer file location which is not used elsewhere

Created an integer file for data storage.

Set the channel to 1 (Ethernet)

Set the IP address of the other processor



Can anyone give me guidance or a step-by-step process?
 
Your control block length for ethernet is 51 words, not 14 that's used for non-ethernet.
Do you have 51 words of space? Is your processor out of memory?
 
Last edited:
Remember you can not change the data table size during runtime so you should upload all of you current data, go offline, modify your data file to ther correct size save it and download to the SLC. That should clear up the error message.


Marc
 

Similar Topics

What's the easiest way to monitor a CIP data table read or write instruction. I'm reading and writing from a Compact logix to a micro 820, over...
Replies
3
Views
1,471
Studio5000, V31 I'm Messaging a MassFlow Meter, specifically to pull the Engineering Units (units of measure) for 6 instances. Basically, do I...
Replies
2
Views
1,187
Good day I would be so glad if anyone can assist me. I have a message instruction and i am sending data between 2 PLC's. The Message...
Replies
5
Views
3,019
I have been working on creating a subroutine for my company to send an email from my controller to our email server and had been successful in...
Replies
12
Views
2,402
Hello, I'm trying to read a parameter from a Power Flex 525 drive to monitor output current in order to detect a jam condition in carousel filler...
Replies
10
Views
3,670
Back
Top Bottom