Changes between Initial Version and Version 1 of Ticket #6400
- Timestamp:
- 2021-03-03T00:39:16Z (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6400 – Description
initial v1 2 2 3 3 I flattened the model with the OF and NF, and found interesting differences. For example, the OF flattens this algorithm 4 {{{ 4 {{{#!mo 5 5 algorithm 6 6 when P3.enableOut.delayPassed then … … 66 66 }}} 67 67 while the NF flattens it as: 68 {{{ 68 {{{#!mo 69 69 algorithm 70 70 P3.enableIn.TEin := {false};