Mission file: modules/PhidgetsEncoders/PhisgetsEncoders_example.moos



Mission file Short description Modules
modules/PhidgetsEncoders/PhisgetsEncoders_example.moos (no description) Logger, MOOSDB, PhidgetsEncoders

Mission modules graph:

Raw file contents:

ProcessConfig = ANTLER
{
	MSBetweenLaunches 	= 200
	
	//crucial processes
	Run = MOOSDB        @  NewConsole = false

	Run = PhidgetsEncoders  @       NewConsole=false
	
	// Optional logger:
	 Run = pLogger  @       NewConsole=false
}

ProcessConfig = MOOSDB 
{
	// Enable webserver in MOOSDB
	WEBSERVERPORT  = 9080

}


//------------------------------------------
// PhidgetsEncoders configuration block

ProcessConfig = PhidgetsEncoders
{
	CommsTick  = 100
	AppTick    = 100
	MaxAppTick = 1000
	
	// (Default="ENC1") Encoder data from this board will be published as "_CH_{COUNT,INSTANT_VEL}" with i=0,1,2,3 for each encoder channel.
	ENCODER_PUBLISH_PREFIX	 = ENC1
	
	// (Default=-1) The serial number of the Phidgets encoder: the number in the "S/N" sticker (or "-1" to open the first board found).
	// ENCODER_SERIAL	 = -1

	// (Default=10) Number of samples for the sliding window average filter of speeds.	
	SPEED_FILTER_SAMPLES_LEN  = 10
}





Page generated by Mooxygen 1.1.0 at Mon May 26 00:45:07 2014
Valid HTML 4.01 Transitional