Changes between Version 11 and Version 12 of Docs/Prog/Manual/DeviceSupport/SerialPorts
- Timestamp:
- 12/30/19 12:31:51 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/DeviceSupport/SerialPorts
v11 v12 369 369 { optional } example %G% = grosswt, %G6% = length 6 characters grosswt, %G(2)6% = length 6 characters scale 2 gross wt 370 370 371 Weight field length may be prefixed with minus sign for left justified negative sign if value is negative or plus sign for left justified plus or minus sign to show positive or negative value respectively. For example %G-6% may produce output such as "- 240", %G+6% may produce output such as "+ 50280".371 Weight field length may be prefixed with minus sign for left justified negative sign if value is negative. For example %G-6% may produce output such as "- 240". If value is positive a space will be output. Weight field length may be prefixed with a plus sign for left justified plus or minus sign to show positive or negative value. For example %G+6% may produce output such as "+ 50280" or "- 140". 372 372 373 373 ||=item code=||=decription=||