Here below are my comments.
1. Will this kind of polling (constant reading) cause overheating for the gripper (which could lead to FAULT status 0x08 )?
> No, it should be fine.
1. Will this kind of polling (constant reading) cause overheating for the gripper (which could lead to FAULT status 0x08 )?
> No, it should be fine.
2. I am not sure about the following, but assuming that we can only read from the Input/status registers, isn't it being updated by some other process internal to the gripper? Could my constant reading lead to some conflict with that process, or causing me to read old messages instead of the real-time ones?
> Reading request will not affect gripper operation.
> Reading request will not affect gripper operation.
3. What are your suggestions for bypassing the FAULT 0x09"No communication for at least 1 second." error?
> I think the communication loss may come from the RS485 URCAP. It is possible that the URCAP established the connection, send the command and then close the connection. So it is normal to see the LED of the gripper turning read. It is not really a problem.
> I think the communication loss may come from the RS485 URCAP. It is possible that the URCAP established the connection, send the command and then close the connection. So it is normal to see the LED of the gripper turning read. It is not really a problem.
4. In simple terms: Will it cause any problems constantly reading from the the Input/Status registers or is this the way it is made to be?
> Make constant reading of gripper registers may overload robot operation. If it is just to get a blue LED it is may be better to avoid doing constant reading.
If you want to monitor a possible temperature issue, you can eventually read fault register form time to time and make sure everything is ok.
> Make constant reading of gripper registers may overload robot operation. If it is just to get a blue LED it is may be better to avoid doing constant reading.
If you want to monitor a possible temperature issue, you can eventually read fault register form time to time and make sure everything is ok.
Hello everyone : )