Forum Replies Created
-
AuthorPosts
-
MikhailModerator0xBADD is displayed by the parser in the same order as transferred.
https://ibb.co/tpS0C1Zm
https://ibb.co/v7fyV3SI’ll check the details and come back.
Thank you for noticing.-
This reply was modified 2 weeks, 2 days ago by
Mikhail.
MikhailModeratorIn the above config the EnableFileCommands parameter is true.
So you should see commands in ScadaComm.log
MikhailModeratorMake sure that file commands are enabled in the Communicator options.
MikhailModeratorHi,
If you mean commands sent from the Administrator application, you should find them in ScadaComm.log
MikhailModeratorRapid SCADA 6.4.7 has been released.
– Communicator API has been updated. Backward compatibility is maintained. Existing drivers do not need to be rebuilt.
– New RS Client Driver for interacting with another Rapid SCADA instance. Useful for publishing calculated channels via an OPC UA server.
– New Redundancy Selector Driver included in the Enterprise edition. This driver selects tag values from one of two devices.
– Fixed bugs in new mimic diagrams.
MikhailModeratorHi,
If you find a bug, please provide the structured info:
– Testing example
– Expected result of the Modbus parser
– Actual result provided by the Modbus parser
MikhailModeratorHi,
Then check ScadaComm.log if a command registered there or not.
MikhailModeratorHi,
1. Remove the channel number from the component data binding, and open a chart by a JS command that can be set as an action. An action script would be
function (args) { args.renderContext.viewHub.features.chart.show(101); }2. Or create a custom binding for the text property with an empty channel.
MikhailModeratorHi,
You should check all steps how a command is transferred.
Check ScadaServer.log, then ScadaComm.log, then the communication line log.
Log files provide additional details that can help to resolve the issue.There is also a GUI client.
Does the driver need to implement a specific command handling interface or method to receive commands?
Is it your own custom driver or some of the existing drivers?
MikhailModeratorwine [file path]/ScadaAdmin.exe
is enough to run the app. It was tested on Ubuntu.
However, wine may need setup.Alternatively, you could try the web app created by @jurasskpark
Link 1
Link 2
MikhailModeratorHello,
Yes. Please check this topic.
MikhailModeratorHello,
I suggest:
1. Press F12 in the web browser to open the developer tools.
2. Check the error details in the console tab. What is the error?
MikhailModeratorThe highlighted value is too big. Use a value from 0 to 1000.
MikhailModeratorHello,
The file shows in the list of views but when hovering over it there is a red circle with a line through.
It means that the view type is not recognized by the web application.
Could you provide screenshots of the related settings?
In ScadaWeb.log, make sure that PlgDashboard is loaded after the web app starts.
MikhailModeratorHi,
New mimics should do that in a straightforward manner. Do you have any issues?
-
This reply was modified 2 weeks, 2 days ago by
-
AuthorPosts