Forum Replies Created
-
AuthorPosts
-
MikhailModeratorWhat in ScadaServer.log?
MikhailModeratorPlease note the web.config file in ScadaWeb\plugins\Scheme also needs to be edited for HTTPS to work corectly.
The archive I mentioned above, contains all web.config files needed for the web app and plugins.
MikhailModeratorNo it doesn’t.
So the current issue is related to IIS configuring, not Rapid SCADA. I suggest watching some videos in the internet how to setup HTTPS on IIS. Also we can configure IIS for a fee.
MikhailModeratorHello,
1 input channel can contain only 8 Latin characters. You could split your order number into 2 strings and store it in 2 input channels.
We will implement long strings in the next generation of the software.
MikhailModeratorHi,
Thank you. I will check and write here.
MikhailModeratorHello,
I suggest configuring the Rapid SCADA on Windows and then upload it to Linux. You should create a new deployment profile in Administrator to connect to remote machine.
MikhailModeratorWhat in ScadaServer.log?
You should check that no other application except SCADA-Server uses TCP port 10000.
MikhailModeratorDoes https://localhost work?
MikhailModeratorIf you need to realize Excel formulas syntax, you should enter a formula in Excel and save the workbook as XML Table 2003.
MikhailModeratorHello,
The default report example contains Excel formulas that refer other cells:
<Field calcType="Formula" value="=R[-5]C-R[-5]C[1]" cellStyle="cell-tot" />Alternatively, you could try to develop formulas that calculates the required values for the input channels. And then use the result in the report.
MikhailModeratorHi,
Image pack is just a set of images. You could copy them to any location and use the images when select an image for a component property.
MikhailModeratorHi,
I think, you should open in the frame the page with fixed URL that would refresh it’s content automatically.
MikhailModeratorHi,
No. URL is fixed in Frame.
Could you provide an example why do you need this?
MikhailModeratorHello,
Now I understand what do you need to show in the report.
Elastic Report doesn’t directly cover this case.
May be you could print all values from 0:00 to 23:00, and then use Excel formulas (that can be inserted in the report) to calculate the required values.
MikhailModeratorHi,
You should look for additional error info that is written in C:\SCADA\*.log files
Each Rapid SCADA application has its own log file. -
AuthorPosts