LAVA: Post Processing - LAVA

Jump to content

  • (2 Pages)
  • +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

Post Processing Want to analyse the signal wave forms Rate Topic: -----

#21 User is offline   Avinashgogineni 

  • Very Active
  • PipPipPip
  • Group: Members
  • Posts: 50
  • Joined: 18-March 10
  • Version:LabVIEW 2009
  • Since:2009

Posted 24 March 2010 - 02:50 PM

View Postjcarmody, on 23 March 2010 - 10:15 AM, said:

Like Ton said, they're XY Graphs.  You could have dragged my snippet into your (LabVIEW 2009) block diagram and you'd have had the right indicators automagically. Take a look at the LabVIEW Help on "graphs, types" (in the index); it has a good overview of the different graphs & charts and the data that they'll accept.

You did the peak detection as I did, but you may need to play with the Width and Threshold values for your application.



Hi Please help me in that.. I have some confidence that I can Complete that Project....
0

#22 User is offline   jcarmody 

  • Very Active
  • Group: Premium Member
  • Posts: 460
  • Joined: 18-January 07
  • Location:North Carolina, United (by force) States, Earth
  • Version:LabVIEW 2009
  • Since:2007

Posted 24 March 2010 - 05:06 PM

View Postcrelf, on 22 March 2010 - 10:07 AM, said:

Bzzzt - paying someone to complete your assignment is, IMHO, unethical.  I think you'll find it difficult to find someone here to do it for you.

We could provide obfuscated code. :D That'd be funny.

View PostAvinashgogineni, on 24 March 2010 - 10:50 AM, said:

Hi Please help me in that.. I have some confidence that I can Complete that Project....


Have you determined how many peaks your sample data contains?  How do you know that what you already have isn't exactly what you need?
Want a better way to work with Case Structures? Try my CaseSelect plugin for the JKI Right-Click Framework.
Don't just post pictures of your code.  Post Snippets!  Use the  Code Capture Tool for all of your code-sharing needs.

~ In God we trust. Everybody else keep your hands where I can see them.
~ Tu ne cede malis sed contra audentior ito (do not give in to evil but proceed ever more boldly against it) ~ Virgil
0

#23 User is offline   Avinashgogineni 

  • Very Active
  • PipPipPip
  • Group: Members
  • Posts: 50
  • Joined: 18-March 10
  • Version:LabVIEW 2009
  • Since:2009

Posted 24 March 2010 - 05:20 PM

View Postjcarmody, on 24 March 2010 - 05:06 PM, said:

We could provide obfuscated code. :D That'd be funny.



Have you determined how many peaks your sample data contains? How do you know that what you already have isn't exactly what you need?


Hai, I changed the XY graph as shown here in the attachment and I tried to read .CSV file. I don't know whats wrong in that........... Please check it once.

Attached File(s)


0

#24 User is online   Ton Plomp 

  • How many lines per hour? Zero!
  • View gallery
  • Group: Moderators
  • Posts: 1,496
  • Joined: 13-June 05
  • Location:Netherlands
  • Version:LabVIEW 2009
  • Since:2000

Posted 25 March 2010 - 06:55 AM

View PostAvinashgogineni, on 24 March 2010 - 06:20 PM, said:

Hai, I changed the XY graph as shown here in the attachment and I tried to read .CSV file. I don't know whats wrong in that........... Please check it once.

I understand you can't read the CSV file, am I correct?

If so, what OS-language are you on? Could you open the CSV file with notepad and copy the few lines? I think you might have some issues with your decimal sign ('.' or ','). Jim is from the US where they use a '.' as decimal sign and a ',' as field delimiters. I would try to save the file with tabs (/t) as delimiters and remove the ',' string constant from the LabVIEW block diagram.

Ton
0

#25 User is offline   Avinashgogineni 

  • Very Active
  • PipPipPip
  • Group: Members
  • Posts: 50
  • Joined: 18-March 10
  • Version:LabVIEW 2009
  • Since:2009

Posted 26 March 2010 - 06:53 PM

View PostTon Plomp, on 25 March 2010 - 06:55 AM, said:

I understand you can't read the CSV file, am I correct?

If so, what OS-language are you on? Could you open the CSV file with notepad and copy the few lines? I think you might have some issues with your decimal sign ('.' or ','). Jim is from the US where they use a '.' as decimal sign and a ',' as field delimiters. I would try to save the file with tabs (/t) as delimiters and remove the ',' string constant from the LabVIEW block diagram.

Ton


Not only CSV, i am unable to read any data.. please some one help me here... so that i can move farward..
0

#26 User is offline   jcarmody 

  • Very Active
  • Group: Premium Member
  • Posts: 460
  • Joined: 18-January 07
  • Location:North Carolina, United (by force) States, Earth
  • Version:LabVIEW 2009
  • Since:2007

Posted 26 March 2010 - 09:05 PM

View PostAvinashgogineni, on 26 March 2010 - 02:53 PM, said:

Not only CSV, i am unable to read any data.. please some one help me here... so that i can move farward..

Ton mentioned that the decimal separator may be an issue.  We use a "." here; what do you use?  Have you tried Ton's suggestion to save the Excel sheet as a tab-delimited text file?
Want a better way to work with Case Structures? Try my CaseSelect plugin for the JKI Right-Click Framework.
Don't just post pictures of your code.  Post Snippets!  Use the  Code Capture Tool for all of your code-sharing needs.

~ In God we trust. Everybody else keep your hands where I can see them.
~ Tu ne cede malis sed contra audentior ito (do not give in to evil but proceed ever more boldly against it) ~ Virgil
0

#27 User is offline   Avinashgogineni 

  • Very Active
  • PipPipPip
  • Group: Members
  • Posts: 50
  • Joined: 18-March 10
  • Version:LabVIEW 2009
  • Since:2009

Posted 29 March 2010 - 05:12 PM

View Postjcarmody, on 26 March 2010 - 09:05 PM, said:

Ton mentioned that the decimal separator may be an issue. We use a "." here; what do you use? Have you tried Ton's suggestion to save the Excel sheet as a tab-delimited text file?


Hai.
Yes I changed the file property. if u want you can see here

Attached File(s)

  • Attached File  Book1.txt (264.13K)
    Number of downloads: 8

0

#28 User is offline   Avinashgogineni 

  • Very Active
  • PipPipPip
  • Group: Members
  • Posts: 50
  • Joined: 18-March 10
  • Version:LabVIEW 2009
  • Since:2009

Posted 29 March 2010 - 05:34 PM

View Postjcarmody, on 19 March 2010 - 10:34 AM, said:

You attached the data but didn't attach your VI. What have you already tried?

If this is what you want, it's really easy :). (I saved your Excel file as CSV to make it easier.)

Attachment Example_VI_FP.png


hai.

Can you send the screen shot of the block diagram of this VI? So that I can develop that..
Thanks and regards,
Avinash Gogineni
0

#29 User is offline   Avinashgogineni 

  • Very Active
  • PipPipPip
  • Group: Members
  • Posts: 50
  • Joined: 18-March 10
  • Version:LabVIEW 2009
  • Since:2009

Posted 29 March 2010 - 05:56 PM

View Postjcarmody, on 26 March 2010 - 09:05 PM, said:

Ton mentioned that the decimal separator may be an issue. We use a "." here; what do you use? Have you tried Ton's suggestion to save the Excel sheet as a tab-delimited text file?


hey please see this once.. it is reading the data... X axis is correct but Y axis values are incorrect. we need to draw two graphs between 1st col and 8th col, 1st col and 9th col.... on X axis it is showing the exact range of value but not in Y axis... Please see this one

Attached File(s)


0

#30 User is online   Ton Plomp 

  • How many lines per hour? Zero!
  • View gallery
  • Group: Moderators
  • Posts: 1,496
  • Joined: 13-June 05
  • Location:Netherlands
  • Version:LabVIEW 2009
  • Since:2000

Posted 29 March 2010 - 06:19 PM

View PostAvinashgogineni, on 29 March 2010 - 07:56 PM, said:

hey please see this once.. it is reading the data... X axis is correct but Y axis values are incorrect. we need to draw two graphs between 1st col and 8th col, 1st col and 9th col.... on X axis it is showing the exact range of value but not in Y axis... Please see this one

First thing you need to make sure that you read the data correct into your VI. It's hard to do that from a graph, so I advice you to place an indicator for the numeric data.

The following snippet should work on all PC's:
Attached Image: LAVA Guidence_BD.png

Ton
0

#31 User is offline   Avinashgogineni 

  • Very Active
  • PipPipPip
  • Group: Members
  • Posts: 50
  • Joined: 18-March 10
  • Version:LabVIEW 2009
  • Since:2009

Posted 29 March 2010 - 06:47 PM

View PostTon Plomp, on 29 March 2010 - 06:19 PM, said:

First thing you need to make sure that you read the data correct into your VI. It's hard to do that from a graph, so I advice you to place an indicator for the numeric data.

The following snippet should work on all PC's:
Attachment LAVA Guidence_BD.png

Ton


Hai i have done that.how you got that format string? may i know the name of that?

Attached thumbnail(s)

  • Attached Image: screenshot.jpg

0

#32 User is online   Ton Plomp 

  • How many lines per hour? Zero!
  • View gallery
  • Group: Moderators
  • Posts: 1,496
  • Joined: 13-June 05
  • Location:Netherlands
  • Version:LabVIEW 2009
  • Since:2000

Posted 29 March 2010 - 08:31 PM

View PostAvinashgogineni, on 29 March 2010 - 08:47 PM, said:

Hai i have done that.how you got that format string? may i know the name of that?

Right click on an element inside the array, create property and select the property you need.

But what kind of results do you get, what is 'off'.
Is the data you read allright?

Ton
0

#33 User is offline   Avinashgogineni 

  • Very Active
  • PipPipPip
  • Group: Members
  • Posts: 50
  • Joined: 18-March 10
  • Version:LabVIEW 2009
  • Since:2009

Posted 29 March 2010 - 08:48 PM

View PostTon Plomp, on 29 March 2010 - 08:31 PM, said:

Right click on an element inside the array, create property and select the property you need.

But what kind of results do you get, what is 'off'.
Is the data you read allright?

Ton


Hi, How can we click the element inside the array? I think we don't have any array elements in my .vi?

Attached File(s)


0

Share this topic:


  • (2 Pages)
  • +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic