10-25-2012 01:57 AM - edited 10-25-2012 02:01 AM
I'm actually developing a custom device for Veristand 2011 with Labview 2011.
It's a Inline model.
During the Initialization (and only in the init step), I'm trying to list recursively all controls inside a Cluster (representing a data structure).
This does not work when trying to deploy the veristand project. I get the 1055 error code:
Error 1055 occurred at an unidentified location
Possible reason(s):
LabVIEW: Object reference is invalid.
I've tried this simple example and I cannot get the control's name or any other prperty.
I've tried the same code in a labview RT project and that works perfectly.
Is there something I missed?
Solved! Go to Solution.
10-25-2012 11:56 PM
11-14-2012 08:21 AM - edited 11-14-2012 08:23 AM
Sorry for replying so late! I've had some "unxepected errors" trying to post my answer.
Indeed! You're right. I've tried again in a Labview Project, building and deploying a RT exe instead of running the test code under the Labview environnement. It didn't work.
I've also tried to uncheck the "remove front panel" checkbox in my example RT Exe build specification under ther "Source File Settings" section. It didn't work neither. I'm wondering if this setting is relevant in a RT exe.
I've already found a workaround using the Open G library. It worked in my Veristand project but it's not as recursive, smart nor efiicient as a I would expect.