09-25-2006 11:47 AM
09-26-2006 04:57 PM
09-27-2006 09:46 AM
OK, I looked over the header PDF document, and that was really helpful, as is the channel reader in the VB script. I noticed the ChHdrObject class doesn't have any methods. Is that because it's a completely roll-your-own routine?
One further question. In looking at the header file, in tags 240 and 241 I have the following on the channels. Not the exact numbers for every channel, but the numbers on each are in decimal format.
240,0.103847
241,0.020769
So my formula for converting INT16 numbers would be 0.103847 + INT16 value * 0.020769?
Assuming an INT16 value is 24, I get the solution as 0.602303. Is this correct or are there parentheses in this, i.e. addition first, then multiplication, or multiplication then addition?
09-28-2006 08:58 PM