BVS ID-M1280xF1-xx-xxx
56
english
4.1.5 Request messages to the BVS ID
4.1.5.1 Connect
The
Connect
message creates a connection to
BVS ID
.
Length in bytes
Structure
Value
Description
2
UINT16
01
hex
Message ID
2
UINT16
00
hex
User data length in bytes
BVS ID
answers with a
Connect
response message.
Length in bytes
Structure
Value
Description
2
UINT16
01
hex
Message ID
2
UINT16
04
hex
User data length in bytes
2
UINT16
Result code
2
UINT16
01
hex
Version of the protocol
The following examples show how the connect message is structured and sent:
The messages ID for Connect is 01
hex
, as UINT16, little-endian: 01
hex
00
hex
Then the user data length follows. The Connect message has no user data and so the length is Null. As UINT16
in little-endian: 00
hex
00
hex
There are no user data, the message is now complete.
The entire Connect command is thus:
00
hex
01
hex
00
hex
00
hex
The message is coded in C language:
unsigned char[ ] connect =
{
0x01, 0x00,
0x00, 0x00
};
Therefore:
Message from the client to
BVS ID
: 01 00 00 00
BVS ID
responds to it with: 01 00 04 00 00 00 01 00
Summary of Contents for BVS ID-M1280 F1 Series
Page 1: ...deutsch Konfigurationsanleitung english Configuration Guide BVS ID M1280xF1 xx xxx...
Page 2: ...www balluff com...
Page 3: ...deutsch Konfigurationsanleitung BVS ID M1280xF1 xx xxx...
Page 4: ...www balluff com...
Page 41: ...BVS ID M1280xF1 xx xxx deutsch 39...
Page 96: ...BVS ID M1280xF1 xx xxx 94 deutsch Ablaufdiagramm Handshake mit Input Toggle...
Page 157: ...956115_AB DE E23 nderungen vorbehalten Ersetzt K22...
Page 158: ......
Page 159: ...english Configuration Guide BVS ID M1280xF1 xx xxx...
Page 160: ...www balluff com...
Page 197: ...BVS ID M1280xF1 xx xxx english 39...
Page 250: ...BVS ID M1280xF1 xx xxx 92 english Flowchart Handshake with Input Toggle...
Page 315: ...956115_AB EN E23 Subject to modification Replaces K22...