The edge (positive or negative transition) detection managing is different between Concept and Control Expert.
Because multiple write accesses to the 0x/1x register are possible during a cyclical sweep, there can be differing Online behavior between Concept and Control Expert.
The objects affected are:
In Concept the "Previous Value" used to recognize a transition is only updated once per cycle.
In Control Expert the "Previous Value" is updated at each write access.
Example:
Concept: Switch %QX1 from 0 -> 1 and the value of %MW1 and %MW2 increase.
Control Expert: Switch %QX1 from 0 -> 1 and only the value of %MW1 increases.
NOTE: Use objects to recognize transitions with a certain variable only once per cycle.