Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHello Steven,
Error Connecting to SCADA-server: No connection could be made because the target machine actively refused it 192.168.10.111:10000
This error is usually caused when firewall of the server machine blocks incoming connections to the port 10000.
I strongly suggest to move from classic OPC DA to modern OPC UA. It works much better in network environment.
May 12, 2021 at 2:04 pm in reply to: Which code of RF transmitter 315MHz can Rapid Scada send to RF Receiver? #8938
MikhailModeratorHello,
It’s better if you draw a diagram of the system, and show which communication protocols are used on different architecture levels.
MikhailModeratorHi,
1. Set Signal to blank
2. Update the formula to GetBit(Val(1001), 0); GetBit(Val(1001), 0) > 0 ? 116 : 115
MikhailModerator@q383186554, your developments are quite interesting.
When you create a production version, let the people know about that.
MikhailModeratorHi,
will the V6 version save current data per second?
It will write data to archives with any period.
I have a new idea about the scheme editor. the web station does not have self-adapting in different screens on different DPI. do you have a plan to solve that?
It is not a scheme approach. I would call it dashboards. The existing Dashboard plugin also uses Bootstrap. Welcome the creation of different types of views.
May 11, 2021 at 12:52 pm in reply to: Which code of RF transmitter 315MHz can Rapid Scada send to RF Receiver? #8931
MikhailModeratorHello,
Is the transmitter manual available?
MikhailModeratorHi,
The formula is incorrect. Could you provide a screenshot of all properties of this channel?
MikhailModeratorInternet Explorer is not supported. You should use modern browsers like Chrome, Firefox or Edge.
MikhailModeratorHi,
The mentioned drivers and modules are very useful. That’s great!
Are documentation or videos available?
Do you have plans to spread the modules?
MikhailModeratorHi,
May be events are created but not displayed. Did you click “All Events” button of the events table?
Also you should open the archive files in Administrator and check if events presented or not.If you change language to English, open channel properties form, and make a screenshot of all channel properties, it would help.
MikhailModeratorYou also could watch this video about OPC UA configuring.
MikhailModeratorHi,
Please provide more details of you task.
OPC DA and OPC UA are supported by different Rapid SCADA drivers, and they are configured differently.
MikhailModeratorHi,
Does raspbian differ from Ubuntu in the process?
If you mean the process of Rapid SCADA installation, it’s similar.
MikhailModeratorHi,
Align feature will be added, because it’s really needed.
Thank you for additional notification about that.May 9, 2021 at 9:14 am in reply to: Which code of RF transmitter 315MHz can Rapid Scada send to RF Receiver? #8896
MikhailModeratorHello,
You need:
1. Specification of the communication protocol between computer and the transmitter.
2. Develop a driver (.NET assembly, C# language) that implements that communication protocol. -
AuthorPosts