Forum Replies Created
-
AuthorPosts
-
Matt3
ParticipantHi, No. I just see ScadaServerService
Kind regards
MattMatt3
ParticipantHi Mikhail
Thanks for your feedback again.
I’ve copied the SCADA files to C:\Customer1\<folders>I downloaded the 2 xml files and changed the ServiceName to “ScadaServerService-Cus1”
svc_config.xml
<?xml version=”1.0″ encoding=”utf-8″?>
<ServiceConfig>
<ServiceName>ScadaServerService-Cus1</ServiceName>
<Description></Description>
</ServiceConfig>In svc_install.bat, I added
cd /d “%~dp0″
C:\Windows\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe /servicename=”ScadaServerService-Cus1” ScadaServerSvc.exe
PauseThe install log file is
Installing assembly ‘C:\Customer1\ScadaServer\ScadaServerSvc.exe’.
Affected parameters are:
logtoconsole =
logfile = C:\Customer1\ScadaServer\ScadaServerSvc.InstallLog
assemblypath = C:\Customer1\ScadaServer\ScadaServerSvc.exe
servicename = ScadaServerService-Cus1
Installing service ScadaServerService…
Service ScadaServerService has been successfully installed.
Creating EventLog source ScadaServerService in log Application…
Committing assembly ‘C:\Customer1\ScadaServer\ScadaServerSvc.exe’.
Affected parameters are:
logtoconsole =
logfile = C:\Customer1\ScadaServer\ScadaServerSvc.InstallLog
assemblypath = C:\Customer1\ScadaServer\ScadaServerSvc.exe
servicename = ScadaServerService-Cus1However, when I run the “Task Manager” and look at the service installed, it says ScadaServerService and not ScadaServerSerice-Cus1?
Kind regards
MattMatt3
ParticipantHi Mikhail
Thank you for your feedback.
I can follow all parts except for the last 2 lines of your feedback.“(1) create svc_config.xml for each service (example), and
(2) update svc_*.bat files to have different services for different instances.”With regards to item (1), I can see the file in github but I can’t find it in the 5.8.3 download. What is it used for and how do I use it? Is this file only needed in the ScadaServer folder?
An example of how to use the above files for the installation of 2 different instances would be great.
Kind regards
MattMatt3
ParticipantMatt3
ParticipantHi Mikhail
Sorry, I still can’t get it to work. In the administrator program, I’m putting “Overview of all sites” at the top, but when I upload the configuration and view it in a browser, “Overview of all sites” is shown at the bottom of the tree. How do I configure it so that it shows at the top of the tree when browsing?
Admin (Fig1)
=====
“ID” 2Path” “Title”
1 “NewFile.sch” “\Overview of all sites”
2 “SiteA\NewFile.sch” “Option1”
3 “SiteA\NewFile.sch” “Option2”
4 “SiteB\NewFile.sch” “Option1”
5 “SiteB\NewFile.sch” “Option2”
…Browser (Fig2)
=======
SiteA
— Option1
— Option2
SiteB
— Option1
— Option2
Overview of all sitesKind regards
MattMatt3
ParticipantOk, thanks. We can install SQL Server on the machine so we will go with this option.
Also, I would like to save the current data to the database at, say 1 or x minute intervals in the format
<index> <datetime> <channel 101> <channel 102>…. <channel n>
<index> <datetime> <channel 101> <channel 102>…. <channel n>
<index> <datetime> <channel 101> <channel 102>…. <channel n>
<index> <datetime> <channel 101> <channel 102>…. <channel n>
…
…
…What is the best way to do this?
Thanks
MattMatt3
ParticipantHi Mikhail
I’ve downloaded the new version 5.8.2 and noticed a change on the page C:\SCADA\ScadaWeb\plugins\Table\js\table.js
(document.title = viewTitle + ” – ” + viewHub.getEnv().productName;)How do you recommend changing the name “Rapid SCADA” to “SCADA” on all pages that users can see?
Thanks
MattMatt3
ParticipantThanks Mikhail.
I did try that, replacing all Rapid SCADA to SCADA.
I’m using the HelloWorld example.
From the left view menu, when I click on, say Simulator, in the browser tab for a few seconds I see View – SCADA (was View – Rapid SCADA). It’s then replaced by “Simulator – Rapid SCADA”.Thanks
MattMatt3
ParticipantHi
I was missing
using Scada.Data.Tables;All working now.
Thanks
MattMatt3
ParticipantHi
I’ve managed to get an aspx page with basic controls on it to work from within Rapid SCADA. However, I’m not able to get the code blocks in the link https://rapidscada.org/integration-with-rapid-scada/ to work on my page.
Do you have sample pages showing the use of each method?
Thank you
MattMatt3
ParticipantThat worked. Thank you.
Matt3
ParticipantHi
This is the closest post that I’ve come across relating to our question.
To date, we’ve used rapid SCADA out of the box and configured the system with the built in options and functions.
However, we now have a need to add 2 custom pages, say, Page 1 and Page 2.Page 1
In this link https://rapidscada.org/integration-with-rapid-scada/ you describe getting data on to a web page. Do you have a working page sample showing how to get data when the HelloWorld example project is running. Maybe one value being read and displayed on the page using the “First Way” and another value being read and displayed using the “Second Way”.Page 2
The customer has developed an application that plots data in a specific format. The plot makes use of the Telerik Chart control. We would like to create a custom page with the Telerik Chart and to get the 1 hour data logged by Rapid SCADA.If the above pages can be part of the existing Rapid SCADA framework, that would be great. That would allow us to use the Admin tool to configure everything.
If not, we are happy to create a custom web site with the above 2 pages to show real-time data to the user and to allow then to plot their custom chart using the 1 hr data from Rapid SCADA.
Thank you
MattMatt3
ParticipantThank you. It’s working now.
In Task Manager / Services, the SCADA programs were not running.Thanks
Matt -
AuthorPosts