Store data in D200 to D203 and D300 to D303.
Store the number of data "4" that you want to display in D102 (number of coordinates).
Store red color code in D103 (display color) and line code in D104.
Store bit 1 in the [Control Word Address] and turn on bit 0.
Gets four sets of data (D200 to D203 for the X coordinates and D300 to D303 for the Y coordinates) and displays them with red lines.
After completing the drawing "2" is stored in D101 (status).
Store "0" in D100. (D101 bits 0, 1, 12, and 13 automatically turn OFF.)
Change the values in D200 to D203 and D300 to D303.
Store a blue color code in D103.
Store 1 in D100 (turn on bit 0).
The second data is added and displayed in the blue lines.
Store "0" in D100. (D101 bits 0, 1, 12, and 13 automatically turn OFF.)
Change the values in D200 to D203 and D300 to D303.
Store a green color code in D103.
Store 1 in D100 (turn on bit 0).
The third data is added and displayed in the blue lines.
To display only current values without displaying the previous values, current values are displayed once the graph is cleared by storing "3" in D100 (turn on bit 0 and bit 1).