Forum Replies Created
-
AuthorPosts
-
July 31, 2025 at 10:55 am in reply to: Auto Control Module : Multichannel Trigger between specific time #16761
Mikhail
ModeratorAlternatively, you can create a channel that can be 0 or 1 depending on the time, and use it in a multichannel trigger.
July 31, 2025 at 10:54 am in reply to: Auto Control Module : Multichannel Trigger between specific time #16760Mikhail
ModeratorHi,
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.Mikhail
Moderator🙂
Mikhail
ModeratorHi,
For example
Cnl > 100 ? 1 : 0
July 31, 2025 at 10:51 am in reply to: Error “was not in a correct format” when parsing telemetry time #16757Mikhail
ModeratorHello,
To be able to receive a timestamp, try converting the incoming data to a double encoded as OLE Automation dateMikhail
ModeratorHi,
Thank you for the update.Mikhail
ModeratorHi,
Probably, the channel type should be changed to Input.
The channel does not refer to another source channel. It receives values from Communicator.Mikhail
ModeratorHi,
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.Mikhail
ModeratorHi,
Please provide a screenshot of the error. Make sure that all prerequisites are installed.Mikhail
ModeratorHi,
You are welcome. Please send the amount by email as the payment link must contain a fixed amount.
🙂Mikhail
ModeratorTo 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.
Mikhail
ModeratorYou could try Grafana with Rapid SCADA in case of specific needs.
Mikhail
ModeratorHi,
In fixed mode, the period is specified in days. So the minimum chart interval is from 0 to 24 hours.Mikhail
ModeratorHi,
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.
Mikhail
ModeratorOK 🙂
-
AuthorPosts