EX protocol data type "4 char String"
- Sepp62
-
Topic Author
- Offline
- Elite Member
-
- Posts: 305
- Thank you received: 154
TPL_KUNENA_MESSAGE_CREATED EX protocol data type "4 char String"
22 Nov 2015 22:38 - 22 Nov 2015 22:40
I am currently implementing a Jeti telemetry sensor for a turbine ECU.
The ECU gives me status messages concerning the turbine Status:
Run
Stop
Start
Cool
Err
etc.
I would like to have data type which enables the sensor to display a short text in the telemetry display.
From the 16 available data types, there are 4 reserved values for 38 bit values (int38_t). A 38 bit value would be sufficient to display 4 characters ( 4 x 8 bit = 32 bits).
I know I can do this with text display (Jeti box) but showing the Jeti Box in the telemetry display is not very convenient.
(I also know, that this is not a "mainstream requirement")
Best regards
Bernd
The ECU gives me status messages concerning the turbine Status:
Run
Stop
Start
Cool
Err
etc.
I would like to have data type which enables the sensor to display a short text in the telemetry display.
From the 16 available data types, there are 4 reserved values for 38 bit values (int38_t). A 38 bit value would be sufficient to display 4 characters ( 4 x 8 bit = 32 bits).
I know I can do this with text display (Jeti box) but showing the Jeti Box in the telemetry display is not very convenient.
(I also know, that this is not a "mainstream requirement")
Best regards
Bernd
Last edit: 22 Nov 2015 22:40 by Sepp62.
Please Log in or Create an account to join the conversation.
- Henning
-
- Offline
- Elite Member
-
- Posts: 316
- Thank you received: 144
TPL_KUNENA_MESSAGE_REPLIED_NEW EX protocol data type "4 char String"
23 Nov 2015 18:36
Hello Bernd,
up to now there is no "ASCII" data type in the EX Sensor protocol.
Of course you could misuse the "unit" data field of the sensor channel to display up to 4 chars (DS / DC-16) or 3 chars (JB Profi), but the problem with this workaround is the update frequency of this data type on the Jetibox side... It seems that this data field is only read once when the sensor is recognized ("learned in"), or at least it is updated with a very low frequency. Too bad - unusable for your purpose... Test setup with a sensor / data field named "Turbine: Status" see attached JPG.
I also had the same problem with a KTW controller project (which is a Jeti MUV sensor in parallel), at the end I just used the numeric 6-bit data type to send the KTW status there.
=> Jeti developers:
If you read this, please think about a "dedicated ASCII" Duplex EX data type with at least 8 chars, e.g. formatted like the sensor name / unit field which is already in use. This would make all kinds of status info much easier. Thanks!
up to now there is no "ASCII" data type in the EX Sensor protocol.
Of course you could misuse the "unit" data field of the sensor channel to display up to 4 chars (DS / DC-16) or 3 chars (JB Profi), but the problem with this workaround is the update frequency of this data type on the Jetibox side... It seems that this data field is only read once when the sensor is recognized ("learned in"), or at least it is updated with a very low frequency. Too bad - unusable for your purpose... Test setup with a sensor / data field named "Turbine: Status" see attached JPG.
I also had the same problem with a KTW controller project (which is a Jeti MUV sensor in parallel), at the end I just used the numeric 6-bit data type to send the KTW status there.
=> Jeti developers:
If you read this, please think about a "dedicated ASCII" Duplex EX data type with at least 8 chars, e.g. formatted like the sensor name / unit field which is already in use. This would make all kinds of status info much easier. Thanks!
Please Log in or Create an account to join the conversation.
- Sepp62
-
Topic Author
- Offline
- Elite Member
-
- Posts: 305
- Thank you received: 154
TPL_KUNENA_MESSAGE_REPLIED_NEW EX protocol data type "4 char String"
23 Nov 2015 19:31
Hi Henning,
thanks for your detailed answer.
So I have to deal with the clumsy jeti box display.
Best regards
Bernd
thanks for your detailed answer.
So I have to deal with the clumsy jeti box display.
Best regards
Bernd
Please Log in or Create an account to join the conversation.
Time to create page: 0.312 seconds