Forum Replies Created
-
AuthorPosts
-
grhsc
ParticipantI also have a question with the format change.
The current default table has time in the first row and parameters in the first column. Can it be transposed, that is, the first row is the parameter and the first column is the time?The reason for this question is that I only have 10 parameters, but I need one minute of data (all day). If I use the current default table format, there will be 1440 columns and 10 rows. This table is weird and not easy to read.
thank you
grhsc
Participantby the way, I would like to provide suggestions on this topic.
The current method of creating two channels is a compromise. It requires saving these two meaningless channel values in the database. If many variables need max/min and have different ranges, this should not be a good method.Since high and low are already defined in limit, can you add a setting in the parameter file of chartPro to display/enable high and low limit values? Would this be a good idea?
https://drive.google.com/file/d/1LvIvNQ8oYfkXLEKgl1ETJqWX0aqrcK6N/view?usp=drive_link
grhsc
ParticipantI can create 2 channels of the Calculated/Output type in the Channels table, but I don’t know how to set their values to constants (such as voltage max = 400V and min = 320V
https://drive.google.com/file/d/14FRlbuHy8oGxh-WBX2e3ogpGmoZC3wHA/view?usp=drive_link
Also, I can’t specify numbers in the Limits table, I can only specify what I set in the limits tab
https://drive.google.com/file/d/1xe5QxEZ95yp3YXbzdZkE2pBj9TzH146L/view?usp=drive_link
I think I must have made a mistake somewhere.
grhsc
ParticipantI don’t quite understand what you mean “ create 2 extra channels”
Do I need to create it in the channels menu or in limits?
I remember that the contents of channels are all from the real communicator, and I don’t quite know how to create extra channelsCan you give me more guidance please?
-
This reply was modified 1 year, 2 months ago by
grhsc.
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.
-
This reply was modified 1 year, 2 months ago by
-
AuthorPosts