WayneS

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 19 total)
  • Author
    Posts
  • in reply to: Format – greater than 1000 characters #16945
    WayneS
    Participant

    Thanks 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

    in reply to: Format – greater than 1000 characters #16944
    WayneS
    Participant

    Thank 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

    in reply to: Localhost:10008 Not Working #16932
    WayneS
    Participant

    The 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.

    in reply to: scheme views showing blank #16842
    WayneS
    Participant

    Hi Mikhail,

    screenshot

    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.

    in reply to: scheme views showing blank #16831
    WayneS
    Participant

    Thanks, 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.

    in reply to: scheme views showing blank #16820
    WayneS
    Participant

    I also tried making a new project with just a simple screen with one piece of static text – it also shows up as blank.

    in reply to: Unit prefix #16705
    WayneS
    Participant

    Here’s a quick example Voltage in kV

    in reply to: Unit prefix #16703
    WayneS
    Participant

    To use kV as unit, open units in secondary tables and add kV

    • This reply was modified 1 month, 3 weeks ago by WayneS.
    in reply to: Using Internal variables/channels #16675
    WayneS
    Participant

    Thanks,

    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.

    in reply to: HourStarted() doesn’t evaluate to true #16665
    WayneS
    Participant

    Thanks,

    That makes sense, I did wonder why it was set at >=30 seconds – will fix that.

    regards

    Wayne

    in reply to: Using Internal variables/channels #16658
    WayneS
    Participant

    Hello,

    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

    in reply to: Using Internal variables/channels #16652
    WayneS
    Participant

    Thanks @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

    in reply to: Using Internal variables/channels #16651
    WayneS
    Participant

    Thanks, That’s great. I will have try this 🙂

    in reply to: Using Internal variables/channels #16645
    WayneS
    Participant

    Thank 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.

    in reply to: Unable to start Comminication #16588
    WayneS
    Participant

    Much relief, I found it was a poorly written script that was causing the problem. All going again now.

Viewing 15 posts - 1 through 15 (of 19 total)