Cannot Show Full Text on Web Browser

Forum Home Forums Understanding the Software Cannot Show Full Text on Web Browser

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #16450
    kcks66
    Participant

    Hi 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.

    https://ibb.co/8gZp9drz

    Pls advice for correct steps and thank you.

    #16451
    kcks66
    Participant

    Testing Script:

    public string CheckModeSelectText()
    {
    return “abcdefghijklmnop”;
    }

    #16452
    manjey73
    Participant

    Because you write the first 8 bytes of Ascii into each cell.

    The SplitAscii formula must be applied

    SplitAscii(()=> CheckModeSelectText())

    #16454
    Mikhail
    Moderator

    Hi,
    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.

    #16456
    kcks66
    Participant

    Hi 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/d0pkQkbV

    Pls advice for correct steps and thank you.

    • This reply was modified 1 month ago by kcks66.
    #16458
    manjey73
    Participant

    ChartPro are not designed to work with text arrays of channels.

    #16461
    Mikhail
    Moderator

    Hi,
    Try using a historical data report for that purpose.
    It makes no sense to display string values on graphs.

    #16464
    kcks66
    Participant

    Hi manjey73 & Mikhail,

    I tried download the channel from Historical Data Report, but the result is the same; showing the first 8 characters only.

    https://ibb.co/jk7Ymzpw

    Elastic report can configure to show full text?
    Pls advice and thank you.

    #16468
    manjey73
    Participant

    I’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 ?

    #16470
    kcks66
    Participant

    Hi manjey73,

    I plan to download all the channels with full text with timestamp into excel for further state change analysis.

    #16471
    Mikhail
    Moderator

    Hi,

    > 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.

    #16487
    kcks66
    Participant

    Hi Mikhail,

    I tried with Elactic Report; the result is the same; showing the first 8 characters only.

    #16492
    Mikhail
    Moderator

    Hi,
    Thank you for the information. That means that the plugins should be improved in the future.

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.