MAESTRO MINI - PROGRAMMING IN dot NET WITH AN INPUT CHANNEL

As the subject line reads, I am trying to use an input (a simple switch, which does function in the Control Center) in my VB.NET application. From my browsing of the object heirarcy of the USC class, I can’t find anything to read the input and or timing of the signal (the timing is an optional feature). Any reference or hints would be appreciated.

Hello.

It sounds like you are using the Pololu USB SDK. The voltage read by the Maestro for an input channel is stored in the channel’s “position” variable. You can get the positions of all the channels using the “getVariables” method of the Usc class. For more information about how to do this, please see this forum thread:

–David