Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 231 → Rev 232

/DUBwise/trunk/misc/pc-komp-ref/definitions
88,6 → 88,10
--Gyro_I
to_cat("Gyro", [{ :pos=>act_pos , :name=>"I-Rate" , :typ=>"BYTE" }] )
act_pos+=1
--Gyro_D
to_cat("Gyro", [{ :pos=>act_pos , :name=>"D-Rate" , :typ=>"BYTE" }] )
act_pos+=1
 
--UnterspannungsWarnung
to_cat("Other", [{ :pos=>act_pos , :name=>"Voltage Warning" , :typ=>"BYTE" }] )
act_pos+=1
140,6 → 144,16
--AchsKopplung1
to_cat("Coupling", [{ :pos=>act_pos , :name=>"Yaw pos. feedback" , :typ=>"BYTE" }] )
act_pos+=1
 
--AchsKopplung2
to_cat("Coupling", [{ :pos=>act_pos , :name=>"Coupling2" , :typ=>"BYTE" }] )
act_pos+=1
 
--CouplingYawCorrection
to_cat("Coupling", [{ :pos=>act_pos , :name=>"Coupling YawCorrect" , :typ=>"BYTE" }] )
act_pos+=1
 
 
--AchsGegenKopplung1
to_cat("Coupling", [{ :pos=>act_pos , :name=>"Yaw neg. feedback" , :typ=>"BYTE" }] )
act_pos+=1
266,3 → 280,6
act_pos+=12
end_pos=act_pos
 
--NaviPH_LoginTime
to_cat("Navi", [{ :pos=>act_pos , :name=>"PH LoginTime" , :typ=>"BYTE" }] )
act_pos+=1