Hello,I'm not very familiar with LabView.I 'm trying to use USB8451 to program an Atmel microcontroller (using SPI).I write 8 bytes at time, without any problem, but I get error -301703 when I write the following 8 bytes:0x40 0x00 0x19 0x03 0x48 0x00 0x19 0x00I tried to reduce the cloc...
I'm only adding this for future reference - this question was cross-posted to LAVA and discussed there in detail (<a href="http://forums.lavag.org/index.php?showtopic=6402" target="_blank">link</a> ). You can tackle this problem very well using NI DIAdem.Here's a <a href...
Hi,I am trying t control several serial devices with labview 8. I have very little knowledge of visas' and how to program. I was wondering if someone could help me on how to send hyperterminal style commands and recieve the information from the devices.Thanks,StuartP.S. They are alicate sci...
Hi,I have the following problem: I have a system, that is communicating with the computer and is sending about 30 different parameters approximatly every second.What I want to do, is to build a labview application, where the user can decide, which parameters are shown on the frontpanel (no probl...
Yes, that's about what I had in mind. :)Make sure that you disable autoscaling on the x-axis so they don't constantly fight each other. Property nodes are relatively expensive operations so you should only rewrite it when the frequency input changes and not at each iteration of the loo...
Hi Marten,Yes, this is possible. You have two options:1. Program it your self using the ActiveX interface of MS Office using the LabVIEW ActiveX functions. Or,2. Use the <a href="http://sine.ni.com/nips/cds/view/p/lang/en/nid/5769" target="_blank">Report Generation Toolkit for MS Office<...
Hi friends, I have a probelm with Dolby AC3 files...In my application i need to pump Ac3 Stream from the soundcard...Normally we have an Dolby utility for that...some softwares like edit is pumping AC3 stream without showing any problem...without using the Dolby's Utlity by converting into...
Hi!I have Labview 7.1 and application builder 7.1.0. I recently updated NI-VISA from 3.1 to 3.3.1, but this update is not passed in application. What I mean is, that when I build application and install it to another computer (no Labview installed) the Visaruntime engine version is still the old...
Zorro349,Please see the attached example for clarification.PeteExtract the Sine Wave.vi:http://forums.ni.com/attachments/ni...33209/1/Extract the Sine Wave.vi...
Hello Everyone, I have a WSDL link with me but I could not import it in LabVIEW. Is there a format in which the name of the WSDL file should be specified in LabVIEW Import? Please clarify. My WSDL file ends with the string '?readform'. I could open and see the WSDL file.Thanks,V...
Dear,I published my LV application to WWW in port 8080 or others.But I can't connect the program in a web-browser.The computer (my notebook with Windows XP Pro) is also running a webcam program which use a different port(i.e. 80).The webcam images are shown in the web-browser, but I can...
I like to use CPU usage as a diagnostic, and I don't need continuous polling. Is there a way to insert a timer into this vi or otherwise specify a rate at which to make these calls to the GPIB device? I would typically insert 50 ms wait in anysuch loop if I were making it myself, or create...