Is it possible to generate a digital signal for a PLC after a .dmp file is updated? I'm currently working with a .exe that generates a shared dump file and updates it with gibberish ASCII upon finding an "endpoint." I'd like to generate some type of signal upon the completion and update of the shared dump file, and import that signal into my PLC programming language (currently CLICK software) and use that signal as an input.
The .dmp file is a "shared memory dump" located in a file folder on the PC itself. The executable writes to the dump file when it finds its "endpoint" signaling the process of the executable has completed. The PC and the PLC would be connected via an Ethernet cable.
Is it possible to write a program that has the ability to "see" the dump file has been updated and send a signal to the PLC? For instance, if the PLC program was written in ladder logic and downloaded to the PLC, and there was no Ethernet connection between the PLC and PC, could a .exe be programmed to send a digital signal that the PLC could recognize as an input?