| Trees | Index | Help |
|
|---|
|
|
object --+
|
CMealyMachine
|
|||
|
__init__(self,
controller)
Creates a Mealy machine Controller from a DFA Controller. |
|||
| __processState(self, s) | |||
| __processInput(self, i) | |||
| __processOutput(self, o) | |||
|
getMealyAutomaton(self)
Returns the Mealy machine represented as an Automaton. |
|||
|
getPLCCode(self,
filename)
Write the PLC control program in ST language to the specified filename. |
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Creates a Mealy machine Controller from a DFA Controller. This constructor builds automatically the Mealy machine.
|
|
|
|
|
Write the PLC control program in ST language to the specified filename. The Mealy machine is processed in order to produce the code.
|
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 3.0alpha2 on Tue Jun 27 16:33:16 2006 | http://epydoc.sf.net |