home Forums # Technical Support Pipe output of one fuzzy model into another fuzzy model using QTFuzzylite Reply To: Pipe output of one fuzzy model into another fuzzy model using QTFuzzylite

#6230
Unknown
Member

Hi Juan,

Thanks for getting back.

If I understand this correctly:
– Everytime an activity vector arrives (walking 0.75, running 0.2, stationary, 0.05), I don’t understand how output_state gets populated:
`output_state = engine.output_variable(“output_state”)
– Is there anything that needs to be created in the Fuzzy Model (using QTFuzzyLite) or will this be done programmatically at runtime? How does output_state get populated?
– When you say the engine needs to be manually processed, do you mean that specific rule blocks need to be activated that are connected to this activity state, the output gets processed and defuzzified, and then the rest of the blocks need to be activated and defuzzified?
– What is the point of the ‘implication’ in your comment? Is this setting it up for the subsequent processing of rule blocks that are dependent on the activity state?

Or am I missing something?

Abhishek.