Page 1 of 1

how to combine

Posted: Fri Dec 13, 2013 9:50 pm
by tester
I have two ruby instances, that share the same signal flow (and loop flow), just create different output. While one is responsible for generating randomness, second one - is responsible for filling everything (everything not excluded) with specific input value. How to combine (and optimize) them into single ruby instance? (I ask, because there are some performance issues with too many ruby instances within 1 schematic).

Re: how to combine

Posted: Fri Dec 13, 2013 10:10 pm
by Tronic
:arrow:
how to combine_Tronic.fsm
(859 Bytes) Downloaded 904 times

Re: how to combine

Posted: Sat Dec 14, 2013 1:04 am
by tester
Thanks. However - can these input triggers be separated (to 2 inputs)? So that ruby performs either randomization or cross copy, but not both at the same time?

Re: how to combine

Posted: Sat Dec 14, 2013 1:55 am
by TrojakEW
LIke that?

Re: how to combine

Posted: Sat Dec 14, 2013 2:20 am
by tester
Yes, thank you.