No Peter, I did not deliberately exclude the text. The code example listed in the EPICINFO.DOC, as it is written, doesn't do anything except generate syntax errors when compiling. I'm just trying to understand if this data scaling thing works. Please forgive me, I've only been at this a few months.
ENGINE1_RPM = Scale 256, 0, 3000 <-- This goes in the main body EPL?
DefinePH(100, Eng1rpm, 0,0,0,0) <-- This goes in the main body EPL or in the macro HPL file?
var(Eng1) <-- I assume this goes in the EPL, but without the ().
:Eng1rpm { #expand GetPH8(Eng1, 0x0264) }
I understand that PH100 is the pigeon hole for JetN1, however I'm not understanding the GetPH8... is that something in the Macro.EPL file? Something I need to do there to make the scaling work? Thanks!