Setting up a TRANSNET batch control interface in Keystone

From KeystoneIntranet
Jump to navigation Jump to search

Setting up a TRANSNET batch control interface in CompuCrete GH

  1. Log in to CCGH as ADMIN.
  2. From the System Maintenance menu, select Device Maintenance.
  3. Add a new device with fields as follows:
  • Device Id--by convention, use the letters BC followed by a 2 letter location code
  • Description--enter a meaningful description, usually indicating the location
  • Type--select "Batch Control"
  • IP Address--leave blank
  • IP Port--leave blank
  • Device Configuration-- (the following parameters are required:)
		Protocol=TRANSNET
		COMPort=1 (or 2,3,4 etc.)
		BaudRate=9600 (or whatever baud rate is appropriate)
		DataBits=8
		StopBits=1
		Parity=N (or O for Odd, E for Even)

		(the following parameters are optional:)
		EOLHex=0D0A  (CR/LF is the default)
		Timeout=5  (5 secs is the default)
		Retry=3  (the default)
  1. Log in to CCGH as a normal user.
  2. Select Plants from the File Maintenance menu.
  3. For each plant that will send tickets to the batch control:
  • Click on the Devices tab
  • Check the box next to the batch control you just created
  1. Using Ticket Printing, select a plant that you chose to send tickets to the batch control. Enter a manual ticket and key in a single product (it would be helpful if this product also exists on the batch control.) Print the ticket. You should see activity on the batch control.
  2. After testing, go back into Device Maintenance and add the following parameter to the end of the Device Configuration box:
	ProductClass=nn,nn,nn... 

This indicates that only products in one of the listed product classes will be sent to the batch control. Other products will not.