LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

X Y graph using intense colors

Hello to all,

I have a personal project that is already working fine, I use some inclinometer and laser for measurement. All measurements are displayed at X Y graph.

I would like to represent the signal that a accelerometer is generating on X Y graph being displayed with intense color like the picture attached

The X values is given by a quadrature encoder that display the distance at X, the Y represent the signal from a accelerometer.

I have Sound and Vibration Toolkit installed in case it can help to give a easier solution

Thank you so much

0 Kudos
Message 1 of 11
(4,023 Views)
So what is your problem? With an xy graph you can set the color, weight and style of each trace independently.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 11
(3,993 Views)
Hello Mike
What I am trying to do is: for exame, the maximum amplitude of my accelerometer is +- 2 volts.
I would like to have the line or background changing color whenever my signal goes to the maximum or minimum value
For exame, zero volts means color blue, two volts means red color . Like on the photo attached I have posted before
Thank you for you attention
0 Kudos
Message 3 of 11
(3,976 Views)

What part of the attached photo are you talking about?

 

In the chart/graph in the lower part, I see a red line and a blue line.  They don't appear to change colors.

 

In the top part, I see a couple of pictures that look a lot like a 2-D intensity graph.  How that is supposed to relate to a singular value changing in time like the charts below, I have no idea and you'll have to tell us.

0 Kudos
Message 4 of 11
(3,944 Views)
Hello
I am talking about the upper part of the image, not the graph with red and blue
What I am trying to do is get a way to make the color of the line that represent the Y value of the X Y graph change color when the value of the Y changes
For example: when the value of the Y is 0 volt its color is blue, when the voltage got to the maximum value, in this case 2 volts, would change the line color to red
Summarizing, blue Y line would be zero volt, 2 volts would represent red line.
That image I have attached is part of a software that measure the deviation of the rail head dimension using intense color . But in my case I want to measure the signal of the accelerometer displayed its voltage represented by color on X Y graph
Best regards
0 Kudos
Message 5 of 11
(3,906 Views)

Hi acacio,

 

these graphs look like intensity charts/graphs!

 

Using intensity graphs it's easy to have "colorful" data representations. You need to supply some own program logic to mimic the behaviour of an XY graph…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 6 of 11
(3,852 Views)
I agree with you, but I am new o Labview and I dont have that ability to handle it very good
Can you help me or teach me how to do that
Is there a way to control the Y axis of charge usingvfor example a encoder instead time or frequency???
I dont know how to do and I would like to learn
Best regards
0 Kudos
Message 7 of 11
(3,799 Views)
Sorry, I have typed wrongly.
I want on Intense chart or graph contril de X value with a encoder
It means the X axis will changr as long as the rnoder is incrising distance
The Y axis will receive values from an accelerometer
Best regards
0 Kudos
Message 8 of 11
(3,764 Views)

Hi acacio,

 

an intensity graph displays a 2D array of values. It's up to you to fill this array with "good" data…

 

You can use your X and Y values to index elements in the array and set a value in the array!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 9 of 11
(3,747 Views)
Ok
I am trying, but I know just very little about use those arrays
Could you help me with kind of VI
I really would appreciated that
X and Y graphs are very easy to handle, i just some build array and index bundle and I control each axel
But with intense chart or graph I am not even close to do that
Thank you
0 Kudos
Message 10 of 11
(3,734 Views)