03-09-2015 11:24 AM
03-11-2015 04:41 PM
Hi, I just installed and compiled the Custom device?
What are the output channels? The XML does not have any and we need to map the outputs to our DAQ/FPGA AO's
Ashm01
03-11-2015 05:04 PM
Hi,
The Custom-Device has only 2 output Channels (Status):
For the rest, they are Waveforms (Waveform 0 to Waveform 11) or input Channels (parameters for respective Waveforms). The Custom-Device is a Waveforms producer.
Do you see something different?
Regards
Vincent
03-11-2015 05:09 PM
Hi,
In addition to what I wrote, I'm not sure that NI-VeriStand supports DAQ AO in Waveform mode.
Regards
Vincent
03-11-2015 09:14 PM
Vincent,
Let me rephrase my question and explain my use case. We wanted to use this generator to generate a few sine waves where we can vary the phase, amp and frequency.
Your custom device caught the eye since we want to do this in real time. The goal was to just map the output to an AO channel to generate point by point output.
Ashm01
03-12-2015 06:20 AM
Hi,
The Custom-Device is of Asynchronous type. Based on my understanding, for what you want to achieve, I would certainly do something "in-line" and use "pt-by-pt" generation functions.
Regards
Vincent
03-13-2015 11:13 PM
Vincent,
Sure, we can always use it if its available.
Ash
05-16-2019 12:29 AM - edited 05-16-2019 12:33 AM
Thank you for sharing the work!
I use the labview 2014 and veristand 2014.
When I try to use the build code, veristand gives the error"C:\Users\Public\Documents\National Instruments\NI VeriStand 2014\Custom Devices\Waveforms Generation\Waveforms Generation Configuration.llb\Waveforms Generation Initialization VI.vi";
when I try to open the source code, I find I need some VIs as in the picture. the user.lib can not find VIs so that I can not build.
Create Dir if Non-existant_ogtk.vi
Filter Error Codes(Array)_ogtk.vi
Filter Error Codes_ogtk.vi
can you help me?
07-12-2019 02:19 PM - edited 07-12-2019 02:19 PM
@wanjun wrote:
Thank you for sharing the work!
I use the labview 2014 and veristand 2014.
When I try to use the build code, veristand gives the error"C:\Users\Public\Documents\National Instruments\NI VeriStand 2014\Custom Devices\Waveforms Generation\Waveforms Generation Configuration.llb\Waveforms Generation Initialization VI.vi";
when I try to open the source code, I find I need some VIs as in the picture. the user.lib can not find VIs so that I can not build.
Create Dir if Non-existant_ogtk.vi
Filter Error Codes(Array)_ogtk.vi
Filter Error Codes_ogtk.vi
can you help me?
Downloading OpenG Toolkits from the VI Package Manager fixed this issue for me.
12-09-2020 05:35 PM - edited 12-09-2020 05:36 PM
Hello all!
I started using the waveform generation CD on a Pharlap controller and had no issue building and deploying to Pharlap. We also have a LinuxRT controller, but there are no build specs in that project for a LinuxRT controller. I think the new CD API preloads all the build specs, but it looks like this was made with an older API that didn't get all the build specs. How do we go about configuring a LinuxRT build?
-Thanks!