04-16-2013, 08:03 PM
Stuck and drop vial problems...
drop vials macro :
3000
{Drop Empty Flask}
X:=Self.X()
Y:=Self.Y()
Z:=Self.Z()
X1:=1
Y1:=1
VarAdd(X, !X1!)
VarSub(Y, !Y1!)
Self.Capacity()<=999
Map.Thrown(283, 10, !X!, !Y!, !Z!)
Map.Thrown(284, 10, !X!, !Y!, !Z!)
Map.Thrown(285, 10, !X!, !Y!, !Z!)
Exit()
anti stuck :
1000
{Stuked}
{AntiStuck}
Status.InPZ()==0
Self.MoveW
Macro.Wait(300)
Self.MoveN
Macro.Wait(300)
Self.MoveS
Macro.Wait(300)
+++++ you have to edit in protector that macro, with your anti stuck file and choose the option "Stucked"
Reput me if i helped
drop vials macro :
3000
{Drop Empty Flask}
X:=Self.X()
Y:=Self.Y()
Z:=Self.Z()
X1:=1
Y1:=1
VarAdd(X, !X1!)
VarSub(Y, !Y1!)
Self.Capacity()<=999
Map.Thrown(283, 10, !X!, !Y!, !Z!)
Map.Thrown(284, 10, !X!, !Y!, !Z!)
Map.Thrown(285, 10, !X!, !Y!, !Z!)
Exit()
anti stuck :
1000
{Stuked}
{AntiStuck}
Status.InPZ()==0
Self.MoveW
Macro.Wait(300)
Self.MoveN
Macro.Wait(300)
Self.MoveS
Macro.Wait(300)
+++++ you have to edit in protector that macro, with your anti stuck file and choose the option "Stucked"
Reput me if i helped