# Using the API in LabVIEW - neoVI API

### Overview

The intrepidcs API packages all of the WIN32 methods into LabVIEW LLB. Inside the LLB the sub VIs can be accessed to make it easy for you to use neoVI with National Instruments LabVIEW.

### Steps to use neoVI in LabVIEW

Open the “NEO VI Example.llb” found in the [`Nlabv_neo.zip (546kB)`](https://cdn.intrepidcs.net/guides/neoVIDLL/_downloads/6784fbd1fe42ce22e0eb0da0b9ed0e6b/Nlabv_neo.zip) file. When you first access the main VI or sub VI’s you may receive a warning regarding a Dependency missing. Make sure that your project is pointing to the icsneo40.dll. This is normally installed to the system32 or SysWOW64 directories.

### Example

A LabVIEW example (Figure 1) is included to show how the API all works together. An example project can be found here: [`Nlabv_neo.zip (546kB)`](https://cdn.intrepidcs.net/guides/neoVIDLL/_downloads/6784fbd1fe42ce22e0eb0da0b9ed0e6b/Nlabv_neo.zip).

The example shows how to open and close communication to the driver, send messages and read messages on the networks.

![Figure 1 - The LabVIEW Example.](https://240838104-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FabyA6gDDBQ0CNbxlveQb%2Fuploads%2Fgit-blob-1fb3c8c5eb1dc44e150806a4638fe466b299ff73%2FLVExample.jpg?alt=media)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.intrepidcs.com/neovi-api/basic-operation-intrepidcs-api/using-the-api-in-labview-intrepidcs-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
