This module is Copyright © 2001 Juan Carlos Orozco and is distributed under the GPL license.
hmiViewerServer.py is a multithreaded socket server that is used to comunicate MatPLC to one or more hmiViewer applets from the VISUAL (visual.sourceforge.net) project.
One of the main advantages of this module is that the points for communication are not defined in this module, it gets the point names dynamically from the hmiViewer applet and then tries to connect them to MATplc. In case there is a point that is not defined in MATplc the server still keeps a local copy of this point with its value so the hmiViewer applet will still be able to read and write this point but it will not be accessible from the rest of the MATplc modules.
$Date: 2004/12/28 05:32:12 $