11-08-2012 11:02 PM
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..
11-08-2012 11:21 PM
I may use dynamic user event, right?
11-12-2012 11:03 AM
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.
11-16-2012 08:53 AM
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
11-19-2012 11:55 AM
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
11-19-2012 02:19 PM
Nice
I will take a look at it
Thanks