Forum Replies Created
-
AuthorPosts
-
MikhailModerator> The last event is under 0x1000, the pass under 0x1008, and so on.
After the last event is read by the driver, is the previous event moved to the address 0x1000?
If so, it’s possible to use the existing driver.
If not, you need to develop a driver based on the existing. For example, I had to develop a driver (named S2000-PP) in similar situation.
MikhailModerator> Is it possible to create a channel which is not linked to real world IO
Yes.> or alternatively to create mutiple channels linked to the same IO.
Only one channel can get data from a data tag of Communicator. Other similar channels should take data of the 1st channel using the formulaData(1)
MikhailModeratorThe 1st active current data archive is Cur. If you deactivate it, current data will be read from the archive, having the code CurCopy.
MikhailModeratorAutomatic Control Module sends commands to a device. Commands can be for writing a register, and for polling a device.
MikhailModeratorHistorical file is created when a data point with the corresponding timestamp received by Server. UTC time is used. If you time zone is UTC+9, it’s correct.
MikhailModerator> Is the any method to alter the default shorttime format of zh-CN globally (system / scada level).
I suppose, it’s hardcoded somewhere in .NET framework.
MikhailModeratorThe event address must be in the range 0x1000 <= Register <= 0x13FF, where register 0x1000 contains the most recent even
Is it possible to read only the most recent event as many times as it exists instead of polling different addresses?
MikhailModeratorEvents in terms of Rapid SCADA can be generated with Automatic Control Module.
MikhailModeratorHello,
Likely, it’s possible to send the required requests using the existing Modbus Driver. But the driver parses the received packets as current data. Do you think, it can be OK for your task? If so, you could try, and I can help. Otherwise, a custom driver (based on the existing one) may be needed.
-
This reply was modified 9 months, 1 week ago by
Mikhail.
MikhailModeratorWhat device do you use to run Rapid SCADA?
MikhailModeratorTry enabling writing to log in the archive options. It will create a separate log file ModArcBasic_Min.log. Then check the log file for errors.
Did some files disappear or they never been created?
MikhailModerator
MikhailModeratorIf the driver is ready, add it to Store 🙂
June 30, 2025 at 11:17 am in reply to: Where are those goodies (comm status, toggle comm line cmd) in v6 Channel setup #16536
MikhailModeratorHello,
Just create channels of the Output type with the above tag codes. Then send commands to the created channels from the web interface or by Automatic Control Module.
In case of possible issues, please provide screenshots.
MikhailModeratorI suppose, the following should work:
In the Formats table, find the row with ID=33. Set the Format field of that row to HH:mm:ss. Use the format with ID=33 for the channel.
Does it work? If no, I can research by debugging. -
This reply was modified 9 months, 1 week ago by
-
AuthorPosts