SystemLink Forum

cancel
Showing results for 
Search instead for 
Did you mean: 

How do i connect to a systemLink server using python API.

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 

zombae_0-1715125733199.png

 

Error that i am getting. 

zombae_1-1715125976907.png

 

0 Kudos
Message 1 of 3
(10,664 Views)

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?

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 2 of 3
(10,659 Views)

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 

0 Kudos
Message 3 of 3
(10,643 Views)