Jump to content

LabView project


Recommended Posts

Hi guys.

I am masterand and I have a project to virtual instrumentation.

I have a problem with the implementation of virtual instrument of graph.

If you can help me i send the attachement files.

New picture and New Picture (1) is the project hi should like.

I can't implement the VI Amplitude and Phase graph.

New Picture (2) and New Picture (3) is the project what I have done.

Please I need help.

Thank you.

New Picture.zip

New Picture (1).zip

New Picture (2).zip

New Picture (3).zip

Link to comment

Hi Mircea,

it seems you're almost there.

All you need is a XY Graph and a correctly bundled data cluster.

First, your cluster needs to be bundled in the correct order. First, wire the data representing your initial time (t=0). Then the uniform spacing on your X-scale (dt) and finally, your vector containing Y values.

Feed this cluster into a XY Graph. These graphs are polymorphic and will adapt to the correct format if it's a valid one. The above mentioned cluster is a valid format. The XY Graphs should be easy to find in your LabVIEW palettes. Do the same with phase data (t = 0; dt; phase vector).

PS. You can post your VIs directly instead of uploading compressed bitmaps...

  • Like 1
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.