From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

plot number of circles read from excel

Solved!
Go to solution

Hi. I have read combination of circle data from excel sheet (CSV file format) and i have collected those data in an array in front panel. Now using these data of array i want plot those circles one by one in xy graph i.e at first 1st circle will be plotted, after 5 sec 2nd circle will be plotted and so on.There are total 8 circles.So after 35 sec i will be able to see all the circles in xy graph.I have attached my vi file and CSV file.Thanks and Regards - Supriyo.

Download All
0 Kudos
Message 1 of 22
(3,127 Views)

Hi,

 

The Attached VI will serve your purpose

 

Regards,

Murali

CLA

 

*Kudos Welcome*

Message 2 of 22
(3,103 Views)

Check this for ur problem.

 

 

Message 3 of 22
(3,090 Views)

thanks a lot. You are amazing. I am trying to understand your program.

0 Kudos
Message 4 of 22
(3,080 Views)

Thank you. Please mark as solution if your problem solved.

0 Kudos
Message 5 of 22
(3,052 Views)

Hi Muralidharan,

 

whatever you do in your VI: you do it much to convoluted!

 

Circle_BD.png

Is there a reason to use EXT representation for those numbers?

Why did you split the circle in two halfes?

Hint: when creating an uninitialized shift register you should clear the data in the register before saving your VI. Did you check it's filesize?

 

I removed the waiting part for simplicity…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 6 of 22
(3,038 Views)

Hi GerdW,

 

Thanks for your inputs.

Actually it worked fine even with "sgl". By mistake i uploaded the VI with uninilized shift register.

 

Regards

Murali

0 Kudos
Message 7 of 22
(3,032 Views)

There's a small "glitch" in the picture posted above, here a corrected version:

Circle_BD.png

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 8 of 22
(3,027 Views)

Hi GerdW

Can you send the following VI in attachment

Regards

Supriyo

Circle_BD.png

 

 

0 Kudos
Message 9 of 22
(3,023 Views)

Hi Supriyo,

 

no, I didn't save the VI.

But it is quite easy to recreate, except for RampPattern (which might not be available in the Base LabVIEW version) all functions are easily to find on the function palettes!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 10 of 22
(3,019 Views)