PDA

View Full Version : 8bit binary



SASDakota
December 3rd, 2016, 05:07 PM
Is it possible to show an 8bit binary value with CAX? I cannot for the life of me figure out how to show base2 binary in V7.5 with a CAX definition.

Highlander
December 20th, 2016, 09:13 AM
you can use bit offset to do this.
Set display to 4 too.

Highlander
December 20th, 2016, 09:15 AM
Or like this if you want to set it individually.





[M5664]
; Description
; ---------------------------------------------------------------------------------------------------------------------------------
DESC.001 = If TRUE is specified for the indexed fault group, then any active fault within that group will inhibit the Misfire diagnostic.
;
; Seg Caption Major Minor Vis Dis 2D Grp
; --- ---------------------------------------- ---------------- ---------------- --- --- -- ---
VIEW = 3 "Param" "Misfire" "" 1 1 0 0
;
; Address(es) BitOff Bits Typ Inv
; -------------------------------- ------ ---- --- ---
ADDR = XXXXX 1 1 SED 0
;
; Units Factor Offset Prec MinLimit MaxLimit MinUser MaxUser
; -------- -------------- -------------- ---- -------------- -------------- -------------- --------------
SI_SLOT = True/False 1.0 0 0 0 1 0 1
;
; Body Col Row
; -------------- -------------- --------------
ULABELS = . . .
;
; Enumerations
; -------------------------------------------------------------------
SI_ENUM = "1=True,0=False"
IM_ENUM = "1=True,0=False"

SASDakota
December 20th, 2016, 09:58 AM
you can use bit offset to do this.
Set display to 4 too.

Thanks for the reply, I actually figured that one out then subsequently, temporarily, broke EFI live and emailed Paul about it. It is being addressed in the next release.