07-22-2022 03:15 AM
Hey all,
I have configured 4 different simulated NI modules (figure 1). However, I'm not able to detect the NI-9361 module in LabView Front Panel (figure 2). I wonder if anyone has faced a similar problem and knows I could procced.
Figure 1. The 4 configured modules.
Figure 2. Selection of module pins in LabView Front Panel, as it can bee seen the FlowMod (IN-9361) is not available to be selected.
Additional info
- I'm using LabVIEW 2021 SP1.
- The other 3 modules work correctly and I'm able to read from all their pins.
All help is appreciated!
Kind regards,
Hossein
Solved! Go to Solution.
07-22-2022 03:26 AM
Hi Hossein,
@HosseinBakhtiari wrote:I have configured 4 different simulated NI modules (figure 1). However, I'm not able to detect the NI-9361 module in LabView Front Panel (figure 2).
Figure 2 does not show a "LabVIEW frontpanel". Most probably it shows a dialog to select a channel within the DAQAssistent ExpressVI!
The NI9361 is a CTR module, while the other 3 are AI modules. When you start the DAQAssistent to get AI values then it will not present CTR channels…
07-22-2022 07:29 AM
Hey GerdW,
Thanks for your response. You're right, figure 2 does not show the Front Panel, it is a screenshot of a window that pops up when one needs to select a physical channel in Front Panel.
Any suggestion on how I should proceed?
For the other three modules I'm using DAQmx to create virtual channels, figure below shows the setup I'm using for Current measurement. Do I need to use some other component than DAQmx to read from a CTR module or can I just change the DAQmx setup? And any suggestions on a link, where I can read more about AI and CTR modules?
Kind regards,
Hossein
07-22-2022 10:13 AM - edited 07-22-2022 10:20 AM
Hi Hossein,
@HosseinBakhtiari wrote:
For the other three modules I'm using DAQmx to create virtual channels, figure below shows the setup I'm using for Current measurement. Do I need to use some other component than DAQmx to read from a CTR module or can I just change the DAQmx setup?
Place a new CreateVirtualChannel, set it's instance to any of the "Counter" modes. Then create a DAQmxChannel control by right-clicking the corresponding input of CreateVirtualChannel. Now the control should allow to look for counter channels.
One more thing you could try: at edit time right-click the DAQmxChannel control and select "IO name filter". A dialog will open where you can choose which kind of channels you look for…
@HosseinBakhtiari wrote:
On your VI:
07-25-2022 02:44 AM
Hey GerdW,
Thank you for your help, the first suggestion worked!
PS. thank you for your feedback on the VI, it is just a first sketch for the reading part of the program, but I'll definitely consider your suggestions and use them!
Kind regards,
Hossein