Hi,
I'm using a PXI-7352 and am happily doing periodic breakpoints using C code, but when I tried to use a larger bp modulus (flec_load_bp_modulus), I get an invalid value error for any modulus value larger than 16383 ... which == 2^14 - 1. But the references state that the max modulus should be 2^15 - 1 (= 32767).
This is a bit limiting for my application as I want to use bp modulus of up to 70mm, and my encoder gives 400 cts per mm - so I need a bp modulus of 28,000.
Is this a bug, or documentation typo or what?
Regards
Richard.