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: 

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,491 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,476 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,462 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,455 Views)

Hi,

Thanks for the valuable points

 

Regards

Manoj

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