Hi,
everything is possible, but we need to really be sure of the correct solution. Simply having the gates sending each time a telegram, when they receive an input telegram doesn't work. Many other applications (like mine) must not have multiple telegrams of the same value.
We could implement as an additional type of gate a simple inverter with only one input. But this doesn't solve your problem. There might be two types of inverters:
- one that sends each input telegram inverted as an output telegram
- one that only sends inverted output telegrams whenever its state changes
So, the solution looks like being an additional parameter for each gate to specify if it shall send on change only or on each received input telegram.
This is not trivial work, as the vd also needs to be changed... but it is not impossible.

Regards
Andreas