Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHi,
If an external web page is open in a frame, we don’t have access to its title, because of browser security. Therefore URL is displayed.
MikhailModeratorTry to configure DrvHttpNotif according to the provider requirements.
CURLOPT_POSTFIELDS probably should be specified on the request body.
MikhailModeratorCan the phone number of the recipient and the content of the message to be sent be changed?
Yes. When command is send by Automatic Control module, the phone number is taken from the address book, and the text can contain variables.
MikhailModeratorHello,
Do you mean alarms and events or log files *.log?
MikhailModeratorHello,
How the system should define what user should be selected as a recipient for an alarm?
MikhailModeratorHello,
What culture name is set in the Administrator application?
Changing language affects user interface. Logs remain in English.
MikhailModeratorHello,
Please check the license terms here.> This machine code should be generated for the Linux server, correct?
Yes. Try trial keys before purchase.
MikhailModeratorLikely, mail server’s host and port are specified incorrectly.
MikhailModerator> How is it done on a file like this one for ex. ?
Open the file in Notepad, add a new line and save. The driver should read new data.> What data is read repeatedly for TagA in Demo mode ?
Data from the CSV file is read cyclically according the timestamps. If DemoPeriod=OneHour, you should fill the file for the entire hour.-
This reply was modified 1 year, 7 months ago by
Mikhail.
MikhailModeratorDemo mode always use the same data. Therefore, you need Real time mode. Seconds don’t need to match exactly. Data considered up to date for 1 minute.
MikhailModeratorTry DrvHttpNotif driver. It can send any HTTP request. Search the forum for configuration examples.
Automatic Control Module is needed to send SMS automatically according to conditions.
MikhailModeratorHi Dave,
It’s possible to delete an archive file. Look for
SCADA\Archive\Min and
SCADA\Archive\Hour folders.
There are subfolders for each date.The better solution would be developing of the utility application that allows to export data to CSV, edit data, and upload back to archive. I hope we will create such app in the future.
MikhailModeratorWhen you use channels of string type, despite the archive type like *.dat, InfluxDB or PostgreSQL, channel data are stored as doubles. To get the string from double, it should be decoded.
I can help you to create and debug the formula, but I will not do it by myself.June 3, 2024 at 7:58 am in reply to: KepwareEx rejects with error “Certificate doesn’t meet … requirement” #14612
MikhailModeratorYou should add DrvOpcUa.Logic.xml into the Rapid SCADA project, edit the file as needed, and upload the project for execution.
What parameter in DrvOpcUa.*.xml should be updated to fix the connection issue?
MikhailModeratorFor example, switch to RealTime mode and add a new record to the CSV file with the current time.
-
This reply was modified 1 year, 7 months ago by
-
AuthorPosts