4/30/2022 9:39 AM | |
Joined: 6/11/2019 Last visit: 11/8/2024 Posts: 2313 Rating: (102) |
You can see how important it is to provide a precise description of what you want to create right from the start. Now it is only important to know the frequency with which the impulses arrive at the Logo. This is decisive for which logo you can use for it and whether it is even feasible. According to Siemens, a normal input has an input frequency of 4Hz. A switch-off delay that is switched after an edge evaluation (AND (edge)) is then sufficient. The time for the switch-off delay must be dimensioned in such a way that the switch-off delay remains switched on at the lowest speed. If the input frequency is higher (up to 5 kHz) you need a Logo with fast inputs (e.g. Logo-24CE). You should also use a counter to evaluate the fast impulses. This was recently a topic in the German part of the forum. If the input frequency is greater than 5 kKz, this cannot be implemented directly with the Logo. |
4/30/2022 3:38 PM | |
Joined: 12/18/2014 Last visit: 11/10/2024 Posts: 34180 Rating: (4258)
|
If my research is correct, the spindle varies in speed between 6,000 and 24,000 rpm. So you have to start from the minimum speed to query whether the spindle rotates. Since 3 pulses are output per revolution, this corresponds to 18,000 pulses per minute, which in turn corresponds to 300 pulses per second. To be on the safe side, I would set the threshold value a little lower for the query as to whether the spindle is turning, e.g. at 290 pulses per second. However, the value can be changed via the display. However, this assumes that you have a LOGO! base module, which has fast counter inputs.
AttachmentSpindle_0BA8.Standard.zip (560 Downloads) |
Last edited by: ixo65 at: 04/30/2022 15:39:34 |
|
5/16/2022 6:23 PM | |
Joined: 2/21/2022 Last visit: 6/7/2023 Posts: 15 Rating: (0) |
How about using the ON pulses to reset an ON-Delay timer, then if the timer expires you know it's stopped? |
Follow us on