Of course, you will need a list of files which can be accomplished with the "List Folder" function
Combine the two and you have your answer.
Good luck
Of course, you will need a list of files which can be accomplished with the "List Folder" function
Combine the two and you have your answer.
Good luck
Thank you. I was able to fix the issue. The problem was that in the Express VI formula box I had: "Kxx= f(x1,x2,x3,...)" just like I have done with a formula node (which I am not using since my data is dynamic data). Anyway, when I replaced that with either "= f(x1,x2,x3,...)" or simply
"f(x1,x2,x3,...)" then it worked fine and the Express VI icon was then populated with the inputs which were not there before removing the "Kxx" or "Kxx=". However, in all three cases the formula showed up as a valid formula, indicated buy the green box. Kxx was defined as a variable in all cases.
Thanks for you help and prompt response,
Keith
wrote: After reacquainting myself with the Generate Sound example, I seem to remember that Sound Output Write will take an array of waveforms as input (one for each channel).
I will look into that , Thanks!
wrote: Is this what you need?
Sure that might work but I want to know how to do it.
Can you give me an example without using Express VI's?
Thanks for providing this. Based on the data in the dump, it does appear to be identical to an issue previously identified by other users. I can't make guarantees on timeline, but right now I would expect the fix to be available in the next release of PXI Platform Services (20.0) in early April.
Hi,
I recently asked something similar, but I am having trouble wiring my digital trigger to the analog output. I am attaching a portion of the labview program I am modifying...in short, trying to get Dev1/ctr2 to control Dev1/ao1. The top portion does not make sense nor work, but it is my attempt to incorporate the digital edge module.
Thank you.
Edit - the analog waveform I am triggering is being read from a data file (table) that I've created outside the program. Ultimately, I want a 1 second square pulse wave (digital) aligned with a 3 second custom waveform (analog).
First off, please attach code as we cannot debug pictures.
Next, it's unclear as to what you're doing. Are you generating the square wave, or is it coming from somewhere else? If you're generating it, you can share a StartTrigger between the two tasks. If it's coming from somewhere else, you can use the Start on digital edge trigger. For that, you'll need to wire the trigger source (i.e., which pin you want to use) to the Start- Digital Edge trigger.
I recommend looking in Help -> Find Examples, then Hardware and DAQmx. There are many very good examples there. I would recommend you start with one of those and modify it to meet your needs.
You can right-click the ExpressVI and select "Show Front Panel" to view the contents. It's using the same Sound Output Configure and Sound Output Write that you've mentioned using already in the Graphics and Sound -> Sound -> Output palettes.
The Help for Sound Output Write says:
data writes any sound data to the internal buffers. For multi-channel sound data, data is an array of waveforms where each element of the array is a single channel. |
I'm not sure how to tell it which waveform you want on left or right, but I'd guess it would be consistent oce you figure out which way it goes.
Edit: Why the heck is there so much whitespace on this post?
I've attached our entire code here.
To answer your questions: yes, we are generating both the square wave and analog wave. I'm having trouble understanding how to properly wire the Start Trigger module, or another method of synchronization between the digital and analog signal.
If you could direct me to an example, that would be helpful as well. I have yet to find something that matches our needs, so I'm looking for any lead.
Thank you so much in advance.
Edit - I'm also attaching the excel file required to run the program here.
Seems like simple homework problems.
I'm sure you learned enough in class to be able to finish it yourself.
Good luck and earn that "A"!
Ok, a set of possible changes. Hopefully you can try them and see if they work - I only checked they don't have errors:
There are other improvements that could be made, but hopefully that will get you started.
Hi vvesley,
Can you share the original VI? That would be a good starting point to help. You can also see if the Code Conversion Utility works for your application:
https://www.ni.com/documentation/en/labview/latest/migration/converting-code/
Another option is to start with some of the shipping examples if you want to start from scratch. There are several GPIB examples included in LabVIEW NXG.
Thanks,
Frank
Hi, i am new.
I am working on an arm with stepper motors for a school class
I have used LINX and arduino to control the motor by taking the steps with a know / dial, to know the location at an angle and used some equations, this works well, I keep the position with it.
Now I am trying to move it and save the number of steps for the position and thus create an array to create a cycle of movement, that is to say put in several positions and keep saving to repeat them only a given number of times.
I think the hardest thing I already did but in this I don't know how, any help?
i need to measure the parameters of ionised gas operating at a frequency of 9 GHz.what should be the sampling rate i should consider for my data acquisition card?
Thanks for the help.
So, u are saying that I can control a robot (UR3e) remotely from some other location using the VI that is given in it. Am I right?
and the code will be written in polyscope itself right for robot task? we just give permisson to play/pause the robot from some other location.
Wow thank you!! Much appreciate your help. I will try this tomorrow.
I have 2 stream data set I want to plot these data into chart data1 on Xaxis and data2 on Yaxis, please advise to how to implement, thank you
Solve by reinstall the software.
Thanks for the help.
-Simon
wrote:
wrote: Is this what you need?
Sure that might work but I want to know how to do it.
Can you give me an example without using Express VI's?
Please check the code behind Play Waveform Express VI.