Forum Replies Created
-
AuthorPosts
-
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?
MikhailModeratorThe architecture is OK.
The last image cannot be open.
MikhailModeratorIf I copy the faceplate into standalone mimic diagram it works well.
If the faceplate is embedded in another mimic the pictures shows only default image.As a recap:
– Mimic A,
– Mimic B is inserted into Mimic A using the Frame component,
– Faceplate works well when it is on Mimic A, but has issues when it is on Mimic B.Is the above correct?
MikhailModeratorHello,
What is the architecture of your solution?
MikhailModeratorHello,
Good questions, I would also be interested to hear about practical experience with DNP3.
Is the additional layer (DNP3 → OPC → Rapid SCADA) generally stable and reliable for continuous operation?
I suppose, it depends on the particular OPC server.
MikhailModeratorHi,
Are the images loaded from the external web URL? If so, it would be better to include them into the faceplate file.
MikhailModeratorCurrently, unit is displayed in a tooltip of each table item.
MikhailModeratorI’ve added the idea to the backlog.
-
AuthorPosts