03-22-2010 10:48 AM
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
03-22-2010 11:05 AM
Hi Sebastian,
Thanks for ur reply.
Nanda
08-05-2010 08:41 AM
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
09-19-2011 09:14 AM
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
03-26-2020 12:24 PM
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?
04-25-2020 04:13 PM
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