05-02-2019 08:25 AM
I have been trying to control the digital output on NI 9375 using the attached program, however when I put the AVO meter in buzzer mode to check that digital output 1 is on ( connected to Vsup) it shows me nothing. Also I would want to make a pulsed output, any ideas how?
Thanks in advance
Solved! Go to Solution.
05-02-2019 08:47 AM
What is an "AVO meter" and what is "buzzer mode"?
If you want a pulsed mode, you can create a digital waveform of that shape and send that to the digital output. That or create a loop that alternates between true and false with waits of whatever length you need in there.
05-02-2019 09:00 AM
AVO meter as in digital multimeter, and buzzer mode when the multimeter makes sound to show you that you're connected to the same wire.
Are there any examples on how to create digital waveform for that shape?
05-02-2019 09:05 AM
Hello Wakeel,
I was not able to verify the correct setting of your DAQ assistant - it shows a NI-9234 channel, but I don't know if that depends on my computer or on your settings. I also don't know what you refer to with AVO meter, but I think I noticed a small "misunderstanding" in your VI:
This does NOT output a one.
What you see there is an array control. So basically am indefinitely long list of booleans. However, you are displaying only one element of this list. The item you see is so to say a "keyhole" looking into your array. The numeric indicator defines what part of the array you are looking at.
Have a look at these:
The two controls on the left (Array and Array 2) both contain the same data (01011). However, on the second one I moved the "keyhole" one position to the right. The two indicators prove this.
So, in your VI, go back to position 0, and click the flipswitch to set it to "on". Hints: Using a digital button instead makes it easier to understand what position is on, and which is off. Also, please note that greyed out positions are not initialized, the boolean array does not contain these yet. Clicking the switch enables them. So, in your VI, the array contains actually zero(!) items, and those in my screenshot all contain 5 items.
05-02-2019 09:23 AM
@ikaiser I even tried the button, however the output remains unchanged. Check the program I uploaded
05-02-2019 09:49 AM
Okay, let's do the following:
05-23-2023 02:01 AM
Hi
I would like to sue the NI 9375. I could not find any information about the HD 15 Pin connector on the device. I guess this is the only way to connect to a PC.
Please help