Hello there,
First time poster - hope I'm doing this correctly!
I am currently working on a couple of solutions involving Fanuc LR Mate 200id. The way we usually provide first line support is through remote connections to our systems (that are usually situated onboard vessels or in factories all over). That way, we can monitor and investigate issues from the office. Additionally, like most other robot applications, our solutions come with a jogging option for the operators to use, in case something abnormal occurs (out of bounds etc.).
After working with the robot, and the R-30iB controller, for a while, I'm not so sure about how to replicate the same setup for jogging and remote support that we have on existing solutions. For instance, it seems to me that the operator would have to enable the TP + set controller to T1 mode + disable UI signals in the config to achieve jogging (that is how I am currently doing it), which is too complicated for the typical operator of our systems; having the operator use the TP at all is something we would like to avoid. Instead, we want to create a simpler solution baked into a PLC HMI or some GUI. Is it feasible to create a fluent solution that allows for swapping between autorunning a program per PLC instruction and switching to manual mode to allow jogging? I was thinking about creating a second program that loops a move instruction to the current position plus some increment based on PLC input (operator jogging on HMI leads to increments in the target position), but that seems a little hacky.
As for remote connection, I've been thinking about the Remote iPendant solution - does anyone know if it is possible to embed that into something like an Ignition GUI, for instance?
Thanks