Last active
July 28, 2023 07:14
-
-
Save JeonghunLee/b2f6646e88a8f2b15b7f52db44f81108 to your computer and use it in GitHub Desktop.
Modbus TEST Result
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* TEST Program 결과 확인 (115200 Buadrate) | |
``` | |
> PC Setup (Master), Plese Check them below | |
> Modbus-RTU PC-Info(Master) (RS232<->RS485) | |
- Master Port : COM8 | |
- Master Baudrate : 115200 | |
- Master Timeout : 0.1s | |
- MaxUnit : 5 | |
- use Interval-Timer(ScanRate) : 1s | |
.... | |
- Anaylzing only STEP.2 from 0x2048 (buffer) (Unit:1) | |
- Writen Size : 1209992 Bytes (128+8) from offset:2175 | |
- ElapsedTime : 312.822 Secs / 5.214 Mins | |
- Write Speed | |
- Data only : 30943.88 bps , share-rate 67.153 % | |
- Modbus-RTU : 36859.62 bps , share-rate 79.991 % (inclued Modbus header but not included response time,turn around time) | |
- Max speed : 46080.0 bps , share-rate 100.000 % (less than this speed, half baudrate and remove start/stop bit) | |
- Cur Baudrate : 115200 bps (Setting) | |
- Fail Modbus Count : 0 | |
- Fail-Buffer : 0/8914 - error-rate:0.00000% | |
- Fail-Command : 0/8914 - error-rate:0.00000% | |
.... | |
- Anaylzing only STEP.2 from 0x2048 (buffer) (Unit:2) | |
- Writen Size : 1209992 Bytes (128+8) from offset:2175 | |
- ElapsedTime : 313.776 Secs / 5.230 Mins | |
- Write Speed | |
- Data only : 30849.79 bps , share-rate 66.948 % | |
- Modbus-RTU : 36747.54 bps , share-rate 79.747 % (inclued Modbus header but not included response time,turn around time) | |
- Max speed : 46080.0 bps , share-rate 100.000 % (less than this speed, half baudrate and remove start/stop bit) | |
- Cur Baudrate : 115200 bps (Setting) | |
- Fail Modbus Count : 1 | |
- Fail-Buffer : 0/8915 - error-rate:0.00000% | |
- Fail-Command : 1/8915 - error-rate:0.01122% | |
.... | |
- Anaylzing only STEP.2 from 0x2048 (buffer) (Unit:3) | |
- Writen Size : 1209992 Bytes (128+8) from offset:2175 | |
- ElapsedTime : 314.675 Secs / 5.245 Mins | |
- Write Speed | |
- Data only : 30761.73 bps , share-rate 66.757 % | |
- Modbus-RTU : 36642.65 bps , share-rate 79.520 % (inclued Modbus header but not included response time,turn around time) | |
- Max speed : 46080.0 bps , share-rate 100.000 % (less than this speed, half baudrate and remove start/stop bit) | |
- Cur Baudrate : 115200 bps (Setting) | |
- Fail Modbus Count : 2 | |
- Fail-Buffer : 0/8916 - error-rate:0.00000% | |
- Fail-Command : 2/8916 - error-rate:0.02243% | |
.... | |
.... | |
- Anaylzing only STEP.2 from 0x2048 (buffer) (Unit:4) | |
- Writen Size : 1209992 Bytes (128+8) from offset:2175 | |
- ElapsedTime : 198.134 Secs / 3.302 Mins | |
- Write Speed | |
- Data only : 48855.56 bps , share-rate 13.253 % | |
- Modbus-RTU : 58195.59 bps , share-rate 15.787 % (inclued Modbus header but not included response time,turn around time) | |
- Max speed : 368640.0 bps , share-rate 100.000 % (less than this speed, half baudrate and remove start/stop bit) | |
- Cur Baudrate : 921600 bps (Setting) | |
- Fail Modbus Count : 6 | |
- Fail-Buffer : 2/8920 - error-rate:0.02242% | |
- Fail-Command : 4/8920 - error-rate:0.04484% | |
.... | |
- Anaylzing only STEP.2 from 0x2048 (buffer) (Unit:5) | |
- Writen Size : 1209992 Bytes (128+8) from offset:2175 | |
- ElapsedTime : 199.545 Secs / 3.326 Mins | |
- Write Speed | |
- Data only : 48509.99 bps , share-rate 13.159 % | |
- Modbus-RTU : 57783.95 bps , share-rate 15.675 % (inclued Modbus header but not included response time,turn around time) | |
- Max speed : 368640.0 bps , share-rate 100.000 % (less than this speed, half baudrate and remove start/stop bit) | |
- Cur Baudrate : 921600 bps (Setting) | |
- Fail Modbus Count : 13 | |
- Fail-Buffer : 2/8927 - error-rate:0.02240% | |
- Fail-Command : 11/8927 - error-rate:0.12322% | |
.... | |
Finished OTA TEST (All Unit: 6/5, TEST CNT: 1) | |
- Each Unit:1/5 - OTA-Elapsed TIME: 386.600s / 6.443m | |
- Each Unit:2/5 - OTA-Elapsed TIME: 378.821s / 6.314m | |
- Each Unit:3/5 - OTA-Elapsed TIME: 395.798s / 6.597m | |
- Each Unit:4/5 - OTA-Elapsed TIME: 381.866s / 6.364m | |
- Each Unit:5/5 - OTA-Elapsed TIME: 386.204s / 6.437m | |
>> Total TIME: 1939.5127618 | |
-Total TEST CNT:5 | |
-OTA-FAIL:0 | |
-OTA-OK:5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment