06-23-2010 07:03 AM
Can somebody help me to use HBM Catman sotware with Active X scripts in Labview?
I want to run a Catman script in Labview to acquire signal from HBM device, i.e. MGC plus.
I have set in IO definition a file with the name of the device, the number of channels , ecc that I load into Labview before running the script.
Unfortunately, nodialog box appears, so it seems that the script is not working properly. Moreover, no error returns.
Where is my error?
I have attached a screen shot of the file and the file .vi
06-23-2010 07:06 AM
06-23-2010 07:06 AM
06-23-2010 09:16 AM
Have you taken a look at the LabVIEW Example the manufacturer provides?
P.S. The sequence frame in your code is not necessary. The error clusters will control execution order. Also, it is not good practice to define paths using strings, and even worse to make them "magic strings" inside of code. Use path controls instead.