Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHi,
I suggest the step by step manual.
MikhailModeratorwhat do you mean how do i download web application settings?
Click the Download Configuration button in the Administrator app.
downloaded and have PlgSchExtraComp_Reg.xml but can’t see them in scheme editor
You don’t need this file in the editor.
MikhailModeratorHi,
This is the idea of output channel formula:
double SendHour() { return (((uint)Cmd) << 16) && (((uint)Val(111/*Minutes channel*/)) & 0x00FF); } double SendMin() { return (((uint)Cmd) & 0x00FF) && (((uint)Val(110/*Hours channel*/)) << 16); }You need 2 output channels, for hours and for minutes. Not tested.
MikhailModeratorHi,
The solution is simple – you need to download the web application settings into your project. When you upload the project, the settings on the host are overridden.December 2, 2019 at 2:15 pm in reply to: about Rapid SCADA 5.7's Minimum archive data writing period #6137
MikhailModeratorWriting period for the archive is set in ScadaServerSvcConfig.xml
You should the existing topics.
MikhailModeratorwhat I need is to be automatically sent to two different registers of a device modbus
It’s possible to send 2 registers in a one command. But in the command form, you enter only a 1 number to send. Is it a problem in your case? Or you get the values that are already present in input channels?
MikhailModeratorYou found the right solution. Definitely, Automatic Control Module is designed for the function you described.
MikhailModeratorFrom technical point of view we can’t deactivate keys that already issued.
All software which can move licenses, connects to the Internet and checks registration. Such approach would be bad for SCADA.
MikhailModeratorPerfect.
MikhailModeratorPlease check what the following links show:
http://localhost/Scada/ClientApiSvc.svc
http://localhost/Scada/ClientApiSvc.svc/GetEventsWhat .NET Framework version is installed?
MikhailModeratorHi,
Also check if the driver description is displayed well in Communicator.
Screenshots needed.
MikhailModeratorHi,
Now such button is implemented in Chart Pro.
MikhailModeratorThank you for the explanation.
In the Units table set the Sign column like that: Normal; Fault; –
You need 3 elements to make colors work. I think, we will change the behavior in the future, but now if there is only 2 elements, colors always red and green.
MikhailModeratorHi,
Is this the same physical device or 2 different devices?
You should check communication line log in Communicator and find the lines when you send a command.
MikhailModeratorHi,
If the above message contains a question, please do the following:
1. Make screenshots of the settings you already did.
2. Describe the actual behavior.
3. Describe the needed behavior. -
AuthorPosts