BVS ID-M1280xF1-xx-xxx
52
english
4.1.5 Request messages to the BVS ID
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 M1280 F1 xx xxx...
Page 2: ...www balluff com...
Page 3: ...deutsch Konfigurationsanleitung BVS ID M1280xF1 xx xxx...
Page 4: ...www balluff com...
Page 79: ...BVS ID M1280xF1 xx xxx deutsch 77 Ablaufdiagramm Handshake...
Page 81: ...BVS ID M1280xF1 xx xxx deutsch 79 Ablaufdiagramm Handshake mit Input Toggle...
Page 83: ...BVS ID M1280xF1 xx xxx deutsch 81 Ablaufdiagramm Handshake mit Output Toggle...
Page 173: ...956115_AA DE K22 nderungen vorbehalten...
Page 174: ......
Page 175: ...english Configuration Guide BVS ID M1280xF1 xx xxx...
Page 176: ...www balluff com...
Page 245: ...BVS ID M1280xF1 xx xxx english 71 Handshake flow chart...
Page 247: ...BVS ID M1280xF1 xx xxx english 73 Handshake flow chart with input toggle...
Page 249: ...BVS ID M1280xF1 xx xxx english 75 Handshake flow chart with output toggle...