description | cover | coverY |
---|---|---|
Working with the neoVI API, the folloing steps and functions will be used. |
../.gitbook/assets/new-cover-image.png |
0 |
- Start the application.
- Open the driver and find a neoVI or ValueCAN device.
- Create the neoVI object using the OpenNeoDevice method.
- Transmit messages using the TxMessages method.
- Read messages on the network using the GetMessages method.
- Optionally readout any errors using the GetErrorMessages method.
- Repeat steps 3 through 5 while your application is monitoring the network.
- Close the driver when not monitoring by calling the ClosePort method.
- To start monitoring again go back to step 2.
- When the application exits the neoVI object must freed (destroyed) by calling the FreeObject method.