Ruby "Out of domain" Error

For general discussion related FlowStone
Post Reply
Perfect Human Interface
Posts: 643
Joined: Sun Mar 10, 2013 7:32 pm

Ruby "Out of domain" Error

Post by Perfect Human Interface »

Small issue:
LogOutOfDomain.PNG
LogOutOfDomain.PNG (21.32 KiB) Viewed 7369 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.
Tronic
Posts: 539
Joined: Wed Dec 21, 2011 12:59 pm

Re: Ruby "Out of domain" Error

Post by Tronic »

The array have negative number?
Perfect Human Interface
Posts: 643
Joined: Sun Mar 10, 2013 7:32 pm

Re: Ruby "Out of domain" Error

Post 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. -.-
Post Reply