# Tagtrak Gateway Configuration file for the BagMessage interface # NAF 04/05/06 #Note that entries for Tx and Rx objects are identical, but preceded by Tx_ and Rx_. #Logging levels #The error logging level is set using 3 numbers. The first number is the #logging level for transmission, the second receive and the third general. #E.g. 975, Tx=9, Rx=7, Gen=5 error_message_logging 999 #Note that the same filename could be used in Tx and Rx. error_message_filename /shared/tagtrak/log/BagMessage1.log #Connection details #BagMessage server details Rx_Hostname kenny Rx_Port 6800 Tx_Hostname kenny Tx_Port 6801 #Protocol information Rx_AppId BSI_0001 Rx_Password LOGIN003 Rx_Version 2 Tx_AppId BSI_0001 Tx_Password LOGIN003 Tx_Version 2 #Connection and reconnection parameters Rx_TimeBetweenConnectionAttempts 10 Rx_TimeBetweenLoginAttempts 10 Tx_TimeBetweenConnectionAttempts 10 Tx_TimeBetweenLoginAttempts 10 Rx_NumLoginAttempts 3 Tx_NumLoginAttempts 3 #Buffering Rx_BufferSize 64 Rx_RedoLogFilename BAGM1 Rx_DataOnWatermark 20 Rx_DataOffWatermark 80 Tx_BufferSize 4 #Timeout settings Rx_SendStatusMessageTimeout 900 Rx_ReceiveStatusMessageTimeout 1000 Rx_AckTimeout 5 Rx_UnexpectedAckTimeout 2 #The Check for Lost Message signal timeout period Rx_NoMsgSentTimeout 60 Tx_SendStatusMessageTimeout 30 Tx_ReceiveStatusMessageTimeout 100 Tx_AckTimeout 5 Tx_UnexpectedAckTimeout 2 #The Check for Lost Message signal timeout period Tx_NoMsgSentTimeout 60 #Internal settings Rx_NumMsgParse -1 Tx_NumMsgParse -1