USB Console
USB Connector
The DALION has a Mini-B USB connector. Once connected to a computer, access to a serial command-line interface is available.
The command-line interface is accessible with serial console software such as PuTTY on a computer.
Several commands are available to view and change the settings, as well as to view system statistics.
Please note that strings cannot contain spaces.
Serial Console Settings
Name | Value |
---|---|
Speed (baudrate) | 115200 |
Data bits | 8 |
Stop bits | 1 |
Parity | None |
Commands General
help
Lists the available commands.
version
Displays the system version.
reboot
Reboots the system.
factorydefault
Clears all settings and commissioning data.
date
Displays the date and time of the system.
ping
Pings an IPv4 address. Follow this command with an IPv4 address.
status
Displays the status of the system.
ip [addr|a]
Displays the IP network information.
Ex.: ip a
Commands Statistics
stip
Displays the statistics of the IP network.
stbacnetip
Displays the statistics of the BACnet/IP.
stdali
Displays the statistics of the DALI.
stdalianalyzer [channel]
Displays the statistics of the DALI analyzer for the specified channel.
Ex.: stdalianalyzer 1
sttcp
Displays the statistics of the TCP network.
studp
Displays the statistics of the UDP.
starp
Displays the statistics of the ARP.
sticmp
Displays the statistics of the ICMP protocol.
starptable
Displays the ARP table.
steth
Displays the Ethernet registers.
logread
Displays the system log.
Commands System Settings
setsystem
Modifies the system settings. Follow this command with one of the following parameters.
Follow the parameter with the value to assign.
Ex.: setsystem username admin
username
Username (16 characters maximum).
password
Password (16 characters maximum).
Commands IP Settings
setip
Modifies the IP settings. Follow this command with one of the following parameters.
Follow the parameter with the value to assign.
Ex.: setip source static
source [static|dhcp]
IP source, DHCP or static.
Ex.: setip source static
address
IPv4 address.
Ex.: setip address 192.168.0.100
netmask
Netmask.
Ex.: setip netmask 255.255.255.0
gateway
Default gateway.
Ex.: setip gateway 192.168.0.1
speed [Auto|10F|10H|100F|100H]
Link speed.
Ex.: setip speed auto
dns1
First domain name server.
Ex.: setip dns1 8.8.8.8
dns2
Second domain name server.
hostname
Hostname (32 characters maximum).
Commands BACnet/IP Settings
setbacnetip
Modifies the BACnet/IP settings. Follow this command with one of the following parameters.
Follow the parameter with the value to assign.
Ex.: setbacnetip deviceid 1000
deviceid
The BACnet Device ID.
Ex.: setbacnetip deviceid 1000
devicename
The BACnet Device name (32 characters maximum).
Ex.: setbacnetip devicename DALION
devicedescription
The BACnet Device description (32 characters maximum).
devicelocation
The BACnet Device location (32 characters maximum).
apdutimeout
APDU timeout in milliseconds (default: 3000).
apduretries
The number of APDU retries (default: 3).
udpport
UDP Port (default: 47808).
bbmdip
BBMD IPv4 address.
bbmdport
BBMD UDP port.
fddelay
Foreign device registration delay in seconds.