Scheme Template and Dashboard

Forum Home Forums Understanding the Software Scheme Template and Dashboard

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #9695
    hieu.pt2705
    Participant

    Hello Admin,
    [Scheme Template] I am using Scheme Template as your guide, but currently I can only do with InputID and OutputID of compID. I tried with Text and ViewID but it didn’t work. Can you help me?
    <TemplateBindings>
    <TemplateFileName>Main_Diezel</TemplateFileName>
    <TitleCompID>3</TitleCompID>
    <Binding compID=”11″ text=”P02 (RON92)” />
    <Binding compID=”10″ inCnlNum=”101″ ctrlCnlNum=”101″ />
    <Binding compID=”29″ ViewID=”20″ />
    </TemplateBindings>
    ———–
    [Dashboard] Error “The requested view does not exist or you have insufficient rights to access it”. Here is the code that I wrote based on your example:
    <DashboardConfig>
    <DashboardOptions>
    <Name>>Dashboard_Test</Name>
    <ColumnCount>2</ColumnCount>
    <AspectRatio>1.34</AspectRatio>
    </DashboardOptions>

    <Widgets>
    <Widget type=”View” viewID=”25″ />
    <Widget type=”View” viewID=”26″ />
    <Widget type=”View” viewID=”27″ />
    <Widget type=”View” viewID=”25″ />
    </Widgets>
    </DashboardConfig>

    #9696
    hieu.pt2705
    Participant

    Update: I’m done with the Dashboard. I hope you can help me about the question “Scheme Template” above.

    #9698
    Mikhail
    Moderator

    Hello,
    In a template you can override the text of the title component and channel numbers. Other properties are fixed.

    #9703
    hieu.pt2705
    Participant

    Hi Michael,
    I tried overriding the text of the title component with the code below but it didn’t work. Can you read my code to see if it is correct?

    <TemplateBindings>
    <TemplateFileName>Main_Diezel</TemplateFileName>
    <TitleCompID>3</TitleCompID>
    <Binding compID=”11″ text=”P02 (RON92)” />
    </TemplateBindings>

    #9713
    Mikhail
    Moderator

    Hi,
    The title text is taken from the Title column the Interface table.

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