LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Trun off excitation voltage programmatically on MI9237

According to this link below it is not possible to turn of excitation voltage for NI9237 programmatically.

Wonder of there is a workaround or a solution for this issue?

 

https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P69oSAC&l=sv-SE

0 Kudos
Message 1 of 6
(420 Views)

Hi tokar,

 


@tokar wrote:

Wonder of there is a workaround or a solution for this issue?


There are 3 other "workarounds" mentioned in your linked article…

 

What is the problem that you want to solve?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 6
(417 Views)

Thanks for your reply.

It feels unnessessay to have excitation voltage applied when the application are not used.

Number 1-3 are not an option for me.

 

Under "additonal information" it says:

The NI-9237 does not provide a programmatic method for disabling excitation voltage.

 

I have tried the code in the articel but i get error messages:

Error -200077 occurred at an unidentified location

Possible reason(s):

Requested value is not a supported value for this property. The property value may be invalid because it conflicts with another property.

 

https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P69oSAC&l=sv-SE

 

 

You can turn off the excitation voltage in a few ways:

  1. Unplug or remove power to your hardware and plug it back in.
  2. Reset your hardware, either using a switch on the hardware or programmatically through NI MAX.
  3. Shutdown or restart your PC.
  4. In LabVIEW, you can commit a value of zero to the Excitation Value property using a DAQmx Channel Property Node and the DAQmx Control Task VI (see code snippet below).
     

     

Additional Information

Note: The NI-9237 does not provide a programmatic method for disabling excitation voltage. Some level of excitation will always be present when the card is plugged into a chassis. 

0 Kudos
Message 3 of 6
(389 Views)

Hi tokar,

 


@tokar wrote:

It feels unnessessay to have excitation voltage applied when the application are not used.


It may "feel unnessessary", but what is the problem you want to solve exactly?

 


@tokar wrote:

Under "additonal information" it says:

The NI-9237 does not provide a programmatic method for disabling excitation voltage.

 

I have tried the code in the articel but i get error messages:

Error -200077 occurred at an unidentified location

Possible reason(s):

Requested value is not a supported value for this property. The property value may be invalid because it conflicts with another property.


Because the NI9237 does not support to set the excitation voltage to zero…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 6
(376 Views)

I want to prevent power consumption when the software program are not used.

 

Of course its possible to remove the power supply to the cDAQ but its unlikely that the operaters will do that.

Its also a safety issue if i remove my bridge sensor and have 5V applyed in an open connector.

If unucky it can be short circuit by misstake.

 

Its not a big issue but why leave 5V power on when you dont need it.

 

I tested the code and understand now that only 2,5 - 3,3 - 5 and 10V are valid values

as stated for the hardware.

0 Kudos
Message 5 of 6
(369 Views)

@tokar wrote:

I want to prevent power consumption when the software program are not used.

 

Of course its possible to remove the power supply to the cDAQ but its unlikely that the operaters will do that.

Its also a safety issue if i remove my bridge sensor and have 5V applyed in an open connector.

If unucky it can be short circuit by misstake.

 

Its not a big issue but why leave 5V power on when you dont need it.

 

I tested the code and understand now that only 2,5 - 3,3 - 5 and 10V are valid values

as stated for the hardware.


So, your goal is to conserve the mW of wasted power?

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 6 of 6
(364 Views)