LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

IAHandle Invalid - Custom Tag

By using Fieldpoint Explorer and Labview I've just created a custom tag with the .iak file I use... It was working but since today my normal tag are working and my custom one fails by displaying "Invalid IAHandle specified"... If anyone knows... Thanks.
0 Kudos
Message 1 of 2
(2,506 Views)
Hi,

If you are running your code embedded in the FP controller your custom tags will not work if you don't have a front pannel open for the VI.
For example, imagine that you have developed a code with Custom Tags and it runs fine in the Host PC (Win) and even if you target the Labview in the FP controller the code will run, as long as you have the Front Panel VI open, if you close the front panel the embedded code will not work. The reason being is that FP custom VI's use property node in the code and these property node read value from the front panel memory space, which in RT does not exist.

The general recomendation is not to use Custom tag in any labview code that you might want to run embedded.

Best Regards

Andre Oliveira
Applications Enginee
r
National Instruments
0 Kudos
Message 2 of 2
(2,506 Views)