Create webPage link from interface of ScadaAdmin

Forum Home Forums Uncategorized Issues Create webPage link from interface of ScadaAdmin

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #5282
    SuperDev
    Participant

    Hi Mikhail
    according to BaseUiTypes {View, Report, DataWnd} in ScadaData, if the path we enter in interface of scada Admin isn’t one of the above mentioned typeCodes, it will be WebPageView. Right?

    I want to load html file in scada like Events.aspx or external website like http://www.google.com.

    Now, the question is how i should define the (html or aspx) file or external website link in interface of SCADA Admin?
    I expect to have listed the link in Views

    #5284
    Mikhail
    Moderator

    Hi,

    It detects http:// or https://
    In the Interface table just type http://google.com

    #5285
    SuperDev
    Participant

    Thanks
    But When i want to load internal pages i get NoView error in some case.
    Specifically about Events.aspx.

    I write the followings in interface
    This way:
    http://localhost/Scada/plugins/Table/Events.aspx
    and this way:
    /Scada/plugins/Table/Events.aspx@WebPageView

    None of them work and give NoView error

    Would you please help

    • This reply was modified 5 years ago by SuperDev.
    #5287
    Mikhail
    Moderator

    Events.aspx doesn’t work because of internal check, however http://localhost/Scada works. There is something wrong with caching a link. You should restart application pool or website after changing links.

    #5288
    SuperDev
    Participant

    Thanks
    So I want to write my own plugin according to existing PlgTable and events.aspx
    Would you please tell me which part and lines of code in existing Events.aspx or other files have internal check? And what i should do in my own plugin to cover that problem?

    Thanks a million

    #5290
    Mikhail
    Moderator

    Would you please tell me which part and lines of code in existing Events.aspx or other files have internal check?

    Here.
    The next time you should find such answer by yourself using VS debugger.

    And what i should do in my own plugin to cover that problem?

    It depends on logic of your plugin.

    #5292
    SuperDev
    Participant

    Thanks àlot

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