Real-Time Measurement and Control

cancel
Showing results for 
Search instead for 
Did you mean: 

Can i change module configuration i.e current to voltage using universal cRIO 9219 module

Hey Nanda,

 

Unfortunately, rebooting after won't make the change take effect.  The configuration change is prevented from taking effect, and is not stored to be applied later.

 

Currently, you'll need to do a deploy to change the mode of a 9219 channel. 

 

I can't think of a way to make this happen programmatically, but if I do I'll post back here.

 

Sorry I can't be of more assistance,

 

Sebastian 

 

 

0 Kudos
Message 11 of 16
(2,312 Views)

Hi Sebastian,

 

Thanks for ur reply.

 

Nanda 

0 Kudos
Message 12 of 16
(2,311 Views)

As an update to this, with LabVIEW 2010 and NI-RIO 3.5.1 it is now possible to change the 9219 mode programatically.  Other changes, like specialty digital mode and digital line direction are also possible.

 

Sebastian

0 Kudos
Message 13 of 16
(2,159 Views)

We have tried this with LV2010SP1, NI-RIO 3.6.1 and it does not want to change the mode. We are getting no error from property node when trying to switch the mode, but in fact it does not change. Do you think porting our project to LV2011 and NI-RIO 4 would help?

 

Jan

0 Kudos
Message 14 of 16
(1,919 Views)

Hi, I know this post is quite old but i'm facing the same problem, I'm using LV2018 and trying to change the type of the module 9219 on real time, but I get an error. I'm setting the scan engine in configuration mode before changing the property of one channel's thermocouple type but it wont work, Any suggestions please?

0 Kudos
Message 15 of 16
(1,209 Views)

I managed to solve the problem, here is how I arranged the vis in sequence:

1. Scan engine to configuration mode

2. Property node of the module9219 setting the RangeMode property to thermocouple

3. In another property node (this was my mistake, I use the same property node to configure all the properties) set the TCType property

4. In the last property node set the degree property.

5. Lastly, se the scan engine to active mode.

 

Hope this works for you

0 Kudos
Message 16 of 16
(1,168 Views)