View Single Post
Old 01-03-2017, 03:15 PM   #2969 (permalink)
MPaulHolmes
PaulH
 
MPaulHolmes's Avatar
 
Join Date: Feb 2008
Location: Maricopa, AZ (sort of. Actually outside of town)
Posts: 3,832

Michael's Electric Beetle - '71 Volkswagen Superbeetle 500000
Thanks: 1,368
Thanked 1,202 Times in 765 Posts
It's basically a turn on or turn off sort of thing. So, you would do:
stream-raw-throttle 1
stream-????? 1
stream-?????? 1
...
...

to turn on as many things as you want to stream. To turn something off (like throttle):
stream-raw-throttle 0


Now, to actually start the stream, you would type:

data-stream-period 1000

(1000 means 1000 milliseconds. You can choose a different number)
To stop the stream, you type
off <carriage return>
It will keep going until you hit enter.

Yes, you can use a motor without an index pin. Do you have an induction motor? They don't use index pins. You would type:

motor-type 1

(that means induction motor)
__________________
kits and boards
  Reply With Quote
The Following User Says Thank You to MPaulHolmes For This Useful Post:
motorulf (01-03-2017)