ReFlow - Send back data in one link

Post any examples or modules that you want to share here
Post Reply
User avatar
chackl
Posts: 233
Joined: Tue Aug 17, 2010 8:46 pm
Location: Austria / Salzburg

ReFlow - Send back data in one link

Post by chackl »

Hello!

I did a new example with some help :D
It sends data back through one link - so you can reverse for example wirelesslinks.

Regards

EDIT:
Corrected Class Error
Attachments
reverser.fsm
(1.35 KiB) Downloaded 1539 times
Last edited by chackl on Mon Aug 26, 2013 1:49 pm, edited 1 time in total.
100% accuracy is the guarantee to your success. The value alters if you combine it with musical creativity.
User avatar
Nubeat7
Posts: 1347
Joined: Sat Apr 14, 2012 9:59 am
Location: Vienna
Contact:

Re: ReFlow - Send back data in one link

Post by Nubeat7 »

get a ruby error message: in method 'load state': undefined class/module revflow
User avatar
chackl
Posts: 233
Joined: Tue Aug 17, 2010 8:46 pm
Location: Austria / Salzburg

Re: ReFlow - Send back data in one link

Post by chackl »

Well i do not see why.... i'll take a look
100% accuracy is the guarantee to your success. The value alters if you combine it with musical creativity.
User avatar
chackl
Posts: 233
Joined: Tue Aug 17, 2010 8:46 pm
Location: Austria / Salzburg

Re: ReFlow - Send back data in one link

Post by chackl »

Well i saw it now - i got a class error - but i do not realy understand it jet...
Why does flowstone give me a wrong class if i:
Delete an old class and do not use it anymore - LoadState error if i have NO loadstate inside

I could only correct it getting al modules into a now schematic....

Why?

Regards
100% accuracy is the guarantee to your success. The value alters if you combine it with musical creativity.
RJHollins
Posts: 1573
Joined: Thu Mar 08, 2012 7:58 pm

Re: ReFlow - Send back data in one link

Post by RJHollins »

I had seen the same error message ...

I went in and reset the RUBY modules [Off, then ON]. This 'cleared' the red highlight error. but things were still not working.

I then reconnected the inputs feeding the module ... and then it worked.

I don't know the reason why, but that was my troubleshot and fix. I just loaded up the re-saved schematic and all seems to be working.
User avatar
Nubeat7
Posts: 1347
Joined: Sat Apr 14, 2012 9:59 am
Location: Vienna
Contact:

Re: ReFlow - Send back data in one link

Post by Nubeat7 »

user guide says:
"The Ruby component saves its state. If you save a schematic with a Ruby component in it then when
you load it back the @ins and @outs arrays are restored to exactly how they were before. This
ensures that the component maintains its state at all times."

so i think it has something to dowith the persistence of the ruby component
User avatar
chackl
Posts: 233
Joined: Tue Aug 17, 2010 8:46 pm
Location: Austria / Salzburg

Re: ReFlow - Send back data in one link

Post by chackl »

Well in the aktual one i have corrected the triggers and the error does not come up anymore - the updated is in the first post ;)

Regards
100% accuracy is the guarantee to your success. The value alters if you combine it with musical creativity.
RJHollins
Posts: 1573
Joined: Thu Mar 08, 2012 7:58 pm

Re: ReFlow - Send back data in one link

Post by RJHollins »

confirm no error :)
Post Reply