LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Regeneration based on Boolean Condition

If we look into Traditional DAQ for the AO Write.Vi,we will have an inpput called as Allow Regeneration (true or False),

I need that kind of input to be set to the DAQmx write (so that based on the boolean condition it should regenerate). Can any one help me on this , whether that is possible or not.

0 Kudos
Message 1 of 5
(2,386 Views)

Drop down a DAQmx Write property node.  One of the properties you can set is Regeneration Mode.  It is a ring to set the value, so you will need a Select node in there if you just want to use a Boolean.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 5
(2,358 Views)

Thanks a lot crossrulz ,

Sorry i got it to some extent , i know the daqmx property node and selecting regen mode which is a ring after that how do i control it as boolean can you please tell me in steps.

0 Kudos
Message 3 of 5
(2,340 Views)

Use the Select node.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 4 of 5
(2,338 Views)

Thanks a lot crossrulz...great response..

0 Kudos
Message 5 of 5
(2,333 Views)