Re: radio spectrum measurements with USRP
Hi Elhatzi, As you want to save a spectrum to file, you would need to save the entire spectrum for each time instant as you cannot simply stream time data to a file as you would with something like...
View ArticleHow to get the circle to draw a rectangle rather than a line?
I am trying to get the little circle to draw the whole rectangle rather than just drawing the line, I dont know what I am doing wrong on LabView. Any suggestion would be much Appreciated.Nick.
View Articledefine signal range
Hi, 1. How to smooth this signal? Sample Module(myDAQ) -> Calculation Module -> outputCalculation module input is: 1 data point, output 1 data point,we tried to implement low pass fileter in...
View Articleread mixed type C binary file
Hello, I have script program, what can output the desired data in csv ASCII, and in binary file format. Sometimes not all of the valuable digits are printed out to the csv file, therefore I need to...
View ArticleRe: Zebra printer - Printing from LabVIEW using ZPL commands....
Pierreiza wrote:Hi Mark, Your posts have been excellent and really helpful. Made my working with GC420t a breeze. Regards,PierreYou are very welcome. I am in the process of getting management approval...
View ArticleRe: How do I Fix DDS Generated Sine Wave That Produces a Periodic Square Wave?
Hi apashl01, Due to the age of this forum thread, I would highly recommend creating a new post on this topic. This should ensure the new post will receive more attention from the community. If you are...
View ArticleRe: labview communication with microcontroller
You can labview communicate with the microcontroller through the USB...
View ArticleRe: Slow Unit Test Framework
Hi Peter, could you please be a little bit more specific? I do not understand what you mean with "interpreted"? LabVIEW is a compiled language. To improve the performance you can try to discheck the...
View ArticleRe: Way to set thermocouple type dynamically for a channel on a compactRIO
Hi magnuslilliehook, I assume that you have a reason for not setting the thermocouple type of your 9214 statically in your project? I also assume that you have built an application and that you don't...
View ArticleRe: validacion
Hola; Para hacer esto puedes ocupar "property nodes"; puedes tener un Para crear un property node; click derecho en el combo box >> create>> property node >>Disabled;: si creas ahí...
View ArticleRe: Is there any block in the Labview similar to that of clock block...
Clock block? :smileyvery-happy:
View ArticleRe: Is there a way to schedule an event to occur in the future?
Launch a reentrant clone "fire and forget" for each thing you want to time. Then they will all count down independently of each other.
View ArticleRe: Using vi from another project
You have the advantage of having a working set of Vi's. Look at the broken Vi and then figure out how to fix it by looking at the working Vi.:smileywink: For example, the method is pointing to...
View ArticleRe: How do I Fix DDS Generated Sine Wave That Produces a Periodic Square Wave?
Ahh woops, thanks for the tips and response Robert!
View ArticleRe: Import excel data for labview control
Where in the code are you reading from the Excel Spreadsheet? What VIs are you using? What are the problems are you experiencing (errors, unexpected values, etc.)? There is a Read From Spreadsheet...
View Articlefpga-sine wave generation outputting as square wave
I am working on a graduate project where I need to produce some sine waves and I am getting more of a square wave when I output it and measure on the scope. The program I am running is quite simple at...
View ArticleRe: Is there any block in the Labview similar to that of clock block...
Sorry, got a giggle out of that. How about this: http://zone.ni.com/reference/en-XX/help/371361K-01/lvexpress/elapsed_time/
View Articleexecutable
Hello to all!I have a problem: I created a vi with the corresponding executable, on my PC on wich windows 7 is installed works perfectly, but if I transfer the setup on other PCs with XP or VISTA works...
View ArticleRe: Is there any block in the Labview similar to that of clock block...
What exactly does that "clock block" in Matlab do? I haven't touched Matlab since grad school (good 2 years at least), and I never used that function. Many of us here don't know Matlab/Simulink very...
View ArticleRe: Is there a way to schedule an event to occur in the future?
I'm not sure I understand your problem then. The scenario I had running (and I checked before posting) was: Event A to run 5 seconds after every other event (the timeout - I kept it simple)Event B was...
View Article