BALLUFF BIS-V Driver Configuration
Plugin Configuration
The plugin configuration file is named settings.json
located in <install directory>\Config\HumanOS.UHAL.BalluffBisV\
. It contains all global settings of the plugin.
See Generic Plugin Configuration for more details.
Device Information File
The device information file is used to configure the access to the BALLUFF BIS-V devices. It contains:
Id
: unique device id (GUID), which MUST match the device license id.DriverId
:ED53B0F7-0D3A-4B82-A9F6-191B0DD47EA5
Address
: connection address- Data Access
- Commands
See Device Information Model for more details.
Connection Address
The connection to Balluff is realized with TCP/IP.
Name | Type | Protocol | Address | Default Port |
---|---|---|---|---|
YOUR_DEVICE | BIS-V | TCP/IP | YOUR_IP_ADDRESS | 10001 |
NOTE
Check the BIS-V manual to setup the IP address and ports on the BALLUFF device. The preset address is typically
192.168.72.223
on port 10001.
The address field requires IP address and port of the device.
Example:
{
"Id": "974f33ad-38e8-4d82-b3a4-37b22869651d",
"Name": "Balluff-BIS-V",
"DriverId": "ED53B0F7-0D3A-4B82-A9F6-191B0DD47EA5",
"Address": "10.197.12.50:10001",
...
}