28.12.2018, 09:57
(27.12.2018, 17:59)kenjirosama Wrote:Filter on-on/off-off will invert input if you set output to output_not.(27.12.2018, 09:06)Daniel. Wrote: Use filter and you have not output. Or just add not to grp.write('1/1/1), not threshold1)
Thank you very much for your reply.
Unfortunately I don´t undestand what your saying. Where in the code should this be?
Tried filters from the Fb editor but there are no filters that can invert an incoming signal. The filters are only active part of the time ie if a 1 comes in or a 0 but not both. Probably I have misunderstod something.
As I am not accumstomed with the code I am working in the Fbeditor.
Thx
If you want to do it in script then delete your xor and generate then open this script (in scripting tab) and change line 13 to
Code:
grp.write('32/1/5', not threshold1)
------------------------------
Ctrl+F5
Ctrl+F5