[Date Prev][Date Next][Date Index]

RE: Support for 16-channel scaler




Mark, re...

> ... the sources I have show
> a hard encoded limit of no more than 2 devices...

You're right.  devScaler.h still has
#define MAX_SCALER_CARDS 2
and this value is used instead of the value specified in the startup file, e.g.,
VSCSetup(2, 0xD0000000, 200)
---------^

This will be fixed in the next release.  For now, if you need more than two
scaler cards, you have to change both the .h file and the startup file.

Thanks,
Tim