Page 78 of 78

Re: reading Pokeys pins

Posted: Fri Dec 20, 2019 4:59 am
by ArtF
Gary:

Version with "ProbeSetupLevel" as variable is now online. Untested but added in the codebase.

Art



Re: reading Pokeys pins

Posted: Fri Dec 20, 2019 8:20 am
by gburk
Art

Not sure how you set it up, but i tried the GlobalGet..

And the only value i get returned is 0, i assume you are looking for a true or false depending on how the probe is set Right ?..
it was the same value returned 0, for false or true after i changed the probe in config settings..

Gary 

Re: reading Pokeys pins

Posted: Fri Dec 20, 2019 11:41 am
by ArtF
Gary:

Its only set at startup, so even if you switch that setting, youd have to restart to see the change.
Theory being one doesnt change that setting in general use so its not realtime checking it. It should
show 1 for true, 0 for false.

I will double check though and fix it up this weekend if it isnt doing it properly..

Thx
Aty

Re: reading Pokeys pins

Posted: Sat Dec 21, 2019 7:56 am
by gburk
Art

Thank,s i did change from true to false in config and then restarted auggie when i was testing it but always seamed to returning a 0..

Gary

Re: reading Pokeys pins

Posted: Sun Dec 22, 2019 2:32 am
by ArtF
Gary:

Fixed and tested. On startup the current setting is recorded to that variable.
I had a typo in there so it wasn't changing.

Thx for the test.
Art

Re: reading Pokeys pins

Posted: Mon Dec 23, 2019 1:09 pm
by gburk
Art

Yes that fixed it.

Thanks gary

Re: reading Pokeys pins

Posted: Sat Dec 28, 2019 10:31 am
by gburk
Art


if you can remove the print statements you added for testing that would be great, it's making it hard to follow the print outs on the screen now the script will finish running but the prints will keep scowling for a while after wards and i'm having a hard time keeping tract of whats going on at the time..

Thanks gary