Data Logger Quick User's Guide [Support all Leaptronix Logic Analyzer Series]
Data Logger Quick User's Guide Contents 1) Start the program..................................................1 2) Load the parameter input.....................................1 3) Choose the path for data output..........................3 4) Execute..................................................................
Data Logger Quick User's Guide 1) Start the program Main frame :Main frame : 1. 2. 3. 4. 5. Choose the program entering into monitor mode automatically or not. Choose the path for parameter input. Choose the path for storing data output. Execute the software. Exit the software.
Data Logger Quick User's Guide Method 2. Click "File" → "Open", and choose the parameter input The program will download the path of data output from the parameter file automatically. 3) Choose the path for data output Method 1. Click the frame directly to select the path for storing data output.
Data Logger Quick User's Guide Method 2. Click "File" → "Save", and choose the path for storing data output. 4) Execute 1. After clicking "Execute", the program will enter into the monitor mode. If user clicks the "Auto Restart", the program will enter into the monitor mode once again automatically after retrieving data. 2. After executing, the program will reside and work in the system tray. 3.
Data Logger Quick User's Guide 4. User could click the right key of the mouse on the icon to open up the operation list and re-enter in to the monitor mode. 1) Show the main window. 2) Auto Restart: The program will enter into the monitor mode once again automatically after retrieving data. 3) Start: When the program retrieves data and doesn't work with the automatic monitor function, user could click this item and enter into the monitor mode. 4) Break: Force to stop retrieving data. 5) Force Trigger.
Data Logger Quick User's Guide 2) Error Code There is one byte ErrorCode for marking if there is any error within the parameter file format. The meanings of each ErrorCode are below : 0x00:There is no error in the file format and it already triggered and retrieved the data correctly. 0x10:There is an error in the setting of Sample Rate. The program will change the sample rate to the default value (250MHz) to retrieve automatically. 0x20:There is an error in the setting of Storage Depth.
Data Logger Quick User's Guide 3) DateTime There are 23 bytes for the datetime with partition symbol and will store the data in ASCII format. The components include year(four code), month(two code), date(two code), hour(two code in 24 hours tense), minute(two code), second(two code) and millisecond(three code). User should use “/” between the year, month and date, “:” between the hour, minute and second, “.” between second and millisecond to partition. For example : “13:30:59 pm, Jan.
Data Logger Quick User's Guide 5) Data (Unit:Byte) The data will be permuted by 4 byte(32 bits) steadily. Under the rule of permutation, the connected data from the same channel (T1 and T2) will be apart by 4 Byte as DATA(a + 1) be the next data after DATA(a). As each byte represents the data of 8 channels, it will follow the sequence from MSB to LSB.