Edit text on scheme

Forum Home Forums Understanding the Software Edit text on scheme

Tagged: 

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

    Hi Mikhai,
    I have a problem with the scheme. Specifically, I want to setup so that the user can EDIT the text on the scheme. (The purpose of the edit is to set the maximum and minimum value alarms for the temperature).
    However, I don’t see any text components that allow the user to edit. Can you help me?

    #9739
    Mikhail
    Moderator

    Hi,

    You should create an output channel in the configuration database, and add a button on a scheme. When a user clicks the button, a popup displayed to enter a new value.

    In the formula of output channel, you can set a value of input channel:
    SetVal(101, Cmd)
    where 101 is the input channel number.

    #9740
    hieu.pt2705
    Participant

    Hi,
    I tried as you instructed, but I have the problem again. The value that I set to the output but see no change as shown, in this image: https://husteduvn-my.sharepoint.com/:f:/g/personal/hieu_pt173873_sis_hust_edu_vn/EqSZ1PXwsiVPtKMAvLQH5WIBF7OMtulKt5VWhuHDemVtLw

    #9743
    Mikhail
    Moderator

    Hi,

    You should choose:
    1. Send command to the OPC server.
    Disable the formula of the output channel.

    2. Write value directly to the input channel.
    Change input channel type to the Calculated real and set the Signal field to blank.

    The settings depends on the choice. If you work with OPC, probably the 2nd option is better.

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