DebugGetLogParam (Functionblock) |
Top Previous Next |
This function will read out the parameters for the log to file service previously set from the RTCU IDE or by the DebugSetLogParam function.
Input: None.
Output: ready : BOOL True if valid data is available.
media : SINT The media where the log files are stored.
dbg_enable : BOOL Determines whether debug message logging is enabled.
dbg_files : INT The maximum number of log files with debug messages which is saved.
con_enable : BOOL Determines whether network console output logging is enabled.
con_files : INT The maximum number of log files with network console output which is saved.
Declaration: FUNCTION_BLOCK DebugGetLogParam; dbg_enable : BOOL;
Example: INCLUDE rtcu.inc |