Forum Replies Created
-
AuthorPosts
-
MikhailModeratorCustom header will be included in the next release of Chart Pro 5.0.4.0.
MikhailModeratorHi,
KpModbusSlave.dll is going to be developed on summer 2020. In case of using Modbus master, select KpModbus.dll.
You can write to https://forum.rapidscada.ru/ if you prefer.
MikhailModeratorRead this as an introduction.
Then use the existing drivers as templates.
MikhailModeratornow I only have to eliminate the seconds.
In this case it’s better to simply use 2 text components close to each other. And “:” between them.
MikhailModeratorHi,
To display:
Create a 3rd input channel of the Calculated real type.
Use a formula for this channel. Something like EncodeDate(new DateTime(1, 1, 1, Val(101), Val(102), 0))
where 101 and 102 are the channels for hours and minutes.
Set the format of the new channel to Time.When the above works, let’s think how to set the time.
MikhailModeratorCmd and CmdVal – the both are correct and mean the same.
MikhailModeratorHi,
CmdVal * 1000 is a correct formula for an output channel. What is the issue with it?
MikhailModeratorI can’t download the zip, but I think it’s not necessary. Number of triggers doesn’t matter.
Let’s choose a one of the following ways:
1. Create as simple project as possible and find how to reproduce the problem without real devices. So I can do fix the bug on my PC.
2. Remote trobleshooting as a paid service.
MikhailModeratorNice screenshot. The configuration looks correct.
Make sure that you sent configuration to the server, and SCADA-Server was restarted after configuration changed.Do other similar triggers work or not?
Also check the channel 7239 status in the current data file.
MikhailModeratorHow does it provide data? What communication protocol is used?
MikhailModeratorHi,
Please make a screenshot of your trigger settings. And provide ModAutoControl.log
MikhailModeratorToo big packets are not reliable. If you face limits in Modbus Template Editor, this is because of the Modbus standard.
MikhailModeratorLook for additional details in Agent’s log file.
MikhailModeratorIn the profile settings, set ScadaAdmin / 12345
You can also check /opt/scada/BaseDAT/user.dat Open it in a good text editor and try to find the above login and password. It must contain them.
MikhailModeratorI found that offline app somewhere in the internet and haven’t used it any more after developing the web parser.
-
AuthorPosts