Hello,
Let me explain you quickly my problem.
I've made a Labview main face in the way to display data coming from an ARINC card. So here is the simplify functionnal diagram:
ARINC Data -> Homemade ARINC data receiper -> My Labview Software
So, I have about 200 data to display. Some are LEDs, some are text and some are information pick in a list.
When I launch my Soft I have a Labview error only on that last type of data.
The error is :
"Name of the data": incompatible data size between synoptic and "Homemade tool"
The VI communicate with the homemade tool with XML file.
The problematic data are in ENUM format.
I insert for you a snapshot of my problematic VI data.