LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Converting sensor reading signal into an array

Hello Guys, 

I have received a LabVIEW program from a company for a torque measuring sensor and it shows the reading in as a single output display  (Channel A) ,which changes every 200ms ( it looks like a stop watch)depending on the torque vales that is applied to the sensor. 
now how can I convert these readings into an array  in order to make an evaluation? or is there a way to make the program record the readings after every 50 milliseconds (for example)?

my problem is little bit complicated for me so thank you in advance for helping  

2022-02-23_11h00_14.png

2022-02-23_11h01_35.png

0 Kudos
Message 1 of 3
(1,453 Views)

Hi Majd,

 


@MajdQaisi wrote:

now how can I convert these readings into an array  in order to make an evaluation?


Wire the value to the loop border to create an array from those readings. (That's called autoindexing…)

 


@MajdQaisi wrote:

or is there a way to make the program record the readings after every 50 milliseconds (for example)?


Maybe, but that depends on your DAQ device: it may be possible to change the settings of that TimedSequence to iterate faster.

 

Why is there a TimedSequence at all? (Especially for VISARead commands!?)

What kind of DAQ device do you use? Did you read its manual to learn about possible sample rates?

Best regards,
GerdW


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

Hey GerdW,
> I will try to do an auto indexing for this timed Sequence, so far no luck how to do it unfortunately, if you have an idea how to do it i will be glad.
> I didnt create this program, it was already made by the sensor company. it is basicaly a simple sensor and its very sensitve to any value of torque ( even if you touch it, it will start to measure) and the iteration time can be modified  and i needed to be modified for my project, I am evaluting torque vales for a small gearbox with integrated clutch 

0 Kudos
Message 3 of 3
(1,403 Views)