sInfoPath | (String) Path to the item of the INFO system.
It is for example "COMM/PmModbusMr_0" for communication. Caution: this isn't a path in the Pma object tree. This is the path in the tree when viewing the INFO system! |
---|---|
sInfoName | (String) The item name, which is the name of the tab in the INFO system.
It is for example "Monitor" for "COMM/driver" item. If "$all" is entered, then the write is executed for all tabs contained in corresponding item. |
sOptions | (String) Specifies how the tab content will be written. Entries are in the KeyVal format, for example "add:1;empty:0;header:compact;".
empty - Specifies whether an empty tab will be written.
0 (default) - do not write empty tab
1 - write also the empty tab header - Specifies how to write the tab header.
compact (default) - write header in high density in a single row without the time
full - write the header to multiple rows including the time |
var sInfo = Pm.InfoWriteToString("Errors", "Global", "header:compact;");