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)
|