I do not see the waveform correctly in the VI
Hi,I'm trying to visualize a waveform from the oscilloscope (Rigol DS1064B) into the labview. TheVII am using isthe example ofRigol(isattached).I do not knowwhat can be theproblem,all I dois choose the...
View ArticleUSB Profibus Adaptor
Can anybody recommend a USB Profibus adaptor that they have used with LabVIEW?
View ArticleLinking .udl file to .mdb or .accdb in programming
I`m working on the database toolkits. I can manually create an .udl file andlink to .mdb or .accdb file. Can this be done through programmatically from LabVIEW?
View ArticleAdjustment of program; counter might be off
Hi everyone. I have a program which for the most part is performing as I need, however it seems to be out of sync in one count. The program does the following: Reads in "Input Data", does a...
View Articlefrequency response
I have attached a file for this problem. Can someone please see what i am doing wrong here. I am trying to plot the bode of frequency response of a filter but nothing showing up. The examples i find...
View ArticleHow to properly reference libraries when building executable
Hi guys, So I've been working on porting a VI developed on 2009 Labview on Windows over to 8.2 on Linux. Initially I was having some problems because the program seem to have broken after the port but...
View ArticlePressure Controller PID
Hey guys I wrote a simple program that's suppossed to control the value of pressure through a voltage setting, but I'm having trouble with the experiment. I'm using the NIUSB6008 run through an...
View ArticleNot enough memory to complete this operation
Hello, My computer: Windows 7 Entreprise, 64-bits OS, 3.33GHz, 6.00GB of RAM My hardware: NI PCI-6123 with NI BNC-2110, NI PCIe-1430 I try to do the data acquisition on 8 channels at 500kS/s and I get...
View Articlepython or mssql in labview
Can I write everything in LABVIEW instead of python or SQL?for example. the python code conn = _mssql.connect(server='****', database= 'mydatabase') can that be translated to LABVIEW?
View ArticlePlotting 3D points to create a cylinder
Hello, I have some points (x, y, z) where x is the distance along a horizontal axis of a cylindrical shape, y is the degree and z is the value. I'm measuring a value along a clynder and I want to...
View Articlehow can i change analog waves into digital waves?
we had labview lab last week.. were doing fine if we have instructions unfortunately the professor will give us an exercise regarding baseband signals spectra.. were trying to download a trial software...
View ArticleEnable/Disable Grid Alignment Shortcut
Am I only one who can't change default shortcut for Enable/Disable Grid Alignment Shortcut (LV 2013)? Default is Shift+Ctrl+# and I'm trying to change it for eg F5 (I have my alignment and distribution...
View ArticleWriting to specific cells of existing Excel file and saving as a new file...
Hi all, I am new to LV and am currently tasked to create a program that can open an existing excel file, input data in the program that will be written to a specific cell in the excel file and then...
View ArticleRobotics - Tango Desktop
Hi guys, First and foremost, i am using a Nikon Inverted Microscope fitted with a Elliot Scientific Optical Tweezers. My objective is to control the "Stage" to move in both x and y axis via the control...
View ArticleRemove zero in an array and append elements
HI,I am contiously generate data and I would like to check the bit 17 and then if it is true add 1 to an array and if not zero, then I would like to remove all zeros and just have ones out of the while...
View ArticleQueue and Image Saving
Hi, I am using a producer-consumer loop based on event structure-based programming. I am able to save images from the camera output but only once. To be able to save more, I have to abort the...
View Articleactivex
Hi ,I need one clarification.I have a application called MFG tool which contains Start & Configure button.I need to trigger/click "Start"that from Labview Vi .Can you guys just guide me.I am sure...
View Article3d graph inverted axis option gone
I like to programattically invert the X and Y axis of a 3D plot to meet the orientation of my setup. In old versions of labview this was possible but now in 2013 this option seems to be gone. In the...
View ArticleDSSetHSzClr - memory size calculation
Hi, I am trying to change the size of the array of clusters inside the DLL. In the C code, the array of clusters is defined:typedef struct { int32_t dimSize; double Item[1]; } DataArray; typedef...
View Article