From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, 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: 

Display a pressure pattern in an array and an intensive graph problem

Hello,

 

I'm designing a bed that has the function of giving the pressure pattern of a patient. Now I'm testing some pressure sensors but I notice some problems in Labview. 

 

I have an array of 4x4 of pressure sensors. When i want to display them in an intesive graph and an array they are displayed differently. If the array display the pattern correct, the view in the intensive graph is 90 degrees rotated (see attached figure). I've tried to invert some signals in the properties of the graph but it didn't work.

 

Does anyone has some idees?

Or does someone has a better idee of processing these signals?

Download All
0 Kudos
Message 1 of 2
(1,959 Views)

Hi Frank,

 

to answer your question: use the Transpose function found in the array palette.

 

To help you write better VIs: disregard the DAQ assistent ExpressVI, use "standard" DAQmx functions, read your signals as 1D array and use some other array functions to reorganize your data for viewing...

It just looks awkward what you have posted 😄

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 2
(1,952 Views)