Epsilon-12G2 User Manual Revision A.02
www.diamondsystems.com
Page 11
6.5 Input Power (J18)
Input power is supplied through connector J18. Epsilon-12G2 has a +5V to +40VDC wide voltage input. The
pinout for J14 is:
1
+Vin
2
+Vin
3
Ground
4
Ground
Connector Type:
2mm single row right-angle, locking pin header with tin plating
Mating Connector:
JST Sales America
PAP-04V-S
housing with SPHD-001T-P0.5 terminals
7.
SOFTWARE INTERFACES
7.1 Command Line Interface
The command line interface (CLI) is a modal, line-based interface with no screen editing features where
commands are executed immediately upon end-of-line. Privilege levels can be implemented for certain
operations where users have to have a certain privilege in order to exercise that operation. The CLI can be
accessed directly via the serial connection. The user must log in before CLI commands can be executed.
7.1.1 Making an Initial Connection
Serial line configuration:
115200 baud
8 bit data
No parity
1 stop bit
Login information
Username: admin
Password: {none}
The IP address, mask and gateway must be set according to your environment or you can enable IP and DHCP if
your environment includes a DHCP server. For example:
# configure terminal
(config)# interface vlan 1
(config-if-vlan)# ip address dhcp
(config-if-vlan)# end
Below example depicts configuration of static IP address,
# configure terminal
(config)# interface vlan 1
(config-if-vlan)# ip address 192.0.2.1 255.255.255.0
(config-if-vlan)# end