LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

put qmd 220 Mass spec labview program into my labview code

I have written one labview code which perform DAQ and solenoid valve control 

Right now I hope I could combine 3-rd party Mass spec labview program with my programe

Becasue I need to use mass spec data  to trigger my process.

Run or stop or save data in Mass spec program is controlled by event structure

Do you have any advice?

I need to change a little for their mass spec program, right?

I try to use refnum...does not work

since it is based event structure in Mass spec code..

0 Kudos
Message 1 of 6
(2,661 Views)

I may use dynamic user event, right?

 

0 Kudos
Message 2 of 6
(2,658 Views)

Hello dragon-long,

 

Is the control you are looking to get based on the analyzed spectrometer data? You can create a boolean equation that sets a case structure to handle when the DAQ write tasks occur that control the solenoid in that case.

 

 

Ian M.
National Instruments
0 Kudos
Message 3 of 6
(2,637 Views)

Yes. It is based on analyzed spectro data

Case structure is good

Right now my problem is I try to conbine mass spec driver into my labview program.

 

Mass spec driver is controlled by  event structure

 

 

0 Kudos
Message 4 of 6
(2,615 Views)

The following is an example for generating a user event for an external signal which should help you move forward with your program.

 

https://decibel.ni.com/content/docs/DOC-12455

Ian M.
National Instruments
0 Kudos
Message 5 of 6
(2,598 Views)

Nice

I will take a look at it

Thanks

 

0 Kudos
Message 6 of 6
(2,595 Views)