Welcome to the LV Mastery Open Forum.
Anyone can post and read this forum for free. You just need to register and login to post.
-- LV Mastery Team
Dear Sir,
I want to save my data as a row by row not in column. I mean when I push my save commond, my data should save in excel file in row by row.
But when I reopen my save files, data are save through the column.
I'd like to save 3 columns and data should come in row by row. So pls suggest me how to continue? and is it same with data logging? If so, pls guide me with simple example.
sir,
myself M.E Instrumentation student from VIT,Doing my pg project from NCL.I want to do serial communication through labview.i have configured the serial parameters ,written the data in visa write given delay and now want to read the data that was transmitted.for that i have used a visa read.after visa read the session was closed by using visa close.there are no errors but still i dont get any output.can u plz shed some light on this.
ms k k kulkarni
When several developers are working simultaneously on different parts of a system, what are the "best practices" with regards to the Project structure? Should the project file itself be kept under source control? If so how do multiple users coordinate and synchronize their contributions to it? OR instead should each developer have and maintain individual project files? If so how will developer A know about the work done by developer B?
i have a technical front panel for a advanced radio which works with tcp/ip protocol.
if you want to see it,i can show it in a snapshot.
it has many things for displaying.for example show modulation modes&filter bandwidth.
hello..
my project is about object's tracking using LabVIEW.using labview,i have to consider 2 things,programming and layout for the output..i want to display a graph (object that i track)..the question is,how can i 'connect' between the programming and the graph..example,how can i declare the graph in the programming section?plz help me..
tq
eriniera85
Dear Sirs,
I have to build a system based on linear prediction algorithms such as AR/MA, to predict the values in the gaps which are formed by removing some segments from the signal. Please give me an idea. I am using LabVIEW 8.2
teakhan
I need to create a vi which updates a waveform chart every time the value of the slide changes. On the front panel, there is just a waveform chart, a vertical pointer slide and stop button. I used an event structure inside a while loop with a wired a 10 (or I want 10 milliseconds) into the small blue hourglass on the top left corner. There is a Pseudo Code given:
While stop button is not pressed
Check value of stop button
Check value of “Slide” control
Event: Slide ‘Value Change’
Display the current value of “Slide” control on a waveform chart
End Event
End While