This widget could not be displayed.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

for loop speed

Solved!
Go to solution

Hi,

This is my vi snap shot.I would like to format array element  (1D-16 bit array) into string format and N in the range of Lacks,but it will take lot of time.Could yo please tell me any solution to reduce time

thanks

Manoj

 

0 Kudos
Message 1 of 5
(2,711 Views)

Hi manoj,

 

what about that code fragment aka "vi snap shot"?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 5
(2,696 Views)

Hi,

This is my vi snap shot.I would like to format array element  (1D-16 bit array) into string format and N in the range of Lacks,but it will take lot of time.Could yo please tell me any solution to reduce time

thanks

Manoj

0 Kudos
Message 3 of 5
(2,682 Views)
Solution
Accepted by topic author manojkp89

Hi manoj,

 

you really should go through all those free online LabVIEW courses to learn the basics of autoindexing and shift registers!

 

That said I recommend to use basic functions like this:

check.png

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 5
(2,675 Views)

Hi,

Thanks for the valuable points

 

Regards

Manoj

0 Kudos
Message 5 of 5
(2,668 Views)