Wavecom EasySatSystem (W61PC) V1.2.00 User Manual
Page 10

6
Software
WAVECOM EasySat System Software V1.2 User Manual
<config>
::= <section>*
<section>
::= <cardSection> | <mesWatchSection>
| <alsPeriodSection> | <logPeriodSection>
<cardSection>
::= <cardSectLine>EOL
<addrLine>EOL<snLine>EOL<modeLine>EOL
<cardSectLine>
::= [card_<n>]
<n>
running number starting at 1
<addrLine>
::= address = <nameOrIPAddress>;
<nameOrIPAddress>
::= char1-30
<snLine>
::= serialno = <serialNo>;
<serialNo>
::= numchar10
<modeLine>
::= <mode>;
<mode>
::= sat-b | sat-m | sat-mini-m | sat-c-tdm
<mesWatchSection>
::= <watchSectLine>EOL<watchLine>EOL
<watchSectLine>
::= [watch]
<watchLine>
::= mesid = <mesIdNo> ;
<mesIdNo>
::= numchar1-8
<alsPeriodSection>
::= <alsPeriodSectLine>EOL<periodLine>EOL
<alsPeriodSectLine>
::= [als]
<logPeriodSection>
::= <logPeriodSectLine>EOL<periodLine>EOL
<logPeriodSectLine>
::= [log]
<periodLine>
::= period = <seconds> ;
<seconds>
::= numchar
Note:
The string <nameOrIPAddress> can be the PC name, or the dotted IP address of the PC. The local
PC of 'EasySatSystem' can also be denoted by 127.0.0.1
A maximum of 10 card-sections can be specified. Each card can run on its own PC, so there can be
a maximum of 10 PCs. One PC can have a maximum of 8 cards
The number of MES Id watch-sections is not limited
Following are two examples of valid configuration files. Example 1 shows the configuration file for a sys-
tem with 4 cards configured for INMARSAT-B, 1 for INMARSAT-M and 5 for INMARSAT-mini-M, residing on
2 different PCs (Niklaus2 and Test-w61pc). All MES Ids shall be considered, no ALS shall be performed,
and no statistical data shall be collected.
In Example 2, the system to be monitored consists of 3 different PCs and 4 cards: The local one
(127.0.0.1) with one card and two remote hosts, 123.45.67.89 with one card and ComputerA with two
cards. On all cards INMARSAT-B transmissions with specific MES Ids shall be monitored. Furthermore, ALS
shall be performed for a period of 5 minutes (300 seconds), and statistical data shall be collected every 30
seconds.