LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Triggering DAQ Assistant from Serial Data

Having difficulty triggering a device through DAQ assistant. I wrote a custom python script that assesses the stability of the last 15 measurements on my Tektronix voltmeter, and returns an integer, '1' if they are all stable, then converts into a TRUE/FALSE Boolean. I then pass this to a Boolean converter to satisfy the DAQ input requirements. I have made this work with a much simpler code, using a push button which to my understanding does the same thing as what I'm attempting to do. However, I never successfully trigger the DAQ unless using the simple push button VI. Appreciative of any help.

0 Kudos
Message 1 of 6
(127 Views)

How is writing data to digital output related to triggering?

-------------------------------------------------------
Applications Engineer | TME Systems
0 Kudos
Message 2 of 6
(120 Views)

I want a certain stability threshold of voltage from the Tektronix voltmeter to trigger the DAQ assistant, the same as pushing the button on the first VI does.

0 Kudos
Message 3 of 6
(110 Views)

Trying another approach here. The DAQ will simply not trigger if I don't use a push button. Feeling lost.

Download All
0 Kudos
Message 4 of 6
(84 Views)

@complexation wrote:

I want a certain stability threshold of voltage from the Tektronix voltmeter to trigger the DAQ assistant, the same as pushing the button on the first VI does.


Have you reviewed your Tek voltmeter manual to see if there is any feature that you can configure for the DMM to generate the trigger signal instead of you having to read it in software and trigger the DAQ?

What Tek model?

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 5 of 6
(77 Views)

It's a Tektronix DMM4050. I'm only using the Tek to read voltage. The python script I wrote 'decides' when the voltage is stable enough to trigger a dosing step on my Metrohm 876 Dosimat via the DAQ. 

0 Kudos
Message 6 of 6
(58 Views)