RSS Git Download  Clone
Raw Blame History
################################################################################
#	TmsServerDebug.conf	Configuration file for TMS Server
#				T.Barnaby,	BEAM Ltd,	2007-02-08
################################################################################
#
# TmsServer:		- The hostname or IP Address of the boap server
# SptDir:		- The pathname to the directory holding the Cycle Paramater files
# SimulateData		- Simulate TMS machine mode. Simulates Module Controllers (0,1)
# SimulateNextCycle:	- Simulate the calling of the setNextCycle() function at CycleStop (0,1).
# DefaultCycleType:	- The default CycleType from start up
# AdcSysclkSync:	- Sets the ADC clock to be synchronised with the SYSCLK timing clock
# PuServer?:		- The Physical Module Controller numbers used as the logical Module Controllers
# PickUp?:		- The Logical to physical pickup mapping
#
#TmsServer:		tmssc.tmsnet
#DefaultCycleType:	Beam3
PuServer1:     	1
#PuServer2:     	2
#PuServer3:     	3
#PuServer4:     	4
TmsServer:     	localhost
SptDir:        	/usr/tms/stateTables
SimulateData:  	0
SimulateNextCycle:	1
DefaultCycleType:	SigGenBeam3
AdcSysclkSync:		0
PickUp1:       	1,1,1
PickUp2:       	1,1,2
PickUp3:       	1,1,3