Default File Statements
- Last UpdatedDec 02, 2025
- 2 minute read
PAINTING Statement
In the PAINTING statement the time factor for painting an area is specified.
|
PAINTING,<real>; |
|
|
<real> |
is the time factor, given in minutes per square meter. |
BLASTING Statement
In the BLASTING statement the different methods for blasting an area and their corresponding time factors are specified. The statement should be given once for each of the used methods.:
|
BLASTING,<name> /FACTOR = <real>; |
|
|
<name> |
is the name of the method with maximum 32 characters. |
|
/FACTOR |
<real> is the corresponding time factor, given in minutes per square meter. |
CLEANING Statement
In the CLEANING statement the time factor for cleaning an area is specified.
|
CLEANING,<real>; |
|
|
<real> |
is the time factor, given in minutes per square meter |
DERUSTING Statement
In the DERUSTING statement the different methods for derusting an area and their corresponding time factors are specified. The statement should be given once for each of the used methods.:
|
DERUSTING,<name> /FACTOR = <real>; |
|
|
<name> |
is the name of the method with maximum 32 characters. |
|
/FACTOR |
<real> is the time factor, given in minutes per square meter. |
AFTER TREAT Statement
In the AFTER_TREAT statement the time factor for after treatment of an area is specified.:
|
AFTER_TREAT,<real>; |
|
|
<real> |
is the corresponding time factor, given in minutes per square meter. |
PANEL_LIMIT Statement
In the PANEL_LIMIT statement the maximum distance between a panel and a limit is specified. If a panel is situated within this distance from a limit only the inside will be treated.
|
PANEL_LIMIT,<limit>; |
|
|
<limit> |
is the maximum distance in mm. |
DISPLAY_DEFNAME Statement
The DISPLAY_DEFNAME statement is used to control the appearance of the default file name in the forms used in the interactive mode. If given, the file name will be presented.:
|
DISPLAY_DEFNAME; |
DISPLAY_PADBNAME Statement
The DISPLAY_PADBNAME statement is used to control the appearance of the data base name in the forms used in the interactive mode. If given, the file name will be presented.:
|
DISPLAY_PADBNAME; |