Re: How to plot waveform or graph using table database which connecting the...
Really thank you and appreciate for your help. And my table database actually is likeeg; Date time wind direction wind speed ....2012-12-01 00:00:00 13.5...
View ArticleRe: Time Stamp Error: Cannot display system date and time. My VI display...
http://forums.ni.com/t5/LabVIEW/Cannot-get-system-date-My-input-format-is-Y-m-d-and-the-output/m-p/2834462/highlight/true#M828276
View ArticleCurrent Voltage measurements with Agilent B2912A
Hi I am new to LabVIEW and have to do IV measurements with Agilent B2912A sourcemeter. I want to do sweep mode and want to save measured current values in a .lvm file. Is there someone who could help...
View ArticleRe: Need spartan 3e driver for LabVIEW FPGA 2011
Sir I have installed labview 2013 with FPGA module....need diver for Spartan 3e for this version of LAbview
View ArticleRe: Current Voltage measurements with Agilent B2912A
Use Help>Find Instrument Drivers and search for the model. This will also include at least one example. This will be available with the rest of the examples in Help> Find Examples. You can get...
View ArticleRe: Run Time Control Value Change for Debugging
Please list to the idea exchange. I'm certain this has been suggested before so do a search and kudo the idea.
View Articlearray in formula node
Hello everyone, I am new in labview. I would like to display the coherence function with the correct frequency scale. For instance, I want it to be as follow: FreqAxis = 0:Fs/2/(N+1):Fs/2. where Fs is...
View ArticleRe: Turn on LED using the USB Port without a DAQ card
Check with the vendor. It says it uses the Windows HID driver.
View ArticleRe: Power Supply Tester
Are you planning to upgrade to an os supported by Microsoft or LabVIEW?
View ArticleRe: Product name of NI DAQs
The DAQ they hook to their PCs is controlled, and in fact I can get hold of all the DAQs since some electronics would be provided with them (and that's why we plan using the 6211-OEMs, since they are...
View ArticleRe : NI 8451 error -301742
I've just tried this now and unfortunately it doesn't work. All I have done is replace the write read I2C by the read only function.Attached is a screenshot. When running the error remains the same.
View ArticleRe: array in formula node
Hi Axel, why do you need a formula node?Two possible solutions in one snippet:You might adapt your settings a little bit, I'm not that familiar with MATLAB expressions…
View ArticleRe : NI 8451 error -301742
And yes I have connected the ground of the USB8451 to the ground of the BQ77910A.
View ArticleRe: Run Time Control Value Change for Debugging
Hi Himanshu, is this the same like placing a control in a loop and changing it's value in the FP while using (step-by-step) debugging?Something possible since "ever"? Or do I get this wrong?
View ArticleRe: Interleaving arrays on FPGA
Hi guys, @A.E.P It's "good" to see that I'm not the only one having this issue! @Nathand I also have the coercion dots on the input to the interpolate array even though everything is set to FXP with...
View ArticleRe: write to spreadsheet always writing header
Hi P@Anand Thankyou for your reply after a few iterations i have come up with this solution to my problem Although i didnt use the write to text and then convert i can work on that now I have something...
View ArticleRe: Waveform averaging
Hi LVU, a waveform apparently is more than a simple 1D array… Can you switch your NIScopeRead from "1D DBL" to "Waveform"? Then you could adapt RavensFan's example easily! LabVIEW comes with a function...
View ArticleRe: synchronization
Hi antoniobarrias, I'm gonna have a look on your .vi There are several ways to synchronize a DSA module (NI 9234) and a non DSA module, for example, you can :- put the 2 channels in the same DAQmx Task...
View Article