Formul

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #15906
    Hcinarli
    Participant

    I read the value from my Modbus device and the incoming value is 5 as an example, but I want to show in the table editor 0.5 by writing a formula, for example (105)/10 division, but this time the data comes 0. What should I do to get it as 0.5 Thanks.

    #15907
    manjey73
    Participant

    If this is the input channel from the device, you need to use Cnl/10

    Cnl, CnlVal double Channel value transmitted to Server before the calculation

    Script documentation

    #15909
    Hcinarli
    Participant

    Thanks solved, but I want to show the incoming data without commas. I tried D. and General formats but it didn’t work.

    Incoming data 6,535,365

    I want to show 6535365

    #15910
    manjey73
    Participant

    Commas are most likely a number separator display format related to the OS regional settings.

    #15921
    Mikhail
    Moderator

    Separators depend on the culture that is set in the Administrator application.

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