BAD PV option in Contrologix

asim_rana

Member
Join Date
May 2005
Posts
50
Dear Expert



We are using Contrologix ver 13 .Our Client wants to have "BAD PV" option. Now how to do it.

As I tried to use "Underage & Over range" bits but Underage becomes high only if signal is 0 & Overage only if it is 21.If signal is suppose 3ma then it’s a bad PV signal but under range bit is not set even I had select min signal to 4 ma in card properties. So how to get it.

Mostly I have also seen this Bad PV option in Honeywell DCS so plz let me know that is there any way to do it in Contrologix



Regards

Muhammad Asim Khan
 
You can use simple maths in a CPT block or similar to check either the raw PV value or scaled engineering PV (based on the scaling parameters) to determine if the PV is bad.

For example, if the engineering scaling is 4 psi to 20 psi and you're reading a value of 3 psi then this would equate to a 3mA signal. Just trigger the "Bad PV" alarm on a signal equal to or below this value, and equally on a "21 psi" or above condition.

You can have this block of logic in a "user fuctions" routine or similar, and just include it in all your programs for an instant "bad PV checker".
 

Similar Topics

Hello all, I know its not good practice to have duplicate destructive bits when writing plc code, but I'm wondering about writing to the same tag...
Replies
2
Views
123
Hello all, I am brand new here :cool:. I'm limited in my controls knowledge but always trying to learn more. I recently started working at a...
Replies
14
Views
359
Dear All, I have an Mitsubishi PLC (FX1N-40MR) and PLC backup was taken and i compiled the program and its showing 0 error. then I tried to...
Replies
8
Views
300
Hi, Have anyone came across issue with Kepware or Linkmaster not returning correct values (Unknown Quality) for some tags From OPC DA Client...
Replies
7
Views
699
I have run into a problem with my first time installing a 2080-OF2 module on a Micro820 and have a hunch that the module itself - brand new out of...
Replies
9
Views
959
Back
Top Bottom