How to connect motor-CAD instance in remote machine
Gopi Raju Velpula
Member Posts: 24
**
Hi @PyMotorCAD-Team i want to connect and launch motor-cad in my Remote server from my Linux machine by using Pymotor-cad scripting.
i have seen PyMotercad documentation that motorcad API will use to achieve it.
but i have not seen any example script for that, could you please guide me how to achive this.
0
Best Answer
-
There are two steps:
- Launch MotorCAD server manually and use the current port for connecting to it (https://motorcad.docs.pyansys.com/version/stable/user_guide/Motor-CAD_setup.html).
- Connect to existing remote connection. You can use full url to connect to an existing session. Refer to this test case function 'test_using_url_to_connect' in (https://github.com/ansys/pymotorcad/blob/main/tests/test_rpc_client_core.py)
I hope it helps.
0
Answers
-
@Rajesh Meena thanks for your quick update.
I will explore these approaches further.
0