Forum Replies Created
-
AuthorPosts
-
zzz
ParticipantProjects are compatible. Project migration is not needed.
What about the data archives ?
Will a in-place dotnet binary update do ?zzz
ParticipantHi Mik, does updating from 6.1 to 6.3 require data imigration ? If so are there toolds for this ?
-
This reply was modified 1 year, 1 month ago by
zzz.
June 26, 2024 at 12:30 am in reply to: Formula for Communication Line status and Device Status #14781zzz
ParticipantPlease ignore point #2, I don’t have hourly archive enabled for them, never mind.
June 26, 2024 at 12:27 am in reply to: ScadaWeb Table view on RP4 – only Current data visible #14780zzz
ParticipantI think I got it. The resting hourly columns depends on hourly archive, without an hourly archive, they may remain empty.
If you have minutes archive enabled, click on the Channel names, the proceeding graph should have the data shown correctly though,
zzz
ParticipantMaybe try check the following:
Runnetstat -nplv4 |grep dotnet
as root, make sure port5000
is open, check $rapidscada_dir/ScadaWeb/log/ScadaWeb.log
for error if not.
Runsystemctl status nginx
, makesure its running correctly, inspectless /etc/nginx/sites-enabled
/$config_file_with_your_rapidscada_setup to confirm port 5000 has been properlyproxy_pass
ed to. If so, check/var/log/nginx/error.log
for further error info.June 25, 2024 at 11:55 am in reply to: Formula for Communication Line status and Device Status #14772zzz
ParticipantCould you check? At least on 6.1.1, setting any format (I tried, D, No-Yes, Device status, there is no Normal-Error format in this version’s config) won’t make any difference:
1. It’s always shown as On(green) Off(red) — which is usually ok, but reversed in logic for these special channels.
2. Only the
Current
col cell has values, other sharp hour cells always show--
, meanwhile, clicking on the item does show trace correctly for these hours though.zzz
ParticipantI only saw gibberish when clients competing for RTU device or RTU over TCP or via TCP gateway.
In my recent S7-1200 case, the PLC with native TCP modbus simply ignores any latter clients, as long as the previous client doesn’t disconnect. (The programmer claimed that he has DISCONNECT bits set.)
And by ignoring, I mean, sometimes, it accepts connections, but hold up the connection till you quit, sometimes it simply reject any connection. 🙁
When this happens, since I can’t monitor his PLC’s eth port traffic, I can only tell him to restart his PLC, and it suddenly starts to work again.zzz
ParticipantHi guys, Thank you for making it clear.
June 22, 2024 at 11:24 am in reply to: Formula for Communication Line status and Device Status #14747zzz
ParticipantI also tried
D
format, its the same, I realized the formats tried before don’t make any change. I guess formats are not respected forEmpty
type channels ?June 22, 2024 at 7:25 am in reply to: Formula for Communication Line status and Device Status #14744zzz
ParticipantHow do I reverse the display format as you stated ? Currently it shows Normal as Off(red), Error as On(green).
I copied, modified and assigned an Off-On format as On-Off, only reversing the On and Off in
Edit Format
, but it still show the same thing. Possible to make 1 red 0 green ?-
This reply was modified 1 year, 3 months ago by
zzz.
June 22, 2024 at 4:11 am in reply to: Formula for Communication Line status and Device Status #14743zzz
ParticipantThanks, indeed,
data type
=Empty
is the missing piece.
But it still feelsInteger
make sense. No data should have type undefined.June 21, 2024 at 2:27 am in reply to: Formula for Communication Line status and Device Status #14732zzz
ParticipantIs this behavior available in 6.1.1 ? It doesn’t seem to work. I have added four
Active
Input
channels with different dataType
(double/integer), with differentCode
(“”, “Status”) with the sameTagCode
(“Status”) and different devices (2 up 2 down), all show as ‘–‘ in tableview.
I didn’t find any place to verify the channel binding status.-
This reply was modified 1 year, 3 months ago by
zzz.
zzz
ParticipantWhat is “having stopped itself” ? Are you talking about modbus TCP/RTU, which variant? Is this an working instance with new issue or an fresh new setup ?
PS: There is option named
Poll only on command
in LineOptions>DevicePolling make sure it not ticked.-
This reply was modified 1 year, 3 months ago by
zzz.
zzz
ParticipantMake sure the channels’ archive bits have Minute Archive ticked ?
I’v never tried schematic view.-
This reply was modified 1 year, 3 months ago by
zzz.
June 17, 2024 at 9:16 am in reply to: CurData and EventData with a difference of about 2 seconds #14708zzz
ParticipantIn my case, I run RS only for sampling. You can inject data into influxdb as frequently as you like, but set a expiration period to the raw data bucket and create continuous query tasks to move aggregated data into a new bucket. Max/Min/Std/Mean/Medium, you can take one of them as the resampled data or take them all into the new data buckets.
-
This reply was modified 1 year, 3 months ago by
zzz.
-
This reply was modified 1 year, 1 month ago by
-
AuthorPosts