Forum Replies Created
-
AuthorPosts
-
WayneS
ParticipantThanks all, Editing the format.xml in notepad++ worked 100%. I have now have some formats of 5000 characters long. I used excel and notepad to create the format and place in format.xml, then reloaded the application and downloaded it to test.
regards
Wayne
WayneS
ParticipantThank you for the replies. The dynamic drawings/collection is a good option, albeit alot of work. I will try editing the format.xml and see how it goes. This should be relatively easy as I have the values in a spreadsheet. Incidentally I have mutiple registers with different meanings/text.
regards Wayne
WayneS
ParticipantThe installer should have changed the port to 10008
See https://rapidscada.net/docs/en/latest/installation/install-windows
Also see the manual installation process- you may need to adjust IIS
HTTP port 80 is used by Default Web Site. Use another port, such as 10008, or stop Default Web Site.
WayneS
ParticipantHi Mikhail,
The project runs OK on another server (backup). If you access the app from the main server, the scheme views don’t work. If I run the project on another server the scheme views do work, so seems to be something with setup on main computer. I have removed rapid scada and reinstalled, but no difference.
WayneS
ParticipantThanks, the problem seems to be that the scheme-render.js is failing – error message says:Failed to load resource: the server responded with a status of 404 (not found).
I have reloaded rapid scada (version 6.2.1.3) but that didn’t help. The project runs OK (and scheme’s display on another computer) so I’m a little perplexed.
WayneS
ParticipantI also tried making a new project with just a simple screen with one piece of static text – it also shows up as blank.
WayneS
ParticipantHere’s a quick example Voltage in kV
WayneS
ParticipantTo use kV as unit, open units in secondary tables and add kV
-
This reply was modified 1 month, 3 weeks ago by
WayneS.
WayneS
ParticipantThanks,
Thats useful for calculating production/energy use etc in last hour where you have a running total, e.g. kWh. By string the value every hour then just before storing the new value subtracting the previous value from current total you get kWh in last hour.
regards
Wayne.
WayneS
ParticipantThanks,
That makes sense, I did wonder why it was set at >=30 seconds – will fix that.
regards
Wayne
WayneS
ParticipantHello,
That is all working well. Is it possible to make a script or formula to change two channels at the same time. Something like SetData(501,Val(500),1) and SetData(502,Val(501)-Val(500), where the order of the calculation is important.
regards
Wayne
WayneS
ParticipantThanks @manjey73,
Thanks to your help, I managed to make it work. A channel of calculated/output type with an output formula of SetData(417,Cmd,1) where 417 is the channel number works well.
cheers
WayneS
ParticipantThanks, That’s great. I will have try this 🙂
WayneS
ParticipantThank you for your reply. I have tried that wihout success. If I want to have a channel that I can set from any value from 0-100, what exactly do I put in the input/output formulas so that I can set the value from the web site. For example if I use channel 500. I can set this to a fixed value (e.g. 34) by having channel 501 output formula saying SetVal(500,34). I would like to be able to set it a range of values without having to create a channel for each value.
Of interest I note that for the channel SetVal(500,34) to work, I first need to set channel to a value by using a input formula in channel 500 with a value in it. Otherwise the SetVal(500,34) does not work, i.e. does nothing.
Thanks once again.
WayneS
ParticipantMuch relief, I found it was a poorly written script that was causing the problem. All going again now.
-
This reply was modified 1 month, 3 weeks ago by
-
AuthorPosts