Saving the Alpha Log
- Last UpdatedNov 14, 2025
- 2 minute read
Keywords:
ALPHA LOG ALPHA FILE
Description:
Lets you save the alpha display information to a text file. Two types of output are available, depending on the command used.
ALPHA LOG enables the contents of either or both of the COMMANDS and REQUESTS alpha regions to be written to a file.
ALPHA FILE enables the contents of the REQUESTS regions only to be written to file.
The ALPHA LOG and ALPHA FILE commands may be used to save data such as the results of a data consistency check, or be used as a general output facility.
Note: After an ALPHA file has been opened, subsequent output will be directed to both the file and the screen until the file is closed, or until you change to another Outfitting module.
|
Examples: |
|
|---|---|
|
ALP LOG /LF1 COMMANDS |
Log information displayed in the COMMANDS region in file /LF1 |
|
ALP LOG /LF1 OVER COMM |
Log information displayed in the COMMANDS region in file /LF1. Any existing file /LF1 will be overwritten. |
|
ALP LOG /LF2 |
Log information displayed in both alpha regions in file /LF2 |
|
ALP FILE /LF2 |
Log information displayed in REQUESTS region only |
|
ALP LOG END |
Finish logging data |
Command Syntax:
>-- ALPha --+-- LOG --+-- name --+- OVERwrite --.
| | | |
| | |- APPend -----|
| | | |
| | ‘--------------+-- COMMands -.
| | | |
| | |-- REQuests -|
| | | |
| | ‘-------------|
| | |
| ‘-- END --------------------------------|
| |
‘-- FILE --+-- name --+-- OVERwrite --------------|
| | |
| |-- APPend -----------------|
| | |
| ‘---------------------------|
| |
‘-- END --------------------------------+->