Hello, I am not familiar with fanuc robot. I am trying to run a program from background logic. I have a R30iB Fanuc Controller with an RSR001 which run continuously. In the program WAITDI, an instruction to wait the state of DI[10]. If its ON, I want to call a program to put the robot to a home position tought in the ...Read more
Hi Maesa, If you use instances declared in a FB function. Try to use a global instance of MB_clien like this: use a global DB to declare the "ModbusDataconnectParamClient" structure. This will fix your problem and when you download the project, it will not cause problem for MB_client function. hopeRead more
Hi Maesa,
If you use instances declared in a FB function.
Try to use a global instance of MB_clien like this:
use a global DB to declare the “ModbusDataconnectParamClient” structure.
This will fix your problem and when you download the project, it will not cause problem for MB_client function.
hope this will help you
See less
You can't use a wait instruction in a routine called in background logic You can't call a program in a background logic. what are you trying to acheive exactly? Please explain what's the goal of your application
You can’t use a wait instruction in a routine called in background logic
You can’t call a program in a background logic. what are you trying to acheive exactly?
Please explain what’s the goal of your application
See less