Is it possible to run Blockly and Python IDE simultaneously for XArm 6?

Hello there, i’d like to ask if its possible to run Blockly and Python IDE simultaneously for XArm 6

Hi Edwinard,

What is your application? If you execute python immediately after Blockly, for motion commands, it will wait until Blockly executes before executing the py program.

understood thank you, currently im trying to get the xarm to send data to another application (Node red), i’ve established the communication using TCPIP from the python SDK to the node red. I wanted to know if its possible for me to use the Python IDE inside the XArm Studio to send data to node red. Is that possible?

Hi Edwinard,

What libs do you use to exchange data with Node red? The third-party lib or lib that comes with python?
If you are using the third-party lib, I think it is impossible because we don’t allow to install the third-party lib in our Python IDE.
If you are using lib that comes with python, we are using python 3.6, you can try.

Best regards,
Minna

1 Like