Re: I need help in FFT writing file
The VI you attached doesn't show a wiring problem. Do you have the problem in a different version of your VI? If so, you just need to make sure that the datatype you wire into the Obtain Queue matches...
View ArticleRe: power outage UPS
That's an APC model. Connect the cable that comes with it between the UPS and your PC. It may work as is. If not, you might have to install a driver. But APC is THE brand of UPS's and my experience...
View ArticleRe: Double digit display of one digit number
i tried but it eliminated the leftmost integer
View ArticleRe: right click menu location
According to Windows Version Compatibility with LabVIEW, LabVIEW 2012 is not compatible with Windows. Try upgrading to LV 2013 or at least 2012 SP1.
View ArticleRe: Double digit display of one digit number
Did you set the format string code properly? Right click on the function and select Edit Format String. %02d
View ArticleRe: Constructing an XY graph based on a pre-determined number of coordinates
Hi Woody2230, Does the change direction function is to be used during the vi's execution (ie. you can change direction when the vi is still running)? May I ask what LabVIEW version you're running on?...
View ArticleRe: Constructing an XY graph based on a pre-determined number of coordinates
Woody, You do not need local variables or sequence structures and you should learn to program in LabVIEW without them. While there are places where they need to be used, those places are rare and very...
View ArticleRe: Controlling/Setting of the Torque of a Motor in Robotics Module 2013
Hi dncr,I'm sorry, I just thought that if you were able to calculate the torques you could do a feedback loop until the torque desired was achieved. Or you could find the acceleration that correlates...
View ArticleRe: trouble with VI for drawing an arbitrary shape using mouse control.
Hello gurucode I have made the changes in the VI, once again to the best of my understanding. :smileyhappy: Problems with the code (if you have a straight line parallel to the y axis the movement is...
View ArticleRe: trouble with VI for drawing an arbitrary shape using mouse control.
Hello udka, Im sorry i saw your messgae relatively late, i see gurucode has submitted the old code in 2012.I have submitted my latest solution in 2012 as well :)
View ArticleRe: LabVIEW prompts to save the vi when closing the reference
FYI The VI will be considered "changed" if it had been saved in a previous version of LabVIEW and is being opened in a newer version, even if nothing else has changed.
View ArticleRe: AYUDA CON TRABAJO DE GRADO
El tipo de licencia me sale FULL DEVELOPMEND SYSTEM... Con esta si puedo o tengo que tener el developmend suite??
View ArticleRe: How to customize slider in UI Control Suite
I ever got this similar problem fixed by using somewhat like a UI theme control. That UI component enables you to change the background picture of the slider, and then you just set the bg image with a...
View ArticleRe: Labview locks event processing in external library (DLL) :-(
Hello, Jonathan-LHere I attach small fragment of DLL c-code which contains functions for searching for BT devices in environment.This code defines couple of callback functions which are registered for...
View ArticleRe: Double digit display of one digit number
Just as RavensFan suggested :P Check the image below, if still nor clear.
View ArticleRe: right click menu location
RavensFan wrote: LabVIEW 2012 is not compatible with Windows. LOL. That explains a lot of my problems... :smileyvery-happy:
View ArticleRe: data dashboard
I am receiving data from the chassis to a labVIEW program and then I am unable to link the data to the shared variable I wish to deploy.It's an android smartphone with data dashboard 1.0Receiving data...
View ArticleRe: right click menu location
RavensFan wrote:According to Windows Version Compatibility with LabVIEW, LabVIEW 2012 is not compatible with Windows 8.( isn't it :P) Try upgrading to LV 2013 or at least 2012 SP1.
View Article