; ONLINE OFFICE SCALE CONFIGURATION FILE. ; Each scale that is currently supported by Online Office will have ; its own section in this configuration file. The section name will ; be the actual name and model of the scale, these are the names ; that appear in the scale list box in the hardware tab in preferences. ; Each scale section will have the following keys if applicable for ; that scale: ; ; BaudRate = The rate at which the scale needs to transmit ; data. ; DataBits = The amount of data bits. ; Parity = The parity needed, n=None, o=Odd, e=Even. ; StopBits = The amount of stop bits. ; LbsIndicator = The character in the output set that identifies ; that the weight is being trasmitted in pounds. ; This must correspond to the first U in the output ; string format. ; KgsIndicator = The character in the output set that identifies ; that the weight is being trasmitted in kilograms. ; This must correspond to the first U in the output ; string format. ; InMotionIndicator = The character in the output set that indicates ; that the weight is currently being read in or is ; in motion. This must correspond to the first M in ; the output string format. ; StableIndicator = The character in the output set that indicates ; that the weight has been read in or is stable. ; This must correspond to the first M in the output ; string format. ; StabilityCount = The number that is used to determine the stability of ; of the weight that is being read in from the scale. ; RequestCommand = The character(s) sent to the scale requesting output, ; this must be the decimal representation of the character. ; If there are more than one commands they must be in the ; correct order they should be sent and comma delimited. ; ZeroedOutIndicator = The character in the output set that indicates that ; the scale is in a zeroed out state. ; Sleep = The amount of time to the software waits after sending ; a request to the scale and then checking the results of ; the request, number in milliseconds. ; TeeterFactor = The factor that is checked when a new weight is read in ; to determine if the weight change is a teetering of the ; weight. This must be a floating point number and is ; required. ; OutputStringFormat = The format of the output string transmitted by the ; scale. The format uses the following capital ; letters to represent each peice of data in the ; output string: ; N = Negative sign. ; X = Number. ; D = Decimal point. ; S = Space (SP). ; U = Unit of measure. ; M = Motion indicator. ; C = Carriage return (CR). ; L = Last field (LF). ; E = End of transmission (EOT). ; K = Unknown or do not care. ; NOTE: Use these and only these letters as characters in ; the output string format, the code depends on them. ; If you need to add a letter to this list make sure ; to add it to the calScaleMgr class. [Pelouze 4010] BaudRate=2400 DataBits=8 Parity=n StopBits=1 LbsIndicator=l KgsIndicator=k InMotionIndicator=g StableIndicator=G StabilityCount=3 RequestCommand=13 Sleep=200 TeeterFactor=.04 OutputStringFormat=NXXXDXXSUUSMMSSCLE [Fairbanks 70-2453-4] BaudRate=9600 DataBits=7 Parity=o StopBits=2 LbsIndicator=l KgsIndicator=k InMotionIndicator=g StableIndicator=G StabilityCount=3 RequestCommand=13 Sleep=200 TeeterFactor=.04 OutputStringFormat=NXXXDXXSUUSMMSSCLE [Toledo PS60] BaudRate=9600 DataBits=7 Parity=o StopBits=2 LbsIndicator=l KgsIndicator=k InMotionIndicator=g StableIndicator=G StabilityCount=3 RequestCommand=13 Sleep=200 TeeterFactor=.04 OutputStringFormat=NXXXDXXSUUSMMSSCLE [Toledo PS 2+] BaudRate=9600 DataBits=7 Parity=o StopBits=2 LbsIndicator=l KgsIndicator=k InMotionIndicator=g StableIndicator=G StabilityCount=3 RequestCommand=13 Sleep=200 TeeterFactor=.04 OutputStringFormat=NXXXDXXSUUSMMSSCLE [NCI 3825] BaudRate=4800 DataBits=7 Parity=e StopBits=1 LbsIndicator=l KgsIndicator=k InMotionIndicator=1 StableIndicator=0 StabilityCount=3 RequestCommand=87,13 ZeroedOutIndicator=2 Sleep=200 TeeterFactor=.04 OutputStringFormat=KNXXXDXXUUCKMKKE [NCI 3835] BaudRate=4800 DataBits=7 Parity=e StopBits=1 LbsIndicator=L KgsIndicator=K InMotionIndicator=1 StableIndicator=0 StabilityCount=3 RequestCommand=87,13 ZeroedOutIndicator=2 Sleep=400 TeeterFactor=.04 OutputStringFormat=KNXXXDXXUUCMKE