0 appendix, 1 accounting features- variables – TA Triumph-Adler CX 8036 User Manual
Page 156
Section 7 AutoCAD HDI Driver
7-18
6.0 Appendix
6.1 Accounting Features- Variables
Specialized names or masks can be used for the accounting data fields in the Custom
Properties of the KIP AutoCAD Driver (Requester, Job Number, and Description)
Both the Requester and Job Number fields by default are recorded into the KIP
Controller Accounting log. The Job Number field can then be the key field used to
query Production Reports directly from the KIP Unattend software. The KIP Controller
log can also be imported into any program that can read ASCII data.
Specialized Mask Names and Rules
These customized names can be assigned to the mask elements using all normal
methods.
Dwgname and dwgpath are the only two variables that can be set.
Example:
AutoCAD reports original file path of drawing named "R300-20.DWG" and the path that
the file is stored in as:
C:\Program
Files\AutoCAD 2006\drawings\R300-20.DWG
If mask item is set to:
Dwgname
logged is “R300-20”
Dwgpath
logged is ‘C:\Program Files\AutoCAD 2006\drawings\R300-20.DWG”
dwgpath=x\x\x\x\x where = sign and following is optional mask to select path elements.
x replaced by # includes that element of path to be used in accounting data.
dwgpath=x\#\x\x
logged is ‘Program Files’
dwgpath=x\#\#
logged is ”Program Files\AutoCAD 2006”