Results 1 to 3 of 3
Thread: 4.0.1 Bitmap values
-
05-30-2006, 07:51 PM #1imported_redmanGuest
4.0.1 Bitmap values
Hi Alan,
I am connecting up my 2 LED64 board to my overhead, and i come into some difficulty.
It appears that the highest bitmap value I can use is 15?
The LDS 767 with Nico's FSCONV uses bitmap values up to 30.
I have (via notepad) manually created the variable files for all the offsets, but they stil to not register when running.
Is there any workaround for this?
Thanks a lot for all your work.
Cheers
Chris
-
06-27-2006, 05:01 PM #2imported_redmanGuest
Hi Alan,
Any word on if you will be able to include this function in a future release of FS2Phidgets?
Thanks
Chris
-
06-27-2006, 05:35 PM #3alandyerGuest
Redman,
There was a work-around posted some time ago for this type of problem.
It does take some understanding of bits and bytes
Break a long offset of 32 bits into two smaller offsets of 16 bits each.
For example, say we have an offset:
0A02 of length 4 = 32 bits (0 - 31)
We could create two offsets:
04A2 Length 2 = 16 bits (0 to 15)
04A4 Length 2 = 16 bits (16 to 31)
Regards,
Alan.
Similar Threads
-
Front view VC fixed bitmap
By RobertVdb in forum Cockpit Outside VisualizationReplies: 7Last Post: 11-20-2008, 07:41 AM -
Low values for N1 and N2, and thanks.
By RobertoR in forum FS2Phidget UsersReplies: 2Last Post: 02-03-2005, 03:38 PM -
Cant eliminate bitmap frame...
By JAMES HOLT in forum PM General Q & AReplies: 1Last Post: 11-24-2004, 04:37 AM -
GAIFR Install issue - BITMAP INITIALISED
By Bill Padley in forum PM General Q & AReplies: 5Last Post: 11-23-2004, 03:12 PM