Hello everyone:
I have been working on my logic for a while, and the team I am working with would like to test it on our scaled down test-setup soon. Before we go ahead and do that, I need to figure out something.
As a condition of the system being OK, "power availability" of the input and output devices is required. However, these devices (pressure probe, magnetic pickup probe, ...) don't actually have an additional signal which would tell the PLC that they are sending info, they just simply send information (i.e. voltage spikes for the RPM probe).
So, what I did (and this approach is completely unverified, since it just seems to make sense), I set the Local:1:0:0 Status (instead of Data) as XIO.
Will that work with the PLC, or am I just completely messing up my logic?? Will I essentially have to just take the input values the PLC is receiving, and if they are greater than 0 (for example) say that the devices have power?
Thanks a lot for any help! Jan