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,833 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,818 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,804 Views)
Solution
Accepted by 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,797 Views)

Hi,

Thanks for the valuable points

 

Regards

Manoj

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