|
Re: Java Encoder Problem
Our team ran into the same exact problem. For some reason, the FPGA counting mechanism doesn't work right. Instead of using the CounterBase.EncodingType.k4X encoding type, try CounterBase.EncodingType.k1X instead. Worked for us.
Good luck!
|