Staubli Robot Move/Hold Button?
Staubli Robot Move/Hold Button?
(OP)
Does anyone know how to map the Move/Hold button functionality of the Teach Pendant to a DeviceNet output from the PLC? I am trying to add a Move/Hold button to the HMI since there is not always a Teach Pendant attached to the system.
Can anyone please help?
Thanks,
Dave
Can anyone please help?
Thanks,
Dave





RE: Staubli Robot Move/Hold Button?
TygerDawg
RE: Staubli Robot Move/Hold Button?
TygerDawg
RE: Staubli Robot Move/Hold Button?
Thanks alot!
dmathias
RE: Staubli Robot Move/Hold Button?
What I have done in the past with V+ is put the motion commands in a big CASE structure (SWITCH structure in VAL3). A secondary task monitors two things:
(1) current state of the sequence, defined by a numerical-sequence flag or seqies of boolean flags from the motion program
(2) PLC move/hold status or equivalent (data bit)
The secondary task gives permission to the motion program to proceed through the sequence to <next sequential state> and <permission to move> . This method is complex. Allows the controller to Step/BackStep through the sequence. But it's a pile of programming to implement. I don't like to use it because most end users can't support this level of complexity. But certain mission-critical projects may require it.
Maybe Staubli has a more automatic method already built in.
TygerDawg
RE: Staubli Robot Move/Hold Button?
Through FTP Surfer, or any other FTP interface, you can modify a ioMap.cf file within the controller, then upload to the controller. After rebooting, if the teach pendant is not attached and the jumper is in place, the controller will monitor the input that was modified in the ioMap.cf file.
Thanks alot for all your help!
dmathias
RE: Staubli Robot Move/Hold Button?
He is engineer application in Staubli, actually in Japan.
Regards