Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

python program with in variables

#1
how can i define a python program with variables.
like       "Job_finished (10,2)" 


Attached Files Thumbnail(s)
   
#2
RoboDK passes arguments as command line arguments. Therefore, you can simply collect the parameters in your Python script using sys.argv. I attached a sample file that uses this concept.


Attached Files
.py   SpindleOn.py (Size: 6.09 KB / Downloads: 4,843)
  




Users browsing this thread:
1 Guest(s)