Yes. They will be rewritten to work with the new version of BASIC Micro Studio. We’ve just been rather swamped here lately. It will happen, but it may be a little while.
Hi, it is not difficult to update. I can not get to Lynxmotion.com from two computers right now, so I don’t have access to the latest version that is up there. But I did take about two minutes to make the current version of abrat5.bas compile, by changing the code at sensorloop from:
hservowait [lefthip, righthip, leftknee, rightknee, leftankle, rightankle]
However if you wish to add in some sensor detection code you could simply change the above code to something like:
while (not hservoidle lefthip) or (not hservoidle righthip) or |
(not hservoidle leftknee) or (not hservoidle rightknee) or |
(not hservoidle leftankle) or (not hservoidle rightankle)
; adin 19,ir
; if (ir > 490) then
; endif
wend
Note: I have not tried this code out, other than to make it compile…
If it doesn’t work, you’ll need to try a dns flush.
open cmd.exe (start menu -> run… -> then type cmd into the run box)
type in “ipconfig /flushdns” (Without quotes, of course)
restart your internet browser.
When I had the problem of getting to the lynxmotion main webpage I added Googles open DNS servers to my list of DNS servers and that fixed the problems. The more DNS servers you have the more likely you can get around one thats messed up but the longer it can take to resolve a lookup.