Forum Replies Created
-
AuthorPosts
-
July 31, 2025 at 10:54 am in reply to: Auto Control Module : Multichannel Trigger between specific time #16760
MikhailModeratorHi,
The idea of implementing that is to cancel commands if they are sent outside of the allowed period.
A trigger should send commands to the channel. In the channel use the output formula that check time period. To reject a command, return null or double.NaN from the formula.
MikhailModerator🙂
MikhailModeratorHi,
For example
Cnl > 100 ? 1 : 0July 31, 2025 at 10:51 am in reply to: Error “was not in a correct format” when parsing telemetry time #16757
MikhailModeratorHello,
To be able to receive a timestamp, try converting the incoming data to a double encoded as OLE Automation date
MikhailModeratorHi,
Thank you for the update.
MikhailModeratorHi,
Probably, the channel type should be changed to Input.
The channel does not refer to another source channel. It receives values from Communicator.
MikhailModeratorHi,
I recommend to upgrade Rapid SCADA and the module to the latest versions. When you download the distributive from our website at one time, the application and module versions are compatible.
MikhailModeratorHi,
Please provide a screenshot of the error. Make sure that all prerequisites are installed.
MikhailModeratorHi,
You are welcome. Please send the amount by email as the payment link must contain a fixed amount.
🙂
MikhailModeratorTo clarify: you mean to define 2 device pollings, first for data and second for this log events. Second one should poll only for command?
That’s right.
MikhailModeratorYou could try Grafana with Rapid SCADA in case of specific needs.
MikhailModeratorHi,
In fixed mode, the period is specified in days. So the minimum chart interval is from 0 to 24 hours.
MikhailModeratorHi,
I have created a support ticket with the manufacturer and await their response.
I suppose, the manufacturer should somehow comment the situation. Please notify us about the result.
MikhailModeratorOK 🙂
July 24, 2025 at 9:46 am in reply to: Under what circumstances will all channel data be cleared? #16711
MikhailModeratorHello,
Channel data is cleared if no new data comes, or when it’s set to an empty data. -
AuthorPosts