Forum Replies Created
-
AuthorPosts
-
October 24, 2022 at 10:00 am in reply to: Where are those goodies (comm status, toggle comm line cmd) in v6 Channel setup #11358
MikhailModeratorDevice status can be bound to a channel.
Set the channel’s tag code to Status
It is possible to start and stop communication lines using commands from Server.
The following tag codes are supported:
App.Comm.StartLine
App.Comm.StopLine
App.Comm.RestartLine
App.Comm.StartAllLines
App.Comm.StopAllLines
App.Comm.PollDeviceCommand value may contain line number or device number if needed.
Tag codes are listed here.
MikhailModeratorHello,
It’s possible, but more tricky. Check the averaging formulas.October 24, 2022 at 9:54 am in reply to: Digital Counter and calculate elapsed time for a channel in certain state #11356
MikhailModeratorHello,
The only way to get the server to accept it is to delete certain conditions but it still doesn’t work,
The formula suggested above differs from the formula you posted. Try the original one. In case of errors, provide the error information.
MikhailModeratorDid you tested it on iPhone and Android, both?
If you do a pull request to the scada-v6 repository, I would keep it open for possible future use.
MikhailModeratorI’m not sure that Bootstrap is a good choice for schemes, because it is may be too heavy for schemes that contains thousands components.
MikhailModeratorHello,
I suggest to install Rapid SCADA 6 Beta and use it with conjunction with InfluxDB. There are the options to store data as fast as possible.
MikhailModeratorWhat modifications are needed for PWA?
MikhailModeratorHello,
Thank you. Will check it later when work on schemes.
MikhailModeratorHello,
Formula of the channel 532 refers itself.
MikhailModeratorIt’s good if you can create a simple example web plugin in the community repository for us
One of the planned plugins is a Module Repository Plugin. When this plugin will be created, it can be a good simple example.
About PWA, I’ll push my local changes to github
Is it possible to pull it to scada-community repository? I would merge it there.
October 19, 2022 at 7:31 am in reply to: Notification plug in (trial key vs paid registration key) #11317
MikhailModeratorHello,
I’ve written this idea to be implemented in version 6. Thank you.
MikhailModeratorDo you already successfully configured Modbus master device?
If so, specify its number in the Data source device field of the slave device, and provide the same Modbus template.
MikhailModeratorHi,
Do you need to take values from another device connected to Rapid SCADA?
If so, choose a configuration approach:
Approach 1
Do not create input channels for Modbus Slave device.
Just specify “Data source device” in the device properties. This is a number of the device that collects data from real equipment.
Modbus template tags must match the source device channels. It’s handy if you translate a Modbus master device to Modbus Slave.Approach 2
Use the channels for JAZZ SLAVE you already created.
Set channel formula, for example,Val(101); Stat(101)
where 101 is the source channel number.Note: we plan to simplify the driver settings in the future.
-
This reply was modified 3 years, 8 months ago by
Mikhail.
MikhailModerator– Partial PWA support
I suppose, it is useful. We should continue discussion in this topic. Important questions if PWA supports fullscreen mode and multiple screens.
If you could add PWA features to https://github.com/RapidScada/scada-community , we should confirm what directory of the repository to use. For now, it’s better to use the scada-community repo to have more freedom for experiments.– OS info on about page
– User agent info on user profileProbably, such information may be useful for engineers who maintain the system, not for operators. User agent has no relation with user profile, because it does not depend on a user logged in, so it should be on another page.
In my vision, it could be a new plugin, called may be “System Info Plugin”, that shows OS version, browser, web app log, memory and CPU usage and other useful things.
MikhailModeratorHello,
May I know if the version 6 (six) will be the official release by end of the year?
Yes, we plan to release it this year. The official release will be very close to the current beta version.
-
This reply was modified 3 years, 8 months ago by
-
AuthorPosts