Skip to main content
Version: 2.7

BALLUFF BIS-V Data Access

The memory addresses for data access and commands are of following format:

<method>.<headnum>

The "method" defines what needs to be executed or read, whereas "headnum" addresses the local head of BIS-V, typically 1 to 4.

Reading TagId

The connector supports following data access addresses: TagId.{x}

Example: TagId.1

Reads the RFID Tag (Id and type).

{
"Id": "673C5838-E63E-4C6C-B9E5-C2401473FA70",
"Name": "TagId",
"DataType": "System.String",
"Address": "TagId.1",
"Access": {
"Read": true,
"Receive": true
}
}