Files
mxsc/robot/MXLAB/Controller1/usr/usrapp/ForceDetection/setOutZone.pgx
2017-02-22 14:09:56 +01:00

22 lines
800 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Programs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.staubli.com/robotics/VAL3/Program/2">
<Program name="setOutZone" access="public">
<Code><![CDATA[begin
//-----------------------------------------------------------------------
//Header begin
//Description of program
// Specifies when the robot is outside of the force controlled zone
// which means that the training or monitoring of the forces needs
// to end.
//
//History
// Creation : 23-04-08 - f.Rob
// Modification: 11-03-09 - ffab
//Header end
//-----------------------------------------------------------------------
// Turn off bInzone
bInZone=false
bContact=false
end]]></Code>
</Program>
</Programs>