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

is it possible to access blend witout 'sent program to robot'

#1
so i have a custom gui created where you can pick a file and do its job, the problem i have is that i need to access configurable inputs that are adressed at DI25(because there are no configurable outputs on robodk) and i also need to access blend function, both of those functions only work when you run the program as 'sent program to robot' but if i use that function the program ignores whatever i have written in my python files, i would love to know if there is a possibility that i can access both blend and DI25 while only running the program as 'run on robot'.
#2
One approach to achieve this is to use a hybrid between the driver and the post processor.
You can upload routines where blending is required to the controller via the API and call them remotely.

As for the IOs on the controller, we have set/wait IO and custom instructions where you can write native robot code for the post processor.

More information in our Python documentation:
https://robodk.com/doc/en/PythonAPI/robo...akeProgram
https://robodk.com/doc/en/PythonAPI/robo...Item.setDO
https://robodk.com/doc/en/PythonAPI/robo...nstruction
Please read the Forum Guidelines before posting!
Find useful information about RoboDK by visiting our Online Documentation.
#3
(07-17-2023, 11:19 AM)Sam Wrote: One approach to achieve this is to use a hybrid between the driver and the post processor.
You can upload routines where blending is required to the controller via the API and call them remotely.

As for the IOs on the controller, we have set/wait IO and custom instructions where you can write native robot code for the post processor.

More information in our Python documentation:
https://robodk.com/doc/en/PythonAPI/robo...akeProgram
https://robodk.com/doc/en/PythonAPI/robo...Item.setDO
https://robodk.com/doc/en/PythonAPI/robo...nstruction
thank you on a quick reply, im trying to work around upload program to robot but whenever i try to do the command robodk crashes, what could be the problem for that?
#4
What post processor are you using?
Are you able to send the program to the robot using RoboDK (not the API)?
More information here: https://robodk.com/doc/en/Tips-and-Trick...endProgram
Please read the Forum Guidelines before posting!
Find useful information about RoboDK by visiting our Online Documentation.
  




Users browsing this thread:
1 Guest(s)