| Gives the path for the NC program where you will find the FN 16 function. Example: "Measuring program: %S",CALL_PATH; |
| Closes the file to which you are writing with FN 16. Example: M_CLOSE; |
| Upon renewed output, appends the log to the existing log. Example: M_APPEND; |
| Upon renewed output, appends the log to the existing log until the maximum specified file size in kilobytes is exceeded. Example: M_APPEND_MAX20; |
| Overwrites the log upon renewed output. Example: M_TRUNCATE; |
| Prevents empty lines from being inserted into the log if QS parameters are not defined or empty. Example: M_EMPTY_HIDE; |
| Inserts empty lines into the log if QS parameters are not defined. Resets M_EMPTY_HIDE. Example: M_EMPTY_SHOW; |
| Outputs the text only for English conversational language |
| Outputs the text only for German conversational language |
| Outputs text only for Czech conversational language |
| Outputs text only for French conversational language |
| Outputs text only for Italian conversational language |
| Outputs text only for Spanish conversational language |
| Outputs text only for Portuguese conversational language |
| Outputs text only for Swedish conversational language |
| Outputs text only for Danish conversational language |
| Outputs text only for Finnish conversational language |
| Outputs text only for Dutch conversational language |
| Outputs text only for Polish conversational language |
| Outputs text only for Hungarian conversational language |
| Outputs text only for Chinese conversational language |
| Outputs text only for Chinese (traditional) conversational language |
| Outputs text only for Slovenian conversational language |
| Outputs text only for Norwegian conversational language |
| Outputs text only for Romanian conversational language |
| Outputs text only for Slovakian conversational language |
| Outputs text only for Turkish conversational language |
| Display text independently of the conversational language |
| Number of hours from the real-time clock |
| Number of minutes from the real-time clock |
| Number of seconds from the real-time clock |
| Day from the real-time clock |
| Month as a number from the real-time clock |
| Month as a string abbreviation from the real-time clock |
| Two-digit year from the real-time clock |
| Four-digit year from the real-time clock |