Forum Replies Created
-
AuthorPosts
-
grhsc
ParticipantDear developer, please don’t answer the following question. My configuration file is wrong. I found my mistake according to the previous article.
I just want to know how many Y axes can be used at most
—————————————-
but it’s a little old and I don’t know if it applies to V6. I tried to follow its steps but it didn’t work. Can you help me figure out where the problem is?—-
July 15, 2024 at 8:36 am in reply to: “Service control command failed” When uploading configuration #14930grhsc
Participanthi, I also mentioned the same issue, see here
https://forum.rapidscada.org/?topic=error-message-when-uploading-project-files#post-14929
grhsc
ParticipantYou mentioned “increasing the timeout”,is this time to be modified?
https://drive.google.com/file/d/1h9XqzVmhsHJunIO4HScTGxSUQane_uKz/view?usp=drive_link
grhsc
ParticipantIn the third screenshot above, whether I check Sec10 or not, the data is only archived for 1 minute in chartpro, and there will be no 10-second archive
grhsc
ParticipantSorry to bother again, I followed your steps to configure, but there is still only 1 minute of archived data in chartPro, could you help me see what’s wrong
https://drive.google.com/file/d/19XFJ-2QVIYCFLo7PniUNsrUYxIQ9kQhJ/view?usp=drive_link
https://drive.google.com/file/d/1_jKuPN8F-Lae1BzIl26NFx0j4ThaBMNw/view?usp=drive_link
https://drive.google.com/file/d/18Lyj3UYBos619GogGqK2LYyZ4Y5WpD1-/view?usp=drive_link
grhsc
ParticipantThanks for the clarification and security guidance!
grhsc
Participantassign archives to the channels.
– I’m not sure about this step, could you give me further guidance?
When I create several archives, how do I associate channels with archives?January 6, 2024 at 6:10 am in reply to: Use logical judgment to calculate equipment working time #13895grhsc
Participantthank you, it works
December 27, 2023 at 4:18 am in reply to: Use logical judgment to calculate equipment working time #13872grhsc
ParticipantI tried some based on the answers on the forum and it seems like this
Val(100)>5.0?Val(108)+1:Val(108)
but not correct
When my data (108)type is int, the data only shows 1 and 0
When the data type is double, its cumulative value is very strange, probably 9 or 10 each time.December 26, 2023 at 10:36 am in reply to: Use logical judgment to calculate equipment working time #13871grhsc
ParticipantHi Mikhail, that answer doesn’t seem relevant and I don’t understand C#’s syntax, so could you help me further?
Assume that the motor current is channel 100, and channel 108 is used to save the running status
when the current > 2, it is running, 108=1
Expressed in python , it should be like thiswhile True:
if channel100 > 2 : channel108 += 1
time.sleep(60)What should I fill in the formula box?
December 21, 2023 at 3:04 pm in reply to: Create a channel with increment per minute using the value of a variable as step #13860grhsc
ParticipantSuch formula can help to calculate power consumption by adding a current power every minute, for example.
– yes!Sorry for reopening this topic
I need this feature, but the pictures can’t be viewed, and I still don’t know how to do it.For example, channel 107 is the instantaneous value of motor power, such as 100kw/h, and it keeps changing.
If it samples every minute, I want to use 107/60 minutes and accumulate, the power consumption calc by minutes for 1 hour.Hope to get your help.
December 21, 2023 at 2:28 pm in reply to: Can I update sch file without using the ScadaAdmin editor? #13859grhsc
ParticipantAlso you can upload only views using the Administrator app.
– Yes, I just want to update an existing sch, not create a new one, so this method is good enough for me.It has 4 related services,
ScadaComm6, ScadaAgent6. ScadaServer6 and w3svcI hope to minimize the operation. I tested it under win. I only need to restart w3svc.
But under linx, there seems to be no such service. Which service should I restart to get new ones on the web (minimized operation)Could you help me again when you are free?
grhsc
ParticipantI have tested it and it works fine.
super perfect!
thanks againgrhsc
ParticipantAllow me to express my gratitude to you, not only for the effective and quick reply, but also for the wonderful design of rapidscada. Whenever I look forward to a feature, it has been designed.
December 5, 2023 at 7:06 am in reply to: Manually update rapidSCADA under Linux, how to prevent data files from being ove #13778grhsc
ParticipantIf I don’t copy the BaseDAT folder, does that mean (most of the) configuration won’t change?
Thank you
-
AuthorPosts