Rev 206 | Rev 233 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 206 | Rev 232 | ||
---|---|---|---|
Line 86... | Line 86... | ||
86 | to_cat("Gyro", [{ :pos=>act_pos , :name=>"P-Rate" , :typ=>"BYTE" }] ) |
86 | to_cat("Gyro", [{ :pos=>act_pos , :name=>"P-Rate" , :typ=>"BYTE" }] ) |
87 | act_pos+=1 |
87 | act_pos+=1 |
88 | --Gyro_I |
88 | --Gyro_I |
89 | to_cat("Gyro", [{ :pos=>act_pos , :name=>"I-Rate" , :typ=>"BYTE" }] ) |
89 | to_cat("Gyro", [{ :pos=>act_pos , :name=>"I-Rate" , :typ=>"BYTE" }] ) |
90 | act_pos+=1 |
90 | act_pos+=1 |
- | 91 | --Gyro_D |
|
- | 92 | to_cat("Gyro", [{ :pos=>act_pos , :name=>"D-Rate" , :typ=>"BYTE" }] ) |
|
- | 93 | act_pos+=1 |
|
- | 94 | ||
91 | --UnterspannungsWarnung |
95 | --UnterspannungsWarnung |
92 | to_cat("Other", [{ :pos=>act_pos , :name=>"Voltage Warning" , :typ=>"BYTE" }] ) |
96 | to_cat("Other", [{ :pos=>act_pos , :name=>"Voltage Warning" , :typ=>"BYTE" }] ) |
93 | act_pos+=1 |
97 | act_pos+=1 |
94 | --NotGas; |
98 | --NotGas; |
95 | to_cat("Other", [{ :pos=>act_pos , :name=>"Distress Gas" , :typ=>"BYTE" }] ) |
99 | to_cat("Other", [{ :pos=>act_pos , :name=>"Distress Gas" , :typ=>"BYTE" }] ) |
Line 138... | Line 142... | ||
138 | to_cat("Looping", [{ :pos=>act_pos , :name=>"Hysterese" , :typ=>"BYTE" }] ) |
142 | to_cat("Looping", [{ :pos=>act_pos , :name=>"Hysterese" , :typ=>"BYTE" }] ) |
139 | act_pos+=1 |
143 | act_pos+=1 |
140 | --AchsKopplung1 |
144 | --AchsKopplung1 |
141 | to_cat("Coupling", [{ :pos=>act_pos , :name=>"Yaw pos. feedback" , :typ=>"BYTE" }] ) |
145 | to_cat("Coupling", [{ :pos=>act_pos , :name=>"Yaw pos. feedback" , :typ=>"BYTE" }] ) |
142 | act_pos+=1 |
146 | act_pos+=1 |
- | 147 | ||
- | 148 | --AchsKopplung2 |
|
- | 149 | to_cat("Coupling", [{ :pos=>act_pos , :name=>"Coupling2" , :typ=>"BYTE" }] ) |
|
- | 150 | act_pos+=1 |
|
- | 151 | ||
- | 152 | --CouplingYawCorrection |
|
- | 153 | to_cat("Coupling", [{ :pos=>act_pos , :name=>"Coupling YawCorrect" , :typ=>"BYTE" }] ) |
|
- | 154 | act_pos+=1 |
|
- | 155 | ||
- | 156 | ||
143 | --AchsGegenKopplung1 |
157 | --AchsGegenKopplung1 |
144 | to_cat("Coupling", [{ :pos=>act_pos , :name=>"Yaw neg. feedback" , :typ=>"BYTE" }] ) |
158 | to_cat("Coupling", [{ :pos=>act_pos , :name=>"Yaw neg. feedback" , :typ=>"BYTE" }] ) |
145 | act_pos+=1 |
159 | act_pos+=1 |
146 | --WinkelUmschlagNick |
160 | --WinkelUmschlagNick |
147 | to_cat("Looping", [{ :pos=>act_pos , :name=>"TurnOver Nick" , :typ=>"BYTE" }] ) |
161 | to_cat("Looping", [{ :pos=>act_pos , :name=>"TurnOver Nick" , :typ=>"BYTE" }] ) |
Line 264... | Line 278... | ||
264 | --Name[12] |
278 | --Name[12] |
265 | name_pos=act_pos |
279 | name_pos=act_pos |
266 | act_pos+=12 |
280 | act_pos+=12 |
267 | end_pos=act_pos |
281 | end_pos=act_pos |
Line -... | Line 282... | ||
- | 282 | ||
- | 283 | --NaviPH_LoginTime |
|
- | 284 | to_cat("Navi", [{ :pos=>act_pos , :name=>"PH LoginTime" , :typ=>"BYTE" }] ) |
|
268 | 285 | act_pos+=1 |