PDA

View Full Version : Help with offset in FSBUS CDK



Anderson/SBSP
10-17-2009, 07:55 PM
Hi, i need some help to read the offset 0X0896 and Ox092E.

I dont can configurate correctly this offsets to read the values.

Looking in fsinterrogate, the values i need is factored (in yellow), but i dont know how i can configure this offsets to get this values.
http://i628.photobucket.com/albums/uu9/Anderson-SBSP/Capturar.jpg

Example:

In CDK to read directly one value i use this:

ENG1=READFSDirect(0x0896, I16, 1, 1)
ENG2=READFSDirect(0x092E, BCD4, 1, 1)

But i dont know if this offsets is a I16, U32 and etc...

Someone can help me.

Sorry about my bad english.

sgaert
10-18-2009, 04:04 AM
Hi,
all that informations you find an the "Variables" Page in fsinterrogate.

Sampel
Offset: 0898
Var Type: S16 (called I16 in Fsbus)
Calculation: #*100/16384

Stefan

Anderson/SBSP
10-18-2009, 07:42 AM
Ok Stefan i take a look in this.

thanks for the support. :D