
PB received failed..............: 0
TBE errors over successfully....: 21
TBE errors over failed..........: 0
-- Rx interval 2 --
Rx PHY rate.....................: 93
PB received successfully........: 26
PB received failed..............: 0
TBE errors over successfully....: 47
TBE errors over failed..........: 0
-- Rx interval 3 --
Rx PHY rate.....................: 93
PB received successfully........: 14
PB received failed..............: 0
TBE errors over successfully....: 50
TBE errors over failed..........: 0
-- Rx interval 4 --
Rx PHY rate.....................: 93
PB received successfully........: 25
PB received failed..............: 0
TBE errors over successfully....: 38
TBE errors over failed..........: 0
-- Rx interval 5 --
Rx PHY rate.....................: 93
PB received successfully........: 24
PB received failed..............: 0
TBE errors over successfully....: 59
TBE errors over failed..........: 0
Configuring a PLC Network Under FreeBSD
The FreeBSD operating system does not provide many tools for configuring PLC
networks. We are going to detail the plconfig program, which is one of the only pro-
grams currently available for this type of platform.
FreeBSD is an operating system similar to Linux, originating from work on Unix
kernels carried out within Berkeley University in California. Although there are few
differences compared to Linux distributions, developments carried out on a
FreeBSD platform slightly differ.
The FreeBSD operating system is mainly used by security, Web, and mail serv-
ers. FreeBSD uses a packets system, called “ports,” representing programs that can
be used under this operating system. This ports system is managed by a group of
developers distributed worldwide ensuring its integrity. The number of these devel-
opers is much less important than for Linux, which makes FreeBSD both more sta-
ble and more homogeneous.
Let us first download Manuel Kasper’s tool, plconfig, at the following address:
https://neon1.net/prog/plconfig-0.2.tar.gz.
On a console in super user mode, we decompress the tool installation program,
then start the installation using the make command.
The program displays a help menu if no network interface or option is indicated
as a parameter for the plconfig command:
#tar xfvz plconfig-0.2.tar.gz; cd plconfig-0.2
#make
#./plconfig
Syntax
204 Configuration
Comentarios a estos manuales