03-02-2020 02:04 AM
Hello everyone! I made a equipment to analyze different CAM motions by copying the product of TQ, the link is given https://www.youtube.com/watch?v=d3zEQfpQs8s , I made complete apparatus but the problem i am facing to make the software like this in video. Can anybody tell me how the software in this video link is working and can i make this in Labview?
03-02-2020 02:28 AM
You will almost certainly be able to connect your equipment and the LabVIEW, but to say how the program should connect to the equipment, we need to know what the equipment is.
03-02-2020 03:45 AM
Thanks for reply. Yes, I have connected my apparatus to labview. Let me explain you my equipment. This is a apparatus to study the CAM analysis. In this system we can attatch different types of CAM followers. The main purpose of this equipment is study the response of different CAM at different speed and to study the velocity and acceleration affects on specific CAM follower. For detailed, kindly view this link https://www.youtube.com/watch?v=d3zEQfpQs8s
03-02-2020 03:58 AM
03-02-2020 04:08 AM
Hello! I have already measured speed (using rpm sensor) and displacement (using IR distance sensor), but i am unable to view just 1 cycle at a time periodically (as shown in my provided link video). Actually i want to calculate acceleration and velocity only from the IR distance sensor values. As i am reading the values of IR sensor distance and it is making the graph of that specific CAM fitted on the equipment, but there are number waves are generating with respect to time in Labview Waveform chart. I want the graphs as shown in provided link video, hope you will get my point now.
03-02-2020 04:48 AM
You have a rpm sensor, which means you have a start rotation mark (0-point).
Use this signal to get a wave fragment from one 0-point to another.
03-02-2020 05:18 AM - edited 03-02-2020 05:19 AM
Hi salman,
which kind of rpm sensor?
I solve this by using a CDM (coded disc marker) to generate a pulse train when the shaft is rotating. This pulse train is used to trigger the AI readings with respect to rotation angle…
03-02-2020 05:33 AM
Hi GerdW,
i am using opto interrupter sensor, and adjusted slotted disc (having 24 cuts at 15 degree each) with shaft. When this disc rotates in the slot of my sensor then i calculates the number of cuts per second then convert it into my rpm by applying formula techniques. The problem is not to measure the rpm, the problem is to measure the velocity, acceleration from distance sensor. Actually when CAM (not in round shape) rotates it pushes the followers , in this way the CAM covert rotational motion to linear motion. So i adjusted IR distance sensor on the linear motion side with obstacle, as the obstacle reaches near the IR sensor so it gives specific value and when it goes away so another minimum value achieve in this way the experiment goes on and I can visualize the rotation graph of that specific CAM. I just want that converted linear motion velocity, and acceleration.