Files
2017-02-22 14:09:56 +01:00

21 lines
777 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="setInZone" access="public">
<Code><![CDATA[begin
//-----------------------------------------------------------------------
//Header begin
//Description of program
// Specifies when the robot is inside the force controlled zone
// which means that the training or monitoring of the forces needs
// to begin.
//
//History
// Creation : 23-04-08 - f.Rob
// Modification: 11-03-09 - ffab
//Header end
//-----------------------------------------------------------------------
// Turn on bInzone
bInZone=true
end]]></Code>
</Program>
</Programs>