Inspecting output conditions

atomtm

Member
Join Date
Jun 2014
Location
Germany
Posts
130
Hello everyone !

Having multiple conditions for one output , how can I monitor which one of them triggers the output? I am referring to inputs that might be triggered randomly and very fast.

One way would be to have counters for these inputs and look up for them ,but this would mean that I have to reprogram the PLC and upload the new program.

I would like to know if there is a tool for this kind of inspection that I can program on the fly . I am using Schneider Unity Pro XL 10.


Let me know if you need more info on my problem.



Thank you in advance !
 
Memory latches.
I also had a colleague of mine that created a function to log certain number of boolean's inside the PLC as in his case it was more than one condition that happened and he needed to understand which happened first.
 
Can you please give me a simple example? Also this has to be programmed on the fly without rebuilding the program if possible. If not I still want to see your suggestions!
Thank you
 
Have each condition set a different bit in the load word of a FIFO and load
then if that first word of the FIFO is not equal to 0 set the output if 0 clear the output
don't forget you have to unload the FIFO when it get full or it will stop excepting new data.
 

Similar Topics

Hi, I was trying to inspect teak wood (This one is imported, don't know the exact origin). But it seems that the wood is absorbing Penetrants...
Replies
5
Views
2,269
Hey all, I am starting a new project for a customer and I am adding in solenoid valves. Once added, I noticed there was a lack of an Output...
Replies
0
Views
49
Hi, The hardware is: Click Plc model # CO-O1DD1-O HMI model # S3ML-R magnetic-inductive flow meter model # FMM100-1001. I will set the flow meter...
Replies
4
Views
110
Hi, I am using AB 5069-L306ERS2 CPU. My system should achieve SIL-2. I have safety door switches connected to AB 5069-IB8S module, and I want to...
Replies
1
Views
99
Hello! Hope you are great. I need to make a change in a PLC with ladder logic. I will mount a analog valve and I need to control it in ramp up...
Replies
7
Views
283
Back
Top Bottom