06-09-2010 09:52 AM
06-09-2010 10:48 AM
06-09-2010 11:45 AM
Cluster and Boolean inputs do not appear to show up properly. When you build the DLL in LabVIEW with a boolean and clusters, the Function Prototype ( with C Calling Conventions ) is:
LVBoolean *EnablePopUp + TD1 *errorInNoError
TestStand does not recognize either.
My solution was to use separate inputs for cluster elements and a numeric for the boolean. Not the ideal solution but it works.
Asbo, I suppose you could try to add the parameters manually when mapping the cluster in TestStand. Then you could try to select perhaps a 'C struct' for the Category and see if that works.
Thanks,
PH
06-09-2010 12:14 PM
I don't have any projects that require this interface right now, it was more a point of a curiosity.
Based on the linked documents below, it does sound like using a C struct could be a solution. I'll have to remember to play with this when I have some free time.
http://zone.ni.com/devzone/cda/tut/p/id/3936
http://www.docstoc.com/docs/31464530/Passing-Labview-Cluster-to-C-Structure-in-DLL
06-09-2010 02:40 PM
allowmultipleinstances=true
" to it to allow multiple instances?06-09-2010 03:11 PM
06-09-2010 04:01 PM
allowmultipleinstances=true.
However, I need to use subpanels so that each instance of the EXE is on a separate tab. I'm not sure how to do (with an EXE or DLL) what I now do with a VIT.