3.14 Sending XY Data To Origin
This example is to complement the Sending Waveforms example. Instead of waveforms, which is essentially just Y columns of data with sample rate, this example shows how to send XY data to Origin. More specifically, the VI demonstrates the following:
- Load an opj which contains a worksheet and a graph.
- Generate two datasets (XY data) and send them to Origin.
This example is mainly composed of two parts.
- The following block shows how to load an opj file and find the specified worksheet. The found worksheet has also been cleared.
- The following block shows how to generate two datasets (XY data) and send them to Origin. Please note that a row index of -1 is used to indicate to append data to worksheet, which is a new connected added in SR6.
| Note: This VI is available since Origin 8 SR6. |

