Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Within this configuration definition file, the HDL Buspro interfaces connected to BMS server Helvar devices can be configured.

Info
titleFile location

<WorkspaceDirectory>\DataFiles\xio.HdlHelvarNet.InterfacesDevices.dat

Code Block
Interface1;192.168.10.101;6000;254;254;192.168.10.250;6000;200;F;50;10;2
Interface2;192.168.10.101;6000;254;254;192.168.10.251;6000;200;F;50;10;2
' This is a comment

Each interface Each device has its own row with the parameters separated by a semicolon. (CSV-format)

The interface configuration can be edited in the NETx Core Server Studio at Modules HelvarNet > HDL > Interface Device Definitions

Image RemovedImage Added


Col#ParameterDescriptionScopeUnitDefault value
1NameName of the interface. Must be unique.stringNone
2Sender subnet idHDL Buspro subnet id of the NETx Server.0 - 254None
3Sender device idHDL Buspro device id of the NETx Server.0 - 254None
4Target IP addressIP address of the HDL Buspro interface.IP-AddressNone
5Target portUDP port of the HDL Buspro interface.Port numberNone6000
6Send intervalTime delay between sending two messages.integerms200
7Log messagesIf set to true, all received and sent messages are logged in <WorkspaceDirectory>\LogFiles\nxaHDL-<InterfaceName>_<Datecode>.logbooleanNoneFalse
8Ping after

Start pinging the interface after not receiving packets for this time period.

integers50
9Ping interval

Time between sending pings to the interface.

integers10
10Ping retries

Connection to the interface is considered lost after this amount of failed pings.

integerNone2


Send interval

The NETx Server has to request the current values of all devices on startup. This means a lot of requests will be sent at the same time. In order to avoid overloading of the bus, these messages are queued.

...

The queue sizes can be monitored with the corresponding server items NETx\XIO\HDL\<InterfaceName>\Request queue size and NETx\XIO\HDL\<InterfaceName>\Write queue size.

Log messages

If enabled, all received and sent messages are logged. This can be useful for troubleshooting unintended behaviors. However, logging is disabled by default to save disk space.

Ping

The NETx Server is monitoring the connection to each interface.

...