07 -02-2019, 06:19 PM
Hi,
I am trying to run RoboDK in the background with Python. I can get it to work for "NOSPLASH" and "QUIT". But I tried with the rest of them and it seems not working.
/NOSPLASH works but -NOSPLASH doesn't. I am using python 3.4.1.
Specifically I want /NOUI and /HIDDEN to work.
Following is the line that works for /NOSPLASH.
Could anyone give me an example line for NOUI?
I am trying to run RoboDK in the background with Python. I can get it to work for "NOSPLASH" and "QUIT". But I tried with the rest of them and it seems not working.
/NOSPLASH works but -NOSPLASH doesn't. I am using python 3.4.1.
Specifically I want /NOUI and /HIDDEN to work.
Following is the line that works for /NOSPLASH.
Code:
RL = Robolink(args='/NOSPLASH')
Could anyone give me an example line for NOUI?