heliodor

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Slider control for user interaction #3290
    heliodor
    Participant

    …or is there any example of preparing something interactive like that?

    in reply to: BInary commands for Modbus #3277
    heliodor
    Participant

    I found the answer by try-and-error:
    For binary commands the data type expected is byte[], so for the example I needed this C# Formula is good:

    new byte[] {0, 0, 0, 2, 0, 0, 0, 0xFF, 0, 0xFE }

    in reply to: BInary commands for Modbus #3275
    heliodor
    Participant

    Thanks, but if I want to send a longer binary string, what should be the syntax?

    Example: it works fine if I use binary Hexadecimal command in the Communicator, command being “00000002000000FF00FE”. How can I put such a long constant to a formula?

Viewing 3 posts - 1 through 3 (of 3 total)