Question: How can I connect to a ctrlx COREvirtual (running on a Windows guest), from a Linux host, using python package ctrlx-datalayer?
I have a Linux host and a Windows 10 Guest (using VirtualBox). Inside the Guest I succesfully installed ctrlx Works, PLC, etc. I added a VirtualControl (ctrlx COREvirtual) and it is online, including port forwarding, also to external. I disabled the firewall on my Guest.
From my (Linux) host, I am able to browse to the VirtualControl, using the IP from my Guest: LINK . See screenshot attached.
I installed the python package 'ctrlx-datalayer', and also installed the `ctrlx-datalayer-2.2.7.deb` from LINK .
I copied the script from LINK but (adapting) and running it I got the error:
ERROR Connecting tcp://boschrexroth:[email protected]?sslport=8443 failed.
What am I doing wrong? I think my approach is valid, right? Any suggestion would be great.