I have a script written in C# that makes a REST API call to collect weather data and works in a local environment. How do I integrate this script with Rapid SCADA? Specifically, I need to know where to apply it within the Admin app and how to add the results from the script as a view on the web server. Any detailed guidance or steps would be greatly appreciated.
I have created a custom driver and added it as a communication line in the Scada Admin application. I selected my custom driver in the Device Polling tab and ensured its description was displayed correctly. I uploaded the configurations but I am getting the following error in the communication line log: Error reading file [Comm]/[Log]/line003.log: File not found
A driver does not write data to input channels directly. It writes data to a tag. Communicator binds tags to channels. Data sources send tag data to Server according to the bindings. Use DrvSimulator as an example.
This reply was modified 9 months, 2 weeks ago by Mikhail.