05-07-2024 06:54 PM
Hi,
I have been trying to connect to my systemLink server through python using the python API. I am using the Https Configuration to from the documentation https://python-docs.systemlink.io/en/stable/api_reference/core.html#nisystemlink.clients.core.HttpCo... but i keep getting an error saying __init is not defined. Below is a snippet of my code
Error that i am getting.
05-07-2024 07:06 PM
DataFrame service is available only on SystemLink Enterprise, and SystemLink Enterprise supports only API key-based authentication.
If you're working with SystemLink Server, you can use the SystemLink SDK that installs with SystemLink Client. This SDK is installed in packages of Python 3.8.5 installed at C:\Program Files\National Instruments\Shared\Skyline\Python\3.8
What exactly are you trying to achieve?
05-07-2024 07:59 PM - edited 05-07-2024 08:11 PM
Hi Santosh,
I am trying to use python to remotely connect to systemLink server so I import tag values into my python application. https://python-docs.systemlink.io/en/stable/api_reference/tag.html