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: 

Which design structure is the best for motion control and data acquisition?

Hi,

 

 

I am developing a field testing device that requires motion control and measurements. It basically applies stresses to an object and measures the response using LVDT and load cells. I am currently using a simple state machine structure that consists of a few case structures like 'actuation(PI control) - measurement- advance - save' and it is repeated in while loop until the target value is measured. I am just wondering which design pattern would work best when develop control and measurement program for such device. 

 

 

Thank you

0 Kudos
Message 1 of 2
(924 Views)

Hi

Design structure which you are using is one of the better method another one structure is producer consumer structure(queue)

0 Kudos
Message 2 of 2
(851 Views)