Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHi,
DrvSms allows commands like
+12345;message
So a phone number can stored as a channel value, and then used when generating command text. It requires some formulas.
First, try to send command to the specific phone number.
Second, try saving a phone number in a string channel and implement editing of it.
MikhailModerator> how to use data of 2 channels for returning 1 or 0
Could you provide an example as text?
MikhailModeratorHello,
Please clarify the question and the title.July 31, 2025 at 10:55 am in reply to: Auto Control Module : Multichannel Trigger between specific time #16761
MikhailModeratorAlternatively, 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 #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.
-
AuthorPosts