"The signal must have good quality"

KingPresident

Member
Join Date
Aug 2015
Location
Michigan
Posts
138
I'm building an And function block for pre-process standby requirements. One of the customers written requirements is "Motor control must have good signal quality." I will be using a standard 4-20mA loop coming back from the VFD. I just don't how to code for that... I'm not asking to be spoon fed, just looking for a pointer. Thanks in advance.
 
There are "quality" codes associated with OPC data exchanges. The spec could be interpreted as meaning that the "quality" of any communication channel involved in motor control must be monitored. I'm not an expert in OPC, but google "OPC quality" for more information. Then go back to the customer and ask for clarification.
 
Ask the client to clarify. This may be more of a physical wiring requirement, i.e. using screened instrument cable that is properly grounded.

Or it could just be the usual copy-paste waffle that some consultants love.
 
It makes sense to me that a pre-process standby requirement would include checking the signal quality of the feedback loop.

Since it's a 4-20 mA loop, an open circuit will give you 0 mA and you'll know your logic should not go past standby.

If they were requiring this for discrete wiring, you would probably have to use an I/O module that did some diagnostic pulse-checking.
 
I think Ken's on the money. It could also be from the perspective of talking to a VFD via comms of any type - it's one thing to say "my Drive Healthy bit is on", but you also need to know that the data from the drive is valid - or "good quality" if your spec prefers :). A "Drive Healthy" signal is only any use if the drive is online and giving you correct, up-to-date information
 
Here's the problem with this requirement: "good quality" is not defined in measurable terms. Is it referring to voltage level for discrete signals? Is it referring to wiring practice? IS it referring to mean time between failure? For analog signals is it referring to % deviation from nominal value? Is it referring to EMI/RFI as a % of signal voltage?

A standard that is not measurable is not enforceable. A standard that is not enforceable is useless.
 
Update: After some conversation, the "Good Signal Quality" is simply a matter of coding for sensor error. Example: My device will only put out 4-20mA. If I see a reading out of bounds, say 3mA or 24mA, then stop process. It's just a comparator... Learning is fun. Thanks for the input.
 
It may be difficult to detect a signal outside 4-20mA. Most sensors need the first 4mA to operate and most (probably all) 4-20mA analog cards I've worked with ready full scale @ 20mA.
 
It may be difficult to detect a signal outside 4-20mA. Most sensors need the first 4mA to operate and most (probably all) 4-20mA analog cards I've worked with ready full scale @ 20mA.

Most analog cards I've worked with do at least 3.5mA to 20.5mA. It is important to check though, because I've seen plenty of times where someone has defined "below 3mA or above 21mA is a fault", because the sensor outputs 21.5mA on fault (or 0mA in the case of a wire break). But then their card only ranges from 3.5mA to 20.5mA, so sure, that transmitter will do it's darndest to tell you there's a problem, but you'll never trigger the fault!
 

Similar Topics

Good Day. I wrote a program to check if ten input sensor conditions were met. The program works fine and if all the input conditions are met the...
Replies
18
Views
4,209
I am not sure why this is requested, but it was asked. Currently I have one PLC , with one output to a relay, turning on a field equipment (just...
Replies
7
Views
202
Hi, I am working on automating an industrial fabric shrinkage tester to replace its outdated electronics with a PLC. To get the tank's water level...
Replies
14
Views
528
Hello, I have a compact Logix plc and I have been task with configuring alarms into our SCADA when an Analog signal stops moving. The analog...
Replies
6
Views
235
Hi I have an old panel builder 32 that I’m replacing for a factory talk me hmi . In the plc for the old panel builder there is a coms bit for the...
Replies
0
Views
70
Back
Top Bottom