Log File Specification
Log File
With the MicroPeckerX DIO/AD license, acquired logs are output as CSV log files.
This section describes the log file contents.
Log File Sample
A sample log file is shown below.
Header Section
Outputs summary information of the log file.
| Item | Description | Notes |
|---|---|---|
| FileName | Displays the file name at output time. | |
| DateTime | Displays the logging start date/time in YYYY/MM/DD hh:mm:ss format. | For log files saved from the Analyze tab of Analyze Window, the date/time when log merge was performed is displayed. |
| Ch | Displays the logged channel number (for example, 1-2). | If saving a merged log file of multiple channels from the Analyze tab of Analyze Window, Mixed is displayed. |
| Offset | For log files saved with timestamp offset display enabled in Analyze Window, displays the timestamp of the log used as the offset base. If offset display is disabled, zero is displayed. | Display format follows Time Stamp Form setting in the Option dialog at the time of send/receive. |
Data Section
Outputs one monitored frame per line.
| Item | Description | Notes |
|---|---|---|
| Time | Displays the timestamp at send/receive time. | Display format follows Time Stamp Form set in the Option dialog. |
| Ch | Displays the channel used for send/receive. | |
| Protocol | Displays the protocol used for send/receive. | |
| Dir | Displays - (hyphen). | |
| Label | If the frame matched label filter conditions in Label Filter Window at send/receive time, displays that label name. | See Label Function for details. |
| State | Displays OK for normal data and NG for error data. | |
| Type | Displays the following depending on protocol. [DIO] Nothing is displayed. [A/D] Displays upper limit of monitorable range. | |
| Format | Displays - (hyphen). | |
| ID | Displays - (hyphen). | |
| DLC | Displays - (hyphen). | |
| D1 | Displays the following depending on protocol. [DIO] DIO1 level. [A/D] A/D monitored value. | |
| D2 | Displays the following depending on protocol. [DIO] DIO2 level. [A/D] - (hyphen). | |
| D3 | Displays the following depending on protocol. [DIO] DIO3 level. [A/D] - (hyphen). | |
| D4 | Displays the following depending on protocol. [DIO] DIO4 level. [A/D] - (hyphen). | |
| D5 | Displays the following depending on protocol. [DIO] Nothing is displayed. [A/D] - (hyphen). |
Storage Folder and File Name
Automatically Saved Log Files
For log files automatically saved with the Save Log File checkbox on the toolbar turned ON:
| Item | Description | Notes |
|---|---|---|
| Storage folder | "folder path entered in toolbar Log Folder" + "\\" + "3-digit number shown in toolbar No field" | The No value is determined when monitoring starts. The software checks whether subfolders with 3-digit numbers (000-999) exist under the folder specified by Log Folder, and uses the smallest non-existing number. |
| Log file name | "string entered in toolbar Log File Name" + "_" + "Ch number (1-1, 1-2, ..., 4-2)" + ".csv" | If split log saving is enabled in options, _<split number (4 digits, starting from 0000)> is inserted between channel number and extension. |
tip
If all subfolders with 3-digit numbers (000-999) already exist under the folder specified in Log Folder, an error is shown when monitoring starts and monitoring cannot start.
Manually Saved Log Files
For log files saved manually by clicking
in Analyzer Window:
| Item | Description | Notes |
|---|---|---|
| Storage folder | Folder path specified in the file dialog. | |
| Log file name | File name specified in the file dialog. | Default file name format:"Ch" + "Ch number (1-1, 1-2, ..., 4-2)" + "_" + "monitoring start date/time or log merge date/time (YYYYMMDDhhmmss)" + ".csv" |