Forum Replies Created
-
AuthorPosts
-
manjey73
ParticipantCnl*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 expressionmanjey73
ParticipantActually, what do you dislike about Cnl*Val(xxx) or Cnl/Val(xxx) and already calculations will be performed in the xxx channel
manjey73
ParticipantIs this an automatic parameter coming to another channel? Or should you change it yourself in the settlement channel, depending on the situation?
manjey73
ParticipantIn the input formula, write Cnl/100
manjey73
Participanthttps://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
manjey73
ParticipantCheck 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 RegistersIf the device is responding, it means there is some kind of error in choosing the address or other registers are needed.
manjey73
ParticipantYou have different IP addresses, why don’t you create different communication lines?
Show the settings of the communication line itself in the Communicatormanjey73
ParticipantDo you have both devices on the same line?
How are your devices connected? are they both with Ethernet?manjey73
ParticipantYou 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.
manjey73
Participantmanjey73
ParticipantI’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.
manjey73
ParticipantProbably this file is not in the project – the Project folder for example HelloWord
manjey73
ParticipantAfter 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.manjey73
ParticipantThis 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.
manjey73
ParticipantCopy 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. -
This reply was modified 10 months, 3 weeks ago by
-
AuthorPosts