hello everyone,
I did make my roboguide cell where 2 robots use IIC hand and fixture model to prevent crash between them.
I have to admit this is an extremely powerful option to have if you want to avoid 2 robots to enter the same zone at the same time.
Once ripe communication is set , their is no more programs logic to add on TP programs.
The IIC manuel also tell to configured MASH connection and avoid deadlock between multiple robots.
Unfortunately, I have a lot of heartbeat error in roboguide due to mash heartbeat that I need to ack very often.
From what I've read , Mash is used to prevent deadlock situation like :
Robot A waiting for Robot B
Robot B waiting for Robot C
Robot C waiting for Robot A
Mash is mostly used when their is 3 robots or more.
My question is quite simple then : if I only have 2 robots using IIC , do I need to also configured Mash ?
best regards