07-17-2023, 10:40 AM
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'.