
EEGbiofeedback
Hi DJ,
I would like make a feature request to do array addition and division so I'll be able to do DSP for things like vibration signature analysis to test faulty metal parts. Code:
$AvgTouch=($MvAvgTouch[1]+$MvAvgTouch[2]+$MvAvgTouch[3]+$MvAvgTouch[4]+$MvAvgTouch[5]+$MvAvgTouch[6]+$MvAvgTouch[7]+$MvAvgTouch[8]+$MvAvgTouch[9]+$MvAvgTouch[10])/10
I suspect it may be a little late in the game now, but here's a very well developed open source scripting language that's quite similar to ARC that could be customized for robotics:
http://ahkscript.org/
Thank you very much,
Bill
Have you had any luck using AHKscript to do mouse clicks type on Windows 8 64 bit? It works fine for me on 32 bit and on Windows 7 either 32 or 64, but I have had no luck on my 64 bit machine. It will start applications and do file manipulation, but won't do any screen interaction.
Alan
Thanks mate!
TEchGuru, Yes I have with windows 8 which is not to be confused with Win 8.1+ . The trick with Windows 8.1+ is you have to run the scripts as administer or it won't click on guis or manipulate data files. You'll have to compile your scripts first, right click and select run as admin, or create a shortcut with the run as admin properties checked in the advanced option.
Yeah! I was almost completely able to withhold a 3 page ranting dump about Windows 8+! I'm getting better now. I know it!
Hope that helps,
Bill
I am looking forward to Windows 10 and hope it is as good as the early reviews indicate. 8.1 has been very frustrating.
Alan
Best,
Bill
This is fixed in the next release of ARC, which may be tonight - depends on my travels. I am on the plane right now heading to Boston and fixed the bug. For example, the new ARC will do this as expected...
Code: