Modbus Tcp Slave Problem


kanber

Recommended Posts

Hi,

 

 

I tried to configuration to daqfactory as modbus slave.

 

But I test with your advanded modbus tool. In master Tx is looking clear.

 

But when I open in slave it is not clear.

 

Please see attached file.

 

Link to comment
Share on other sites

What version of DAQFactory are you using?  Slave is only supported in Pro.

 

To create a slave, go to the new serial/ethernet device configuration.  Create a new serial port or ethernet server.  Select either ModbusTCP slave or ModbusRTU slave and give the device a name.  You will NOT use this name in any channels.  To assign a channel to be accessible by the Modbus slave driver, go to the Mod Slave # column and enter a tag number between 1 and 9999 for an integer, and 10000 and 19999 for a float.  The modbus ID is 1, though this can be changed in script.

Link to comment
Share on other sites

  • 1 month later...

Hi,

 

I am still trying to connect to daqfactory as a slave. I make the program and from another computer with advanded modbus scanner I tested and it is worked. and data format like below,

 

Daqfactory
Tx: \000\000\000\000\000\005\255\003\002\000\190
Rx: \001\000\000\000\000\000\006\255\003\000\001\000
Tx: \000\000\000\000\000\005\255\003\002\000\190
Rx: \001\000\000\000\000\000\006\255\003\000\001\000
 
 
Then I add the point aother program and data is below;
 
Rx: _
Rx: \145
Rx: \000
Rx: \000\000\006\255\003
Rx: \000\001\000
Tx: _\145\000\000\000\005\255\003\002\000\160
Rx: \001_\146\000\000\000\006\255\003\000\001\000
Tx: _\146\000\000\000\005\255\003\002\000\160
Rx: \001_\147\000\000\000\006\255\003\000\001\000
Tx: _\147\000\000\000\005\255\003\002\000\160
Rx: \001_\148\000\000\000\006\255\003\000\001\000
Tx: _\148\000\000\000\005\255\003\002\000\160
Rx: \001
Rx: _
Rx: \149\000
Rx: \000\000\006
Rx: \255
Rx: \003
Rx: \000
Rx: \001
Rx: \000
Tx: _\149\000\000\000\005\255\003\002\000\160
Rx: \001_\150\000\000\000\006\255\003\000\001\000
Tx: _\150\000\000\000\005\255\003\002\000\160
Rx: \001_\151\000\000\000\006\255\003\000\001\000
Tx: _\151\000\000\000\005\255\003\002\000\160
Rx: \001_\152\000\000\000\006\255\003\000\001\000
Tx: _\152\000\000\000\005\255\003\002\000\160
Rx: \001
Rx: _
Rx: \153
Rx: \000\000
 
What is the problem or reason?
 
NOTE: I am using 5.87c. And I attached slave parameters also.

 

post-1585-0-04851600-1444653969_thumb.pn

Link to comment
Share on other sites

First, when viewing binary protocols in the monitor, make sure "Display all chars as ASCII codes" is checked, otherwise you get a mix of numbers and characters like, in your case, the underscore.

 

That said, the protocol stream appears to be functioning.  My only comment is that you really shouldn't use Modbus ID 255.  Technically it should be between 1 and 247 inclusive.  But with TCP most devices don't care, and certainly DAQFactory doesn't.

 

What is the issue?  Are you not seeing values in your other program?

Link to comment
Share on other sites

When data is like that;

Tx: _\145\000\000\000\005\255\003\002\000\160
Rx: \001_\146\000\000\000\006\255\003\000\001\000
Tx: _\146\000\000\000\005\255\003\002\000\160
Rx: \001_\147\000\000\000\006\255\003\000\001\000
Tx: _\147\000\000\000\005\255\003\002\000\160
Rx: \001_\148\000\000\000\006\255\003\000\001\000
Tx: _\148\000\000\000\005\255\003\002\000\160
 
comminication is OK. and RX and TX showing every one second new row
 
when it start to take data like;
 
Rx: \001                        
Rx: _                                
Rx: \149\000
Rx: \000\000\006
Rx: \255
Rx: \003
Rx: \000
Rx: \001
Rx: \000
 
There is no TX because RX is not completed. Daqfactory waiting request. and here every new row coming 3-4 seconds.
it takes 25-30 seconds to take all data and other program getting timeout and comminication errors.
Link to comment
Share on other sites

Actually, the packet is complete.  The \001 at the top is actually the last byte of the previous packet, not the first byte of this packet.  You can tell because the \006 is the last byte of the TCP header which says "6 bytes coming in the main packet".

 

I would do a few things:

1) as I mentioned, have it show chars as ASCII codes. 

2) tell it to display the time of Tx/Rx so you can have a better feel for the timing of these queries.

Link to comment
Share on other sites

  • 1 month later...
 

Rx (13:41:07.606): \255\003\000\002\000

Tx (13:41:07.808): \001\221\000\000\000\005\255\003\002\000\211

Rx (13:41:07.808): \001\001\222\000\000\000\006\255\003\000\002\000

Tx (13:41:08.058): \001\222\000\000\000\005\255\003\002\000\211

Rx (13:41:08.058): \001\001\223\000\000\000\006\255\003\000\002\000

Tx (13:41:08.261): \001\223\000\000\000\005\255\003\002\000\211

Rx (13:41:08.261): \001\001\224\000\000\000\006\255\003\000\002\000

Tx (13:41:08.458): \001\224\000\000\000\005\255\003\002\000\211

Rx (13:41:08.458): \001\001\225\000\000\000\006\255\003\000\002\000

Tx (13:41:08.589): \001\225\000\000\000\005\255\003\002\000\211

Rx (13:41:08.589): \001\001\226\000\000\000\006\255\003\000\002\000

Tx (13:41:08.859): \001\226\000\000\000\005\255\003\002\000\211

Rx (13:41:08.859): \001\001\227\000\000\000\006\255\003\000\002\000

Tx (13:41:09.070): \001\227\000\000\000\005\255\003\002\000\211

Rx (13:41:09.090): \001\001\228\000\000\000\006\255\003\000\002\000

Tx (13:41:09.374): \001\228\000\000\000\005\255\003\002\000\211

Rx (13:41:09.374): \001\001\229\000\000\000\006\255\003\000\002\000

Tx (13:41:09.589): \001\229\000\000\000\005\255\003\002\000\211

Rx (13:41:09.589): \001\001\230\000\000\000\006\255\003\000\002\000

Tx (13:41:09.792): \001\230\000\000\000\005\255\003\002\000\211

Rx (13:41:09.792): \001\001\231\000\000\000\006\255\003\000\002\000

Tx (13:41:09.989): \001\231\000\000\000\005\255\003\002\000\211

Rx (13:41:09.989): \001\001\232\000\000\000\006\255\003\000\002\000

Tx (13:41:10.190): \001\232\000\000\000\005\255\003\002\000\211

Rx (13:41:10.190): \001\001\233\000\000\000\006\255\003\000\002\000

Tx (13:41:10.390): \001\233\000\000\000\005\255\003\002\000\211

Rx (13:41:10.390): \001\001\234\000\000\000\006\255\003\000\002\000

Tx (13:41:10.589): \001\234\000\000\000\005\255\003\002\000\211

Rx (13:41:10.590): \001\001\235\000\000\000\006\255\003\000\002\000

Tx (13:41:10.787): \001\235\000\000\000\005\255\003\002\000\211

Rx (13:41:10.787): \001\001\236\000\000\000\006\255\003\000\002\000

Tx (13:41:10.989): \001\236\000\000\000\005\255\003\002\000\211

Rx (13:41:10.989): \001\001\237\000\000\000\006\255\003\000\002\000

Tx (13:41:11.189): \001\237\000\000\000\005\255\003\002\000\211

Rx (13:41:11.189): \001\001\238\000\000\000\006\255\003\000\002\000

Tx (13:41:11.387): \001\238\000\000\000\005\255\003\002\000\211

Rx (13:41:11.387): \001\001\239\000\000\000\006\255\003\000\002\000

Tx (13:41:11.590): \001\239\000\000\000\005\255\003\002\000\211

Rx (13:41:11.591): \001\001\240\000\000\000\006\255\003\000\002\000

Tx (13:41:11.790): \001\240\000\000\000\005\255\003\002\000\213

Rx (13:41:11.790): \001\001\241\000\000\000\006\255\003\000\002\000

Tx (13:41:12.038): \001\241\000\000\000\005\255\003\002\000\213

Rx (13:41:12.038): \001\001\242\000\000\000\006\255\003\000\002\000

Tx (13:41:12.239): \001\242\000\000\000\005\255\003\002\000\213

Rx (13:41:12.240): \001\001\243\000\000\000\006\255\003\000\002\000

Tx (13:41:12.540): \001\243\000\000\000\005\255\003\002\000\213

Rx (13:41:12.540): \001\001\244\000\000\000\006\255\003\000\002\000

Tx (13:41:12.734): \001\244\000\000\000\005\255\003\002\000\213

Rx (13:41:12.734): \001\001\245\000\000\000\006\255\003\000\002\000

Tx (13:41:12.935): \001\245\000\000\000\005\255\003\002\000\213

Rx (13:41:12.935): \001

Rx (13:41:32.162): \001\246\000\000\000\006\255\003\000\002\000

Tx (13:41:32.363): \001\246\000\000\000\005\255\003\002\000\211

Rx (13:41:32.363): \001

Rx (13:42:01.592): \001\247\000\000\000\006\255\003\000\002\000

Tx (13:42:01.797): \001\247\000\000\000\005\255\003\002\000\204

Rx (13:42:01.797): \001

Rx (13:42:37.495): \001\248\000\000\000\006\255\003\000\002\000

Tx (13:42:37.696): \001\248\000\000\000\005\255\003\002\000\202

Rx (13:42:37.696): \001\001\249\000\000\000\006\255\003\000\002\000

Tx (13:42:37.897): \001\249\000\000\000\005\255\003\002\000\202

Rx (13:42:37.898): \001

Rx (13:43:09.418): \001\250\000\000\000\006\255\003\000\002\000

Tx (13:43:09.621): \001\250\000\000\000\005\255\003\002\000\209

Rx (13:43:09.621): \001

Rx (13:43:31.666): \001\251\000\000\000\006\255\003\000\002\000

Tx (13:43:31.869): \001\251\000\000\000\005\255\003\002\000\216

Rx (13:43:31.869): \001\001\252\000\000\000\006\255\003\000\002\000

Tx (13:43:31.935): \001\252\000\000\000\005\255\003\002\000\216

Rx (13:43:31.935): \001\001\253\000\000\000\006\255\003\000\002\000

Tx (13:43:32.139): \001\253\000\000\000\005\255\003\002\000\216

Rx (13:43:32.139): \001

Rx (13:43:41.528): \001\254\000\000\000\006\255\003\000\002\000

Tx (13:43:41.727): \001\254\000\000\000\005\255\003\002\000\218

Rx (13:43:41.727): \001

Rx (13:43:42.858): \001\255\000\000\000\006\255\003\000\002\000

Tx (13:43:43.057): \001\255\000\000\000\005\255\003\002\000\218

Rx (13:43:43.057): \001

Rx (13:44:20.805): \002\000\000\000\000\006\255\003\000\002\000

Tx (13:44:21.005): \002\000\000\000\000\005\255\003\002\000\211

Rx (13:44:21.005): \001\002\001\000\000\000\006\255\003\000\002\000

Tx (13:44:21.215): \002\001\000\000\000\005\255\003\002\000\211

Rx (13:44:21.215): \001\002\002\000\000\000\006\255\003\000\002\000

Tx (13:44:21.336): \002\002\000\000\000\005\255\003\002\000\211

Rx (13:44:21.336): \001\002\003\000\000\000\006\255\003\000\002\000

Tx (13:44:21.537): \002\003\000\000\000\005\255\003\002\000\211

Rx (13:44:21.538): \001

Link to comment
Share on other sites

  • 1 month later...

Hi,

 

I still have timeout ptoblem with DF.

 

I make test with your "QuickModPro.ctl" as a master. and my program as a slave.

 

I add picture configurations and rx-tx data. 

 

But some times master sent tx and on slave nothing. and 45-50 seconds it start to take value again.

 

Where is the problem

Link to comment
Share on other sites

Master;

 

 

Tx (15:13:55.226): \000\000\000\000\000\006\255\003\000\001\000\001

Tx (15:14:00.273): \000\000\000\000\000\006\255\003\000\001\000\001

Tx (15:14:05.321): \000\000\000\000\000\006\255\003\000\001\000\001

Tx (15:14:10.398): \000\000\000\000\000\006\255\003\000\001\000\001

Tx (15:14:15.448): \000\000\000\000\000\006\255\003\000\001\000\001

Tx (15:14:20.484): \000\000\000\000\000\006\255\003\000\001\000\001

Tx (15:14:25.550): \000\000\000\000\000\006\255\003\000\001\000\001

Tx (15:14:30.618): \000\000\000\000\000\006\255\003\000\001\000\001

Tx (15:14:35.655): \000\000\000\000\000\006\255\003\000\001\000\001

Tx (15:14:40.682): \000\000\000\000\000\006\255\003\000\001\000\001

Tx (15:14:45.720): \000\000\000\000\000\006\255\003\000\001\000\001

Tx (15:14:50.767): \000\000\000\000\000\006\255\003\000\001\000\001

Rx (15:14:53.942): \000\000\000\000\000\005\255\003\002\000n

Tx (15:14:53.951): \000\000\000\000\000\006\255\003\000\001\000\001

Rx (15:14:53.955): \000\000\000\000\000\005\255\003\002\000n

Tx (15:14:53.961): \000\000\000\000\000\006\255\003\000\001\000\001

Rx (15:14:53.961): \000\000\000\000\000\005\255\003\002\000n

Tx (15:14:54.011): \000\000\000\000\000\006\255\003\000\001\000\001

Rx (15:14:54.012): \000\000\000\000\000\005\255\003\002\000n

Rx (15:14:54.213): \000\000\000\000\000\005\255\003\002\000n

Rx (15:14:54.412): \000\000\000\000\000\005\255\003\002\000n

Rx (15:14:54.612): \000\000\000\000\000\005\255\003\002\000n

Rx (15:14:54.814): \000\000\000\000\000\005\255\003\002\000n

Tx (15:14:55.012): \000\000\000\000\000\006\255\003\000\001\000\001

Rx (15:14:55.013): \000\000\000\000\000\005\255\003\002\000n

Rx (15:14:55.214): \000\000\000\000\000\005\255\003\002\000n

Rx (15:14:55.413): \000\000\000\000\000\005\255\003\002\000n

Rx (15:14:55.614): \000\000\000\000\000\005\255\003\002\000n

Rx (15:14:55.814): \000\000\000\000\000\005\255\003\002\000n

Tx (15:14:56.004): \000\000\000\000\000\006\255\003\000\001\000\001

Rx (15:14:56.004): \000\000\000\000\000\005\255\003\002\000n

Rx (15:14:56.206): \000\000\000\000\000\005\255\003\002\000n

Rx (15:14:56.421): \000\000\000\000\000\005\255\003\002\000n

Rx (15:14:56.622): \000\000\000\000\000\005\255\003\002\000n

Rx (15:14:56.915): \000\000\000\000\000\005\255\003\002\000n

Tx (15:14:57.005): \000\000\000\000\000\006\255\003\000\001\000\001

Rx (15:14:57.005): \000\000\000\000\000\005\255\003\002\000n

Tx (15:14:58.006): \000\000\000\000\000\006\255\003\000\001\000\001

Rx (15:15:01.246): \000\000\000\000\000\005\255\003\002\000n

Tx (15:15:01.251): \000\000\000\000\000\006\255\003\000\001\000\001

Rx (15:15:01.252): \000\000\000\000\000\005\255\003\002\000n

Tx (15:15:01.261): \000\000\000\000\000\006\255\003\000\001\000\001

Rx (15:15:01.262): \000\000\000\000\000\005\255\003\002\000n

Tx (15:15:01.302): \000\000\000\000\000\006\255\003\000\001\000\001

Rx (15:15:01.303): \000\000\000\000\000\005\255\003\002\000n

Tx (15:15:02.013): \000\000\000\000\000\006\255\003\000\001\000\001

Tx (15:15:07.079): \000\000\000\000\000\006\255\003\000\001\000\001

Tx (15:15:12.137): \000\000\000\000\000\006\255\003\000\001\000\001

Tx (15:15:17.175): \000\000\000\000\000\006\255\003\000\001\000\001

Tx (15:15:22.202): \000\000\000\000\000\006\255\003\000\001\000\001

Tx (15:15:27.229): \000\000\000\000\000\006\255\003\000\001\000\001

Tx (15:15:32.256): \000\000\000\000\000\006\255\003\000\001\000\001

Tx (15:15:37.294): \000\000\000\000\000\006\255\003\000\001\000\001

Tx (15:15:42.360): \000\000\000\000\000\006\255\003\000\001\000\001

Tx (15:15:47.407): \000\000\000\000\000\006\255\003\000\001\000\001

Tx (15:15:52.446): \000\000\000\000\000\006\255\003\000\001\000\001

Tx (15:15:57.482): \000\000\000\000\000\006\255\003\000\001\000\001

Tx (15:16:02.512): \000\000\000\000\000\006\255\003\000\001\000\001

Tx (15:16:07.546): \000\000\000\000\000\006\255\003\000\001\000\001

Tx (15:16:12.595): \000\000\000\000\000\006\255\003\000\001\000\001

Tx (15:16:17.632): \000\000\000\000\000\006\255\003\000\001\000\001

Tx (15:16:22.688): \000\000\000\000\000\006\255\003\000\001\000\001

Tx (15:16:27.747): \000\000\000\000\000\006\255\003\000\001\000\001

Rx (15:16:30.318): \000\000\000\000\000\005\255\003\002\000n

Tx (15:16:30.329): \000\000\000\000\000\006\255\003\000\001\000\001

Rx (15:16:30.329): \000\000\000\000\000\005\255\003\002\000n

Tx (15:16:30.339): \000\000\000\000\000\006\255\003\000\001\000\001

Rx (15:16:30.342): \000\000\000\000\000\005\255\003\002\000n

Tx (15:16:30.349): \000\000\000\000\000\006\255\003\000\001\000\001

Rx (15:16:30.350): \000\000\000\000\000\005\255\003\002\000n

Tx (15:16:30.363): \000\000\000\000\000\006\255\003\000\001\000\001

Rx (15:16:30.364): \000\000\000\000\000\005\255\003\002\000n

Tx (15:16:30.374): \000\000\000\000\000\006\255\003\000\001\000\001

Rx (15:16:30.375): \000\000\000\000\000\005\255\003\002\000n

Tx (15:16:30.379): \000\000\000\000\000\006\255\003\000\001\000\001

Rx (15:16:30.380): \000\000\000\000\000\005\255\003\002\000n

Tx (15:16:30.390): \000\000\000\000\000\006\255\003\000\001\000\001

Rx (15:16:30.391): \000\000\000\000\000\005\255\003\002\000n

Tx (15:16:30.399): \000\000\000\000\000\006\255\003\000\001\000\001

Rx (15:16:30.400): \000\000\000\000\000\005\255\003\002\000n

Tx (15:16:30.420): \000\000\000\000\000\006\255\003\000\001\000\001

Rx (15:16:30.421): \000\000\000\000\000\005\255\003\002\000n

Tx (15:16:30.429): \000\000\000\000\000\006\255\003\000\001\000\001

Rx (15:16:30.430): \000\000\000\000\000\005\255\003\002\000n

Rx (15:16:30.721): \000\000\000\000\000\005\255\003\002\000n

Rx (15:16:30.934): \000\000\000\000\000\005\255\003\002\000n

Tx (15:16:31.011): \000\000\000\000\000\006\255\003\000\001\000\001

Rx (15:16:31.011): \000\000\000\000\000\005\255\003\002\000n

Rx (15:16:31.241): \000\000\000\000\000\005\255\003\002\000n

Rx (15:16:31.449): \000\000\000\000\000\005\255\003\002\000n

Rx (15:16:31.731): \000\000\000\000\000\005\255\003\002\000n

Rx (15:16:31.933): \000\000\000\000\000\005\255\003\002\000n

Tx (15:16:32.011): \000\000\000\000\000\006\255\003\000\001\000\001

Rx (15:16:32.012): \000\000\000\000\000\005\255\003\002\000n

Rx (15:16:32.242): \000\000\000\000\000\005\255\003\002\000n

Rx (15:16:32.444): \000\000\000\000\000\005\255\003\002\000n

Rx (15:16:32.663): \000\000\000\000\000\005\255\003\002\000n

Rx (15:16:32.873): \000\000\000\000\000\005\255\003\002\000n

Tx (15:16:33.003): \000\000\000\000\000\006\255\003\000\001\000\001

Rx (15:16:33.003): \000\000\000\000\000\005\255\003\002\000n

Rx (15:16:33.289): \000\000\000\000\000\005\255\003\002\000n

Rx (15:16:33.584): \000\000\000\000\000\005\255\003\002\000n

Rx (15:16:33.785): \000\000\000\000\000\005\255\003\002\000n

Rx (15:16:33.985): \000\000\000\000\000\005\255\003\002\000n

Tx (15:16:34.005): \000\000\000\000\000\006\255\003\000\001\000\001

Rx (15:16:34.006): \000\000\000\000\000\005\255\003\002\000n

Rx (15:16:34.296): \000\000\000\000\000\005\255\003\002\000n

Rx (15:16:34.496): \000\000\000\000\000\005\255\003\002\000n

Rx (15:16:34.697): \000\000\000\000\000\005\255\003\002\000n

Tx (15:16:35.007): \000\000\000\000\000\006\255\003\000\001\000\001

Tx (15:16:40.074): \000\000\000\000\000\006\255\003\000\001\000\001

Tx (15:16:45.131): \000\000\000\000\000\006\255\003\000\001\000\001

Tx (15:16:50.218): \000\000\000\000\000\006\255\003\000\001\000\001

Tx (15:16:55.255): \000\000\000\000\000\006\255\003\000\001\000\001

Tx (15:17:00.332): \000\000\000\000\000\006\255\003\000\001\000\001

Tx (15:17:05.460): \000\000\000\000\000\006\255\003\000\001\000\001

Tx (15:17:10.537): \000\000\000\000\000\006\255\003\000\001\000\001

Tx (15:17:15.576): \000\000\000\000\000\006\255\003\000\001\000\001

Tx (15:17:20.641): \000\000\000\000\000\006\255\003\000\001\000\001

Tx (15:17:25.699): \000\000\000\000\000\006\255\003\000\001\000\001

Tx (15:17:30.746): \000\000\000\000\000\006\255\003\000\001\000\001

Tx (15:17:35.843): \000\000\000\000\000\006\255\003\000\001\000\001

Rx (15:17:36.991): \000\000\000\000\000\005\255\003\002\000n

Tx (15:17:37.005): \000\000\000\000\000\006\255\003\000\001\000\001

Rx (15:17:37.006): \000\000\000\000\000\005\255\003\002\000n

Rx (15:17:37.206): \000\000\000\000\000\005\255\003\002\000n

Rx (15:17:37.406): \000\000\000\000\000\005\255\003\002\000n

Rx (15:17:37.617): \000\000\000\000\000\005\255\003\002\000n

Rx (15:17:37.817): \000\000\000\000\000\005\255\003\002\000n

Tx (15:17:38.006): \000\000\000\000\000\006\255\003\000\001\000\001

Rx (15:17:38.007): \000\000\000\000\000\005\255\003\002\000n

Rx (15:17:38.207): \000\000\000\000\000\005\255\003\002\000n

Rx (15:17:38.408): \000\000\000\000\000\005\255\003\002\000n

Rx (15:17:38.599): \000\000\000\000\000\005\255\003\002\000n

Rx (15:17:38.818): \000\000\000\000\000\005\255\003\002\000n

Tx (15:17:39.008): \000\000\000\000\000\006\255\003\000\001\000\001

Rx (15:17:39.008): \000\000\000\000\000\005\255\003\002\000n

Rx (15:17:39.220): \000\000\000\000\000\005\255\003\002\000n

Rx (15:17:39.431): \000\000\000\000\000\005\255\003\002\000n

Rx (15:17:39.631): \000\000\000\000\000\005\255\003\002\000n

Rx (15:17:39.830): \000\000\000\000\000\005\255\003\002\000n

Tx (15:17:40.011): \000\000\000\000\000\006\255\003\000\001\000\001

Rx (15:17:40.011): \000\000\000\000\000\005\255\003\002\000n

Tx (15:17:41.012): \000\000\000\000\000\006\255\003\000\001\000\001

Tx (15:17:46.039): \000\000\000\000\000\006\255\003\000\001\000\001

Tx (15:17:51.096): \000\000\000\000\000\006\255\003\000\001\000\001

 

 

 

 

SLAVE;

0\006\255\003\000\001\000

Tx (15:16:51.490): \000\000\000\000\000\005\255\003\002\000n

Rx (15:16:51.490): \001\000\000\000\000\000\006\255\003\000\001\000

Tx (15:16:51.501): \000\000\000\000\000\005\255\003\002\000n

Rx (15:16:51.501): \001\000\000\000\000\000\006\255\003\000\001\000

Tx (15:16:51.506): \000\000\000\000\000\005\255\003\002\000n

Rx (15:16:51.506): \001\000\000\000\000\000\006\255\003\000\001\000

Tx (15:16:51.516): \000\000\000\000\000\005\255\003\002\000n

Rx (15:16:51.516): \001\000\000\000\000\000\006\255\003\000\001\000

Tx (15:16:51.526): \000\000\000\000\000\005\255\003\002\000n

Rx (15:16:51.526): \001\000\000\000\000\000\006\255\003\000\001\000

Tx (15:16:51.547): \000\000\000\000\000\005\255\003\002\000n

Rx (15:16:51.547): \001\000\000\000\000\000\006\255\003\000\001\000

Tx (15:16:51.556): \000\000\000\000\000\005\255\003\002\000n

Rx (15:16:51.556): \001\000\000\000\000\000\006\255\003\000\001\000

Tx (15:16:51.847): \000\000\000\000\000\005\255\003\002\000n

Rx (15:16:51.847): \001\000\000\000\000\000\006\255\003\000\001\000

Tx (15:16:52.061): \000\000\000\000\000\005\255\003\002\000n

Rx (15:16:52.061): \001\000\000\000\000\000\006\255\003\000\001\000

Tx (15:16:52.137): \000\000\000\000\000\005\255\003\002\000n

Rx (15:16:52.137): \001\000\000\000\000\000\006\255\003\000\001\000

Tx (15:16:52.367): \000\000\000\000\000\005\255\003\002\000n

Rx (15:16:52.367): \001\000\000\000\000\000\006\255\003\000\001\000

Tx (15:16:52.576): \000\000\000\000\000\005\255\003\002\000n

Rx (15:16:52.576): \001\000\000\000\000\000\006\255\003\000\001\000

Tx (15:16:52.858): \000\000\000\000\000\005\255\003\002\000n

Rx (15:16:52.858): \001\000\000\000\000\000\006\255\003\000\001\000

Tx (15:16:53.059): \000\000\000\000\000\005\255\003\002\000n

Rx (15:16:53.059): \001\000\000\000\000\000\006\255\003\000\001\000

Tx (15:16:53.138): \000\000\000\000\000\005\255\003\002\000n

Rx (15:16:53.138): \001\000\000\000\000\000\006\255\003\000\001\000

Tx (15:16:53.368): \000\000\000\000\000\005\255\003\002\000n

Rx (15:16:53.368): \001\000\000\000\000\000\006\255\003\000\001\000

Tx (15:16:53.570): \000\000\000\000\000\005\255\003\002\000n

Rx (15:16:53.570): \001\000\000\000\000\000\006\255\003\000\001\000

Tx (15:16:53.789): \000\000\000\000\000\005\255\003\002\000n

Rx (15:16:53.789): \001\000\000\000\000\000\006\255\003\000\001\000

Tx (15:16:53.000): \000\000\000\000\000\005\255\003\002\000n

Rx (15:16:53.000): \001\000\000\000\000\000\006\255\003\000\001\000

Tx (15:16:54.129): \000\000\000\000\000\005\255\003\002\000n

Rx (15:16:54.129): \001\000\000\000\000\000\006\255\003\000\001\000

Tx (15:16:54.415): \000\000\000\000\000\005\255\003\002\000n

Rx (15:16:54.415): \001\000\000\000\000\000\006\255\003\000\001\000

Tx (15:16:54.710): \000\000\000\000\000\005\255\003\002\000n

Rx (15:16:54.710): \001\000\000\000\000\000\006\255\003\000\001\000

Tx (15:16:54.910): \000\000\000\000\000\005\255\003\002\000n

Rx (15:16:54.911): \001\000\000\000\000\000\006\255\003\000\001\000

Tx (15:16:55.111): \000\000\000\000\000\005\255\003\002\000n

Rx (15:16:55.111): \001\000\000\000\000\000\006\255\003\000\001\000

Tx (15:16:55.132): \000\000\000\000\000\005\255\003\002\000n

Rx (15:16:55.132): \001\000\000\000\000\000\006\255\003\000\001\000

Tx (15:16:55.421): \000\000\000\000\000\005\255\003\002\000n

Rx (15:16:55.421): \001\000\000\000\000\000\006\255\003\000\001\000

Tx (15:16:55.622): \000\000\000\000\000\005\255\003\002\000n

Rx (15:16:55.622): \001\000\000\000\000\000\006\255\003\000\001\000

Tx (15:16:55.822): \000\000\000\000\000\005\255\003\002\000n

Rx (15:16:55.822): \001\000\000\000\000\000\006\255\003\000\001\000

Tx (15:16:56.022): \000\000\000\000\000\005\255\003\002\000n

Rx (15:16:56.022): \001

Rx (15:17:58.117): \000\000\000\000\000\006\255\003\000\001\000

Tx (15:17:58.132): \000\000\000\000\000\005\255\003\002\000n

Rx (15:17:58.132): \001\000\000\000\000\000\006\255\003\000\001\000

Tx (15:17:58.332): \000\000\000\000\000\005\255\003\002\000n

Rx (15:17:58.332): \001\000\000\000\000\000\006\255\003\000\001\000

Tx (15:17:58.533): \000\000\000\000\000\005\255\003\002\000n

Rx (15:17:58.533): \001\000\000\000\000\000\006\255\003\000\001\000

Tx (15:17:58.743): \000\000\000\000\000\005\255\003\002\000n

Rx (15:17:58.743): \001\000\000\000\000\000\006\255\003\000\001\000

Tx (15:17:58.944): \000\000\000\000\000\005\255\003\002\000n

Rx (15:17:58.944): \001\000\000\000\000\000\006\255\003\000\001\000

Tx (15:17:59.133): \000\000\000\000\000\005\255\003\002\000n

Rx (15:17:59.133): \001\000\000\000\000\000\006\255\003\000\001\000

Tx (15:17:59.334): \000\000\000\000\000\005\255\003\002\000n

Rx (15:17:59.334): \001\000\000\000\000\000\006\255\003\000\001\000

Tx (15:17:59.533): \000\000\000\000\000\005\255\003\002\000n

Rx (15:17:59.533): \001\000\000\000\000\000\006\255\003\000\001\000

Tx (15:17:59.725): \000\000\000\000\000\005\255\003\002\000n

Rx (15:17:59.725): \001\000\000\000\000\000\006\255\003\000\001\000

Tx (15:17:59.944): \000\000\000\000\000\005\255\003\002\000n

 

post-1585-0-65736500-1452379397_thumb.pn

post-1585-0-92607200-1452379415_thumb.pn

post-1585-0-17696000-1452379428_thumb.pn

post-1585-0-24518300-1452379472_thumb.pn

post-1585-0-61791600-1452379482_thumb.pn

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.