04-28-2010 09:23 AM
Hello,
I am programming a tensile tester program in Labview, but a though occurred to me. If Labview started to hang or crash, the tensile tester would just move at whatever its last command was; this could destroy the tester motor or load cell. Is there a safeguard in Labview that would protect me from this? Or do I have to rig something mechanical to prevent this?
Thanks!
04-28-2010 10:56 AM
Purdue17,
Not sure what kind of load cell you are using, but we use mechanical limiters for load cells on our motor dynes. These limiters control how far a load cell can be deflected. As far as your program goes, is this going to run on a PC?
04-28-2010 11:30 AM
Some commercial tensile testers have limits you can set in the program to terminate the test when a limit is exceeded.
If not, then suggest using a shear pin, torque limiting clutch, or breakaway motor coupler to limit load to the motor. Or use a comparator circuit and latch that moitors the load cell output and when a threshold is exceeded then trip a relay to remove power to the motor.
-AK2DM
04-28-2010 11:32 AM
04-28-2010 11:45 AM
Protection against hardware damage is something for which you do not want to rely upon software. AK2DM's answer is the best of all. Hardware protection will give you the most reliable protection.