On – Off Value Changes

Forum Home Forums Understanding the Software On – Off Value Changes

Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4057
    Gonederra
    Participant

    Hello,

    I’ve got a problema configuring RapidScada for a TCP-IP protocol. The thing is, that if I want to turn on the device I need the value 0x08h in a certain address, while if I want it off, I need 0x04h.

    Is there any way to change the Off-On command that comes preinstallated in the system so off means 4 and on means 8 (I don’t have any problems on the address colocation), or do I need to create any new commands? If so, how is it possible to do it?

    Thanks.

    #4060
    Mikhail
    Moderator

    Is there any way to change the Off-On command that comes preinstallated in the system so off means 4 and on means 8

    Hi,
    Yes, just use a formula for an output channel. For example: Cmd <= 0 ? 4 : 8

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