Re: VISA Close.vi takes long time to close?
Hmmmm... that "Watch" glyph on the VISA write makes me think of a quote from Velma Binkley."Jinkies! A clue!" Set the synchronous mode to "Synchronous" from the Right Click Menu and the VISA Close...
View ArticleRe: save data as a horizentall
Number to decimal string is just wrong and using concatenate string just complicates things. Just use the Format Into String and write the output to the Build Array.
View ArticleRe: Mapping pixels to wavelength
Yes I tried his way but did not had any success with that as of now. We are trying a simple approach if we can, so is there any way we can directly multiply a constant with x-axis directly so that it...
View ArticleRe: FPGA wait on interrupt not releasing - sbRIO9636
Hi Ryan, Are you able to confirm this behavior by using a simple project that will have no other variables, just the Wait on IRQ and Acknowledge Interrupt Invoke Node? I would like to confirm that...
View ArticleRe: Mapping pixels to wavelength
Are you just trying to change the scale of the X-axis? You can use property nodes: X Scale: Offset and Multiplier. If you want something else, please give a more detailed description. Post what you...
View ArticleRe: save data as a horizentall
no it is not wrong and complicates. maybe the Write To Spreadsheet File can not save correctly!
View ArticleSystem Exec VI + DAQmx Read VI Synchronization
Hello: I have an old mass spectrometer that can be remotely controlled in LabView by using the System Exec VI. I do this successfully using a BAT file and it creates an XML file which I am then able to...
View ArticleRe: Move things to lvlib
let's say that I use a project template to create two project that contains VI with idential names but different content. If they are both in memory, LabVIEW can still use the wrong VI, right? If...
View Articlecompiling installer with multiple LabVIEW versions installed
I have a problem creating installer that includes my exe and all the required drivers. I have mutiple versions of LabVIEW on my PC. The latest version on my PC is 2013. I also installed the newest...
View ArticleRe: save data as a horizentall
As has been discussed countless times, the function CANNOT be used for the conversion of doubles. Read the help.
View ArticleRe: Calibrate IMU to any desired plane level/direction
It seems my shift register keeps the data and then adds new data (?) whenever I reset. Is there a way to fix this?
View ArticleRe: save data as a horizentall
p.s. That last image makes no sense.Follow the instructions on the block diagram of Write to Spreadsheet File for how to make a copy that will save strings.
View ArticleRe: string control problem
Yes, it displays well on MS-Excel or MS-Word. I got the LiquidCrystal font is a free font download site. http://www.searchfreefonts.com/free/liquidcrystal.htm You can get another one from NI....
View ArticleRe: Move things to lvlib
Lets take the easilly reproducable case of a pair of instrument drivers -Plug-n-Play (Project style). Call them "ABC.lvproj" and "XYZ.lvproj" and locate them in seperate folders inside...
View ArticleRe: TDMS Add-in for Excel stopped working
Have just been through this after a nasty Labview Install, I went to manage the Add-Ins and it was listed as disabled. Enabled it and all is well again. iTm
View Articleappending array elements in array to spreadsheet string
Hi all, What I am trying to do is writing my 1D array data into text file. Only one problem coming in my way is that it write only 10 elements array in file and I know that array dimension is...
View ArticleRe: Error 1 and Error 8 ocurred at write to measurement File
You have 3 string controls to define the filenames. By default, they all say ,lvm. Are you remembering to fill in a file name for each of those before running your VI? If you are trying to open the...
View ArticleNI-9265 power down current surge
I'm using a NI-9265 as a relay driver. When the chassis is powered down or, the USB comm cable is disconnected or, when the the PC that the chassis is connected to is powered down there is a current...
View ArticleRe: Calibrate IMU to any desired plane level/direction
Do you want to tare out the Yaw value? Or do you want to tare out the Yaw +180 degree value? You are taking the Yaw, adding 180, then placing that in the shift register. Also, you don't need the 1...
View Article