Help with offset in FSBUS CDK
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/u...P/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.
Re: Help with offset in FSBUS CDK
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
Re: Help with offset in FSBUS CDK
Ok Stefan i take a look in this.
thanks for the support. :D