Popup faceplate

Hi everybody,

me is new to using indusoft and i using indusoft version 7.1, have problem with dynamic variable to calling faceplate screen as like this below link.
https://www.indusoft.com/Marketing/Article/ArticleID/644/ArtMID/684

from that is video need mnemonics file, whom people here can you help me how to created this files and how to linked this files to myfaceplate symbols.

adam
  • > Create the following Tags

    iDefaultInt - Integer
    bDefaultBool - Boolean
    iTest01Int - Integer
    iTest02Int - Integer
    bTest01Bool - Boolean
    bTest02Bool - Boolean

    > Create the following Text Files

    [Project]\Web\Test01.mne
    #MyIntAlias:iTest01Int
    #MyBoolAlias:bTest01Bool

    [Project]\Web\Test02.mne
    #MyIntAlias:iTest02Int
    #MyBoolAlias:bTest02Bool

    > Create the following Screens

    Main.SCC (Configure as default screen)
    Add a Button (Test01) with the following On Down Script: $Open("Screen01",-1,-1,-1,-1,0,0,"Test01")
    Add a Button (Test02) with the following On Down Script: $Open("Screen01",-1,-1,-1,-1,0,0,"Test02")

    Screen01.SCC
    Add a Text Box with the following Tag/Expression: #MyIntAlias:iDefaultInt
    Add a Text Box with the following Tag/Expression: #MyBoolAlias:bDefaultBool
    Add a Button with the following On Down Script: $#MyBoolAlias:bDefaultBool = Not $#MyBoolAlias:bDefaultBool
  • Hi Norman,

    Thanks for your reply. the mnemonics already success created. but one things question I left. do you have sample to make it popup still appears if parent screen is closed?