06-22-2005 05:46 AM
06-23-2005 01:18 PM
06-23-2005 01:42 PM
06-24-2005 04:05 AM
07-01-2005 10:01 AM
Hi Matt,
What's missing there in the DataPlugin API is bit extension for this case. Unfortunately in DIAdem 9.1 you'll have to use the workaround that Andreas described here. For future reference though:
The BitMask property can accept a string as well as an integer. This makes your code easier to read and edit. So you can input the BitMask like this:
Channel(32).Formatter.BitMask = "0x0fff"
Thank you for pointing out this problem,
Myrle