Visit our LabVIEW Wiki Real Time article
Tags |
(This content has not been tagged yet)
|
![]() |
Sep 10 2008, 06:59 AM
Post
#1
|
|||
|
I want a LabVIEW icon under my name! Member Posts: 3 Joined: 8-July 08 Member No.: 11934 Using LabVIEW Since:2008 LV:8.2.1 ,8.5 ,.
|
I have to analysis a real time signal. I have acquired signal properly. Now I have to do three major things---
1. I have to change the time axis into deg. the relation b/w these two is like that deg. value, say, D=t*5000*75 t is in sec. and then have to plot the signal against this D 2. Now I have to store the signal values in Excel file. 3. I just have to plot only one cycle of this signal and have to stop the program automatically just after plotting one cycle of the signal. (I think, as it is a real time signal nothing but comparing the amplitude can help to detect the completeness of the cycle.) Please help me to solve this problem. This post has been edited by sukhiray: Sep 10 2008, 07:32 AM
|
||
|
|
|||
| Ad |
Sep 10 2008, 06:59 AM
Post
#
|
||
|
|
|
||
|
|
|||
Sep 10 2008, 03:07 PM
Post
#2
|
|||
|
Very Active Member Posts: 99 Joined: 23-February 06 From: Detroit, MI USA Member No.: 4230 Using LabVIEW Since:1994 LV:8.0.1 ,8.5.1 ,7.1
|
1. I have to change the time axis into deg. the relation b/w these two is like that deg. value, say, D=t*5000*75 t is in sec. and then have to plot the signal against this D There's not really enough information to help you with your third item. You can find examples for your second item (interfacing with Excel). For the first item, you seem to have a formula (though I don't understand your constants) to convert the dt into a delta-angle (d-Theta). I assume you're using a waveform, so all you'd need to do for the plot is to replace dt with the new value and ignore the timestamp in any plot. Tim
|
||
|
|
|||
Sep 11 2008, 04:42 AM
Post
#3
|
|||
|
I want a LabVIEW icon under my name! Member Posts: 3 Joined: 8-July 08 Member No.: 11934 Using LabVIEW Since:2008 LV:8.2.1 ,8.5 ,.
|
Just forget about the values given in the equation. consider it as
D=t*A where A is a constant. X axis of waveform graph can be converted during plotting, but how can I store this converted axises ingformations. If I store it before plotting, it will store Y axis values against time. After plotting with modified X axis, I could not able to take any output from graph to write it in Excel file. I have attached a flow chart with this post. please go through it. There's not really enough information to help you with your third item. You can find examples for your second item (interfacing with Excel).
For the first item, you seem to have a formula (though I don't understand your constants) to convert the dt into a delta-angle (d-Theta). I assume you're using a waveform, so all you'd need to do for the plot is to replace dt with the new value and ignore the timestamp in any plot. Tim
|
||
|
|
|||
Sep 11 2008, 02:21 PM
Post
#4
|
|||
|
Extremely Active Member Posts: 269 Joined: 15-September 05 Member No.: 3014 Using LabVIEW Since:1998 LV:7.1.1 ,8.0.1 ,8.20
|
After plotting with modified X axis, I could not able to take any output from graph to write it in Excel file. Why not? It sounds like you already have X(t). So multiply that by your constant A, display it, and save it. Other than that, it's not really clear what your problem is and you haven't shown us what you've already tried.
|
||
|
|
|||
![]() ![]() |
| Time is now: 1st December 2008 - 10:34 PM |