05-06-2020 03:20 PM
Hello All,
I'm trying to read Alarm codes on a FANUC R-30iB Mate Plus using the "EthernetIP CIP Get Attribute Single" VI. I have no issue reading objects that have numeric digits, however the protocol uses hex, and this vi expects integers as inputs for Class/Instance/Attribute.
For example 0x65 is entered as 65
I need to read an object with Class 0xA0. How do I enter this as a I32? I converted to a decimal but that doesn't work.
Any help would be greatly appreciated. Thanks!
Solved! Go to Solution.
05-06-2020 04:22 PM
Never mind.... Right-Click / Display Format / Hexadecimal. The error occurs with A0, but not with A1, A2 etc. On to the next problem