LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

U32 Type mismatch

I have a type mismatch that I just don't see.  The RCTxMessage type's MsgID is a U32 and so is the RCTx_Msg_IDs I'm trying to set it to.  I could use another pair of eyes on this one.  Thanks.
0 Kudos
Message 1 of 5
(2,599 Views)

The messageID inside the type defed cluster is not linked to your RTX_MsgID type def.

 

Felix 

Message 2 of 5
(2,594 Views)

F. Schubert wrote:

The messageID inside the type defed cluster is not linked to your RTX_MsgID type def.

 

Felix 


 

What do you mean "not linked"?
0 Kudos
Message 3 of 5
(2,581 Views)

"not linked" = not pointing to the same type definition!

 

You can put type def'ed controls into clusters, which are type definitions too...

Message Edited by GerdW on 11-17-2009 04:42 PM
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 4 of 5
(2,573 Views)
The lightbulb finally went on.  I thought since they were both ultimately U32 that it should have been OK with that.  Thanks
0 Kudos
Message 5 of 5
(2,560 Views)