Sending SetVal() from Schema

Forum Home Forums Understanding the Software Sending SetVal() from Schema

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #17021
    rapidscadaaks
    Participant

    Hi

    Please guide on steps for changing Channel value of a Calculated Chanel using using Rapid Scada Schema.

    For e.g. Channel 101 is a calculated channel with formula SetVal(101,1) which returns ‘0’ as the Channel Value. How to change it to 1 using Schema ?

    Thanks

    • This topic was modified 2 months, 1 week ago by Mikhail.
    #17032
    Mikhail
    Moderator

    Hi,
    Could you describe your task more common? Do you need a channel that is changed manually?

    #17037
    rapidscadaaks
    Participant

    Hi Mikhail

    I actually have 2 tasks :

    1. First is when sending command to a device using output channel to change colout of LED in Schema
    2. Second is to enter value of a calculated / input using Schema. Since this cannot be done directly, value for the input channel is to be updated to a output channel which is not connected to any device which in turn updates an input / calculated channel.

    I hope my above explanation is adequate

    Thanks

    #17050
    Mikhail
    Moderator

    Hi,
    Try creating a channel of the Calculated/output type having an output formula SetData()
    It should help to change channel value according to user input.

    #17057
    rapidscadaaks
    Participant

    Hi Mikhail,

    This works.

    Thanks for the help.

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