The Box Limit Task

Description

This task fires its event flag when the NAV_X NAV_Y or NAV_DEPTH variables are outside acceptable ranges for more than a specified length of time.

Publishes

Subscribes

Configuration Block

Example Block

Task = LimitBox
{
	Name = LimitBox
	Priority = 0
	InitialState = ON
	TimeOut = NEVER
	EventFlag = EndMission

	XMax = 30
	XMin = -30
	YMax = 30
	YMin = -30
	DepthMax = 10
}

The MOOS © P. Newman 2001-2002