-
Notifications
You must be signed in to change notification settings - Fork 26
JetCat's status slot can't work #57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello, the Problem with the JetCat Sensor is, that my T14SG doesnt have this Sensor. So i have to code it blind/without testing The Status is actual a Value from 0 to 65535. But i have no idea which Value represent which Status. 0x0000 this could work for 16 different status Flags. In your picture i can see 9 different Status flags. |
So do you mean the status code doesn't correspond to the ECU's state code/off-condition code? Another question is the state code occupies the whole 16bits slot. Then which slot is for the off-condition code? |
I would guess that the Off condition is send in the Status Slot. Which Status values did you test? my values above could bei similar to: 0x0000 -> Everything Off/ Error But, we (you) need to test it. Or ask Futaba or Jetcat. |
The status code should not be showed as the bars in the status/shutdown condition if the status code 0x00 has been sent successfully. BTW. Why don't you buy a new futaba 18sz while you have a jetcat? : ) |
Can you send me the Jetcat Codes?
I have no Jetcat |
I can just send it to you personally. But in this public. |
send it to: |
OK |
So you can see the status codes max value is only 19, it is not reasonable to send it with a 16 bits slot. It is waste of data resource if it is true. |
ah yeah, i see. try a value between 16384 to 16404 16384 == State 0 |
Tried. It doesn't work. |
First of all. Are you sure the 12rd slot is for the status code? |
yes and no Of course there could be a mistake in his findings or my implementation. |
any news? |
No,I have tried many value with different data type. It always shows 2 bars in the status. |
Hi,I have tried many test and they all fail. But someone says your T14SG should work with jetcat after you update the firmware of the remote controller. Why don't you have a try? |
Hi, good question.
i will have a try on my second T14SG |
I have already successfully sent the RPM,EGT to jetcat's slot. But the status. I have tried to send the test status code. It doesn't respond to it. Why? Is there something preprocessing I miss before the status code sent into the "SBUS2_transmit_telemetry_data()"


here is the RPM,EGT:
And here is the status interface:
The text was updated successfully, but these errors were encountered: