06-12-2009 06:20 PM - edited 06-12-2009 06:27 PM
06-12-2009 06:49 PM
millerman wrote:
In the configuration if you change one cannel to the counter type all the remaining are also the same type.
What exactly do you mean by this statement? What exactly are binary inputs; do you mean digital lines? The channel counter uses a digital line to function and you can change re-configure the personality in FPGA to do whatever you want with that digital line. And, yes if it can be done in scan mode, it can definitely be done in FPGA.
06-13-2009 10:34 AM
by binary I mean the same as Boolean: 2 state input ON/OFF or T/F.
In the module properties there is a menu item: Specialty Digital Configuration with the following items:
-none
-counter
-quadrature
When none is selected all the channels in this module are DI0 -DI7 of I/O variable type Boolean, if I selec a counter then all the channels in the module become CTR0 - CTR7 and of type double. It seems that if want to use counter on one channel, you loose all the other channels (can't use them as a Boolean inputs)??
Does it make the sense? Or there is a way around this??
Thanks
06-13-2009 11:42 AM