07-14-2004 11:18 AM
07-14-2004 11:40 AM
Blog for (mostly LabVIEW) programmers: Tips And Tricks
07-14-2004 12:06 PM
07-14-2004 12:59 PM
When I flatten it using cluster to array,
--- Why do you do that? The whole point of my message was to AVOID using arrays. You DON'T WANT an array (at least a LabVIEW array) involved.
in the CONFIGURE dialog for the CALL LIBRARY function:
1... Set the PARAMETER control to whichever argument you are dealing with (maybe you have more than one arg).
2... Set the TYPE to ADAPT TO TYPE (then the library call will accept anything).
3... It doesn't matter what you set the DATA FORMAT control to - you're not passing handles anymore.
4... Wire the cluster you've built to the appropriate argument input on the CALL LIBRARY node.
Blog for (mostly LabVIEW) programmers: Tips And Tricks
07-14-2004 01:07 PM
07-14-2004 01:44 PM
Blog for (mostly LabVIEW) programmers: Tips And Tricks
07-14-2004 02:11 PM
07-14-2004 03:37 PM
Blog for (mostly LabVIEW) programmers: Tips And Tricks
07-15-2004 07:08 AM
07-15-2004 11:26 AM