manjey73

Forum Replies Created

Viewing 15 posts - 196 through 210 (of 856 total)
  • Author
    Posts
  • in reply to: power of ten #15705
    manjey73
    Participant

    Cnl*Math.Pow(10, Val(xx))

    where xx is the channel number where the degree is stored. I’m not sure that’s the right way to do it.
    And will the formula engine accept this expression

    in reply to: power of ten #15700
    manjey73
    Participant

    Actually, what do you dislike about Cnl*Val(xxx) or Cnl/Val(xxx) and already calculations will be performed in the xxx channel

    in reply to: power of ten #15699
    manjey73
    Participant

    Is this an automatic parameter coming to another channel? Or should you change it yourself in the settlement channel, depending on the situation?

    in reply to: power of ten #15697
    manjey73
    Participant

    In the input formula, write Cnl/100

    Documentation – Scripts and Formulas

    in reply to: Sending MQTT commands #15687
    manjey73
    Participant

    https://postimg.cc/cKqCQpCn – Here you send a command with the numeric code 0, in the Code line you have the command text, not the channel tag code with the command

    in reply to: Modbus Data error #15676
    manjey73
    Participant

    Check that you do not need to arrive at address 1. Address settings start from 0 or start from 1. Disable all registers except the first one.
    Make sure that you need the name Input Registers and not Holding Registers

    If the device is responding, it means there is some kind of error in choosing the address or other registers are needed.

    in reply to: Modbus Data error #15667
    manjey73
    Participant

    You have different IP addresses, why don’t you create different communication lines?
    Show the settings of the communication line itself in the Communicator

    in reply to: Modbus Data error #15663
    manjey73
    Participant

    Do you have both devices on the same line?
    How are your devices connected? are they both with Ethernet?

    in reply to: install Plugin #15630
    manjey73
    Participant

    You need to put the necessary configuration files in your project, which you then transfer to the Server. You can do this manually by finding the project folder.

    in reply to: install Plugin #15629
    manjey73
    Participant
    in reply to: install Plugin #15627
    manjey73
    Participant

    I’m telling you. You have copied all the plugin files according to the folders.
    Then open your project and Download the Configuration.
    The necessary settings files will be uploaded to the project.

    If you try to transfer the server Configuration, since you do not have the settings files yet, they will be deleted on the production server, regardless of whether you are working with the project on the same PC or on a remote one.

    • This reply was modified 10 months, 3 weeks ago by manjey73.
    in reply to: install Plugin #15626
    manjey73
    Participant

    Probably this file is not in the project – the Project folder for example HelloWord

    in reply to: Map Plugin not success #15624
    manjey73
    Participant

    After installing any plugin, you first need to upload the Server Configuration to the project.
    This is probably why you do not have a configuration file, since you have transferred a project in which this file does not exist yet, it is only in the web part after copying the plugin.

    in reply to: install Plugin #15621
    manjey73
    Participant

    This is true for all plugins. In order for them to run, they must be copied to the runtime server and to the development server, as well as the runtime server configuration downloaded to the project.

    in reply to: install Plugin #15620
    manjey73
    Participant

    Copy the plugin to the runtime server, as well as to your PC, where you are developing. Then you open your project (not necessarily Hello World) And download the configuration from the server to the project.
    Then you add a plugin, and passes the configuration to the server. After that, you will have the opportunity to register – information about the PC key when the plugin starts on the server.

Viewing 15 posts - 196 through 210 (of 856 total)