Page 1 of 1

Ruby "Out of domain" Error

Posted: Sat Sep 20, 2014 11:02 am
by Perfect Human Interface
Small issue:
LogOutOfDomain.PNG
LogOutOfDomain.PNG (21.32 KiB) Viewed 7371 times

Just trying to log scale an array.

I know what the error message means, but I don't know why it's considered "out of domain" here. What am I doing wrong? Thanks.

Re: Ruby "Out of domain" Error

Posted: Sat Sep 20, 2014 11:23 am
by Tronic
The array have negative number?

Re: Ruby "Out of domain" Error

Posted: Sat Sep 20, 2014 11:58 am
by Perfect Human Interface
Tronic wrote:The array have negative number?


I think it was all zeros before running the schematic. Of course I had to force-quit after connecting the array to a text box and the schematic became unresponsive (is there a proper way to look inside long arrays? That's really annoying).

Not sure what to do in 0 case. :? Oh wait... I can just set it = 0. -.-