Link to home
Start Free TrialLog in
Avatar of kelly_jesicca
kelly_jesicca

asked on

Analyzing data in real time data in Labview using c

Hello all,

I am performing buffered data acqusition using labview. The data i acquire is stored temporarily in my buffer and i have an existing c program to work on my recorded data. I record the data as a binary file using write to SGL file. This analysis is performed offline ie., I analyze the data only after I record it. I want to analyze my data on real time basis. Could someone tell me what instruction do i have to use to read from the buffer in my c program so that i can analyze the data real time. Is there a tutorial online where i can have examples to perform analysis of realime data using c and labview

Kelly
ASKER CERTIFIED SOLUTION
Avatar of sunnycoder
sunnycoder
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of kelly_jesicca
kelly_jesicca

ASKER

Thanks for the suggestion, I dont think this would work as I am looking at labview specific. Labview has some commands that can read from the buffer and i am not sure how to use them. To call an external peice of code from labview i think i have to use code interface node and there are also otherways to do it. and the other one is CNN. I want to use one of these to perform my task.

Thanks
Kelly
Hi Kelly,

People here are C programming experts and I suspect not many would be well versed with labview. There seems to be no better suited TA which I can recommend here.
However, it might help to post pointer questions in C++ and Programming TAs. Wait till monday morning before posting the pointer as most experts are away during weekends.

Cheers!
sunnycoder
Thankyou I shall wait. Can you recmmend me someother place place where i can find some TA for labview

Kelly
I am afraid I am too ignorant of labview to recommend you a good source. Best I can say is to dig into their documents which I believe you already must have done by now.
Yes I have already seen that