|
Thanks for the suggestions. I invite all participants to send their wish list too - Christmass is in a couple of days after all :)
Splitting the voltage for each output is no longer possible. In the first version of the design, each of the two power cables could be connected to a different supply. However we found it that it was best to have a single voltage with the largest internal capacitor possible shared by the two channel.
However, we've seen this request before and have been thinking of allowing each ouput to be configurable to swing from 0V to VBatt or from 0V to VBatt/2. This would be done by making the PWM be 100% at max in one case, and 50% at max in the other. This is a relatively easy change.
The separate Amps limit is a bit more complicated because it requires additional parameter storage bits that are now scarce. But we'll look into it when we implement the first change.
The multiple controller on a single RS232 port is another feature which we plan to support. The way that it will work is by daisy chaining the RS232 of two (hopefully 3) controllers. Data will leave the PC, go to RxData of controller 1. TxData of controller 1 will go to RxData of controller 2. TxData of controller 2 will go the PC. Since the controller echoes whatever it sees on the Rx port, the second controller will see the data sent from the PC. The trick is to have each controller recognize the data that is sent for itself and ignore all other.
Another way of controlling multiple controllers via a single port, is to use the new AX3500 (see preliminary info on web site) in rs232 mode and take the RC outputs to drive additional controllers configured in RC mode.
|