Basic Operation - intrepidcs API

Working with the intrepidcs API, the folloing steps and functions will be used.

  1. Start the application.
  2. Open the driver and find a neoVI or ValueCAN device.
  3. Create the neoVI object using the OpenNeoDevice method.
  4. Transmit messages using the TxMessages method.
  5. Read messages on the network using the GetMessages method.
  6. Optionally readout any errors using the GetErrorMessages method.
  7. Repeat steps 3 through 5 while your application is monitoring the network.
  8. Close the driver when not monitoring by calling the ClosePort method.
  9. To start monitoring again go back to step 2.
  10. When the application exits the neoVI object must freed (destroyed) by calling the FreeObject method.
IntrepidCS API Documentation - (C) Copyright 2000-2022 Intrepid Control Systems, Inc.  (www.intrepidcs.com)

Last Updated : Tuesday, August 23, 2016