Forum Home › Forums › Understanding the Software › Cannot Show Full Text on Web Browser
- This topic has 12 replies, 3 voices, and was last updated 2 weeks, 6 days ago by
Mikhail.
-
AuthorPosts
-
June 8, 2025 at 9:23 am #16450
kcks66
ParticipantHi Mikhail,
I am working on showing dynamic text on Web browser. Testing script which return string “abcdefghijklmnop”.
The calculated channel with Data Type: ASCII STRING, Data Length: 5, Format: String. However, I got result abcdefgh 5 times instead of abcdefghijklmnop.
Pls advice for correct steps and thank you.
June 8, 2025 at 9:29 am #16451kcks66
ParticipantTesting Script:
public string CheckModeSelectText()
{
return “abcdefghijklmnop”;
}June 8, 2025 at 11:38 am #16452manjey73
ParticipantBecause you write the first 8 bytes of Ascii into each cell.
The SplitAscii formula must be applied
SplitAscii(()=> CheckModeSelectText())
June 8, 2025 at 5:08 pm #16454Mikhail
ModeratorHi,
I suggest also test in a table view.
The above advice should work.
If a channel has a length = 5, it is internally 5 channels. A formula is executed for each of them.June 9, 2025 at 4:01 am #16456kcks66
ParticipantHi manjey73 & Mikhail,
Thanks for your advice. Now I able to show full text.
However, I try to trend the text and download to excel, the text were still truncated, cannot show in full text with ChartPro. My full text is “Manual Mode”.
https://ibb.co/nM6X4cN5
https://ibb.co/1JtC2bZZ
https://ibb.co/d0pkQkbVPls advice for correct steps and thank you.
-
This reply was modified 1 month ago by
kcks66.
June 9, 2025 at 5:48 am #16458manjey73
ParticipantChartPro are not designed to work with text arrays of channels.
June 9, 2025 at 7:04 pm #16461Mikhail
ModeratorHi,
Try using a historical data report for that purpose.
It makes no sense to display string values on graphs.June 10, 2025 at 12:26 am #16464kcks66
ParticipantHi manjey73 & Mikhail,
I tried download the channel from Historical Data Report, but the result is the same; showing the first 8 characters only.
Elastic report can configure to show full text?
Pls advice and thank you.June 10, 2025 at 6:07 am #16468manjey73
ParticipantI’m afraid nothing will help here. Charts, reports, they operate channels. And here is an array of channels that contains the full text.
What is it for? maybe just operate with numeric values and display text through enumeration ?
June 11, 2025 at 8:40 am #16470kcks66
ParticipantHi manjey73,
I plan to download all the channels with full text with timestamp into excel for further state change analysis.
June 11, 2025 at 8:56 am #16471Mikhail
ModeratorHi,
> Elastic report can configure to show full text?
Could you try that using a trial key?Historical data report should be updated to support long strings.
For now, may be you can put channels containing text parts into different Excel cells, and then join them manually.June 19, 2025 at 9:26 am #16487kcks66
ParticipantHi Mikhail,
I tried with Elactic Report; the result is the same; showing the first 8 characters only.
June 20, 2025 at 12:00 pm #16492Mikhail
ModeratorHi,
Thank you for the information. That means that the plugins should be improved in the future. -
This reply was modified 1 month ago by
-
AuthorPosts
- You must be logged in to reply to this topic.