Reads data from the embedded target.
Your Read VI must have the following parameters on the connector pane:
After the read has finished, your Read VI must call nitargetReadData.vi, which is located in the following directory:
![]() | labview\vi.lib\LabVIEW Targets\TargetShared |
nitargetReadData.vi sends the data that you read to LabVIEW. Wire the data read to the Data Read input in nitargetReadData.vi. Wire the connection ID from your Read VI to the Connection ID input in nitargetReadData.vi.