Open Configuration (HTTP Auto)
- Updated2025-07-28
- 2 minute(s) read
Initializes an HTTP connection for SystemLink data services to communicate with your SystemLink Server by automatically retrieving credentials when executed on a managed system.
This VI runs on SystemLink Server without additional configuration information.
Programming Patterns
- Transferring Data Using Tags
- Sending Messages Between Systems
- Acquiring Test Results
- Transferring Files from Disk to the Server
- Transferring Files from Memory to the Server
configuration id
Name of the configuration you want to connect to the SystemLink master or SystemLink Server. If you leave the configuration id unwired, Open Configuration uses the default configuration.error in
Error conditions that occur before this VI runs. The VI responds to this input according to standard error behavior.verify server?
A Boolean that determines whether this VI will verify the connection is secured by a valid certificate. The default value is True.This input also allows local connections over HTTP in addition to HTTPS connections.
HTTPS only?
A Boolean that determines whether to use only an HTTPS connection. If set to True, your data services only communicate with the SystemLink Server over an HTTPS connection. The default value is True.Note If the server is configured to use
HTTP instead of HTTPS, you have to set the value to False or this VI returns an error.
Furthermore, using HTTP remotely insecurely exposes credentials and data to the
network.