Fiona LiuFiona Liu
Keymaster
@bancroft
Post count: 371

1. In the demo, the X-axis value I sent you was not pre-set or fixed. You can enter any value you want. And the same is true for Y.I didn’t set it up in the demo, but the basic method is the same.

 

2. You can also use the description pointer function to change the Y range, X unit range, or all other value Settings

Real-time time graph on STONE TOOLBOX-4

To learn how to use the description pointer, see Chapter 6 in the development guide.

 

3. Therefore, all you need to do is program the controller and send the values to the X value, the Y value, the curve buffer, and the address describing the pointer to tell the display when to change the X/Y range and what to display on the coordinates.No matter how your X/Y axis changes, just send the command.

That’s all we can do. Real-time curve functions don’t just give you coordinates, input values, and display curves. You need to send commands to define what the curve is, what the X value is, what the Y value is.

I hope this helps.