ControlLogix MSG Error

Coachman

Member
Join Date
Sep 2006
Location
Maryland
Posts
97
I am trying to get some cell data from a Cognex
Camera and I keep getting this error in my Message
Instruction. I was able to do the same type of Message
Instruction in the Rung above and it was sucessfull.
Could someone shed some deeper light on the meaning of this
error. Instance is set at 1, could you also maybe explain
what is happening when this is set in the ID Field.


Error code 0004 AND 0005
Extended error
code (hex)
Description
0000 extended status out of memory
0001 extended status out of instances

Thanks in Advance
 
Im kinda guessing here but it sounds like the msg instructions arent sequenced properly .. should be one message gets a done or error out then next message fires...
 
More data

The message is completing successfully, but the camera is sending you an error code indicating there's something wrong with your addressing of the data object.

Post the Service, Class, Instance, Attribute, and Data Size both for the Message that works, and the one that does not.

If you have a link to the Cognex documentation for the device you're using, that would help. I don't have any specific Cognex experience but I've used CIP messaging to dozens of third party devices.
 
The MSG that works:


Message Type : CIP Generic
Service Type : Custom Source Element :Get_Value Comand
Service Code : 33 (Data Type -Get Value)
Instance : 1 Source Length : 12
Destination :GV_Result
(Data Type -String)

The MSG that Does Not Work:

Message Type : CIP Generic
Service Type : Custom Source Element :Get_Value Comand_2
Service Code : 33 (Data Type -Get Value)
Instance : 1 Source Length : 12
Destination :GV_Result_2
(Data Type -String)
 

Similar Topics

Hey everyone, I feel like this is an easy question, but I can't seem to find an answer for it. Currently have a PLC-5 that we're swapping out...
Replies
3
Views
1,791
Hello, Today I am trying to figure out the best way to write from controllogix to a plc5 only on change. The situation: - Migrated a Winview...
Replies
3
Views
2,099
I have to use a new L81 ControlLogix processor to MSG read a SLC5/05. I've done this before on the older series using an ENBT, but the new...
Replies
17
Views
11,616
Hello all. I need some help setting up a MSG instruction to transmit 10 bits of data from a compact Logix processor to a micrologix 1400. I have...
Replies
31
Views
19,899
hi, i try to connect dvt framework 2.8 to controllogix 1756-L62 using a ENBT module. im able to connect to the i/o of the camera to do...
Replies
0
Views
1,309
Back
Top Bottom