Overview
This example allows you to choose the URL of multiple tags programmatically and read them simultaneously. This allows you to read tags and not have to know the URL of each tag beforehand.
Description
DataSocket Select URL.VI displays a dialog box for the user to select a data source and returns the URL to that data. Then open the connection to each tag with a 10s timeout. This example will continuously read the tags until user specifies a stop. Close the connection to each tag individually
Requirements
- LabVIEW 2012 (or compatible)
Steps to Implement or Execute Code
- Choose number of tags.
- Run the VI.
- Choose server.
- Get the tag URLS and Data.
Additional Information or References
Front Panel
VI Snippet
**This document has been updated to meet the current required format for the NI Code Exchange.**