Forum Replies Created
-
AuthorPosts
-
September 1, 2015 at 9:06 am in reply to: Rapid Scada not running on Web Browser due to 404 not found error #373
MikhailModeratorDejan, could you check the version of .NET that is used by the application pool of your web application?
September 1, 2015 at 8:56 am in reply to: Rapid Scada not running on Web Browser due to 404 not found error #372
MikhailModeratorHi,
What version of NET Framework is written in the bottom of the error page?
What version of Windows do you use?
MikhailModeratorPlease, write more info.
MikhailModeratorhttp://server_name/scada
http://192.168.1.10/scada
where 192.168.1.10 is server IP
Make sure that port 80 is allowed by the server firewall.
MikhailModeratorThanks! I’ve got it.
Channel status describes quality of the channel value.
All statuses are containded in “Event Types” table. You can add your own status.
After “;” you can put a statement that calculates status. Status is integer.
For example, Cnl;Cnl > 0 ? 1 : 11
MikhailModeratorHi,
We are going to get rid of Silverlisght and use HTML5 + Javascript.
I hope within a 3-5 month.
MikhailModeratorHi,
1. Create the appropriate output channel using SCADA-Administrator
2. Open SCADA-Scheme Editor, create an element, choose “Send Command” action for the element and fill “Output channel” property of the element.When you click the element, a command window will appear.
MikhailModeratorMost likely, communication line number and device number in the configuration database aren’t matched communication line number and device number in SCADA-Communicator.
August 31, 2015 at 8:00 am in reply to: Rapid Scada not running on Web Browser due to 404 not found error #347
MikhailModeratorYou can create it manually as described in manual_setup_en.pdf
Skip the 3rd step, because the files have been already copied.
MikhailModeratorHi,
SCADA-Scheme gets the result of calculation. It doesn’t need to know the formula in the configuration database.
Yes, you can define calculation of formula status after “;”, but I’m not sure that you really need it in your case. What is displayed in SCADA-Scheme? What is the status of 110th channel?
For example, the formula “1.5;1” always returns value=1.5 and status=1.I haven’t received e-mail from you. Could you send it again, please?
August 31, 2015 at 7:46 am in reply to: Rapid Scada not running on Web Browser due to 404 not found error #343
MikhailModeratorDear Savan,
Please check the following:
1. Does directory C:\SCADA\ScadaWeb exist? It is a physical path of the web application.
2. Open IIS Manager
Control Panel -> System and Security -> Administrative Tools -> Internet Information Services (IIS) Manager
and check if Scada application exists in the Default Web Site.
MikhailModeratorHi,
If you click a device node in SCADA-Communicator, there should be your channel numbers in the grid in “Device Data” page. Are they displayed?If not, probably you need to open SCADA-Administrator, click “Pass to SCADA-Server” toolbar button and restart SCADA-Server and SCADA-Communicator services.
MikhailModeratorAccording to this inputs How do I set up a relation between this input channel ? with the 3rd channel of calculated?
Do the following:
1. Create new channel of type “Calculated real”.
2. Tick “Formula used” field.
3. Input the formula: Val(401) <= 0.0 && Val(402) >= 1.0 ? 1.0 : 0.0If you interested with my changes in the project, I can send you the solutions. After you anayze (if you wish) i can publish..
Yes, send to me, please.
added the turkish language files
I’d like to publish them in rapidscada.org Are they compartible with the original version of Rapid SCADA?
I moved the solutions Vs2015 and added the turkish language files.
After Vs2015 I changed something on the Wcf project and update the service reference.Could you write more information?
MikhailModeratorHi,
I’m very glad that you gained the goal.
If I correctly understood your needs about two positioned relay, you can create the 3rd channel of the type “Calculated real” or “Calculated discrete” that will depend on the input_channel_0 and the input_channel_1. Then use the 3rd channel in a dynamicpicture.Have you published your version of Scheme and Editor applications? It’s very intersting to try them.
MikhailModeratorDear Bret,
Have you successfully received data from the meter?
8 byte doubles are now supported. -
AuthorPosts