Overview:

 SECS::Analyzer is the tool which analyzes SECS message transmitted and
received between equipment and a host.

  +------------+       +---------------------+        +------+
  +  Equipment | <---> |(p1)   Analyzer  (p2)| <--->  | Host |
  +------------+       +---------------------+        +------+
                                  |
                                  V
                        Logging SECS Message    (p1): Active Port
                                                (p2): Passive Port

Run:

To run SECS::Analyzer do the following:

    secs_analyzer -a <active port> -h <host name> -p <passive port> [-s] [-n]

        -s: sml format
        -n: hex dump disable

    ex.) secs_analyzer -a 5000 -h localhost -p 5001


Executing of programs is started in the sequence of the following.
  1. Run the host proguram.
  2. Run the equipment program.
  3. Run SECS::Analizer

Contacts:

   http://homepage2.nifty.com/SECS/
   http://sourceforge.jp/projects/jyugem/
   fukasawa_mitsuo@nifty.com

