LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Active X script catman

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

 

 

 

 

Download All
0 Kudos
Message 1 of 4
(3,407 Views)

Will this search help you? Post back.

 

Mathan

0 Kudos
Message 2 of 4
(3,405 Views)

Will this search help you? Post back.

 

Mathan

0 Kudos
Message 3 of 4
(3,404 Views)

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.

0 Kudos
Message 4 of 4
(3,387 Views)