Dururs PLC -Counters

Join Date
Jan 2014
Location
Coimbatore
Posts
4
Hi everybody,
I'm using a Durus IC210DDR012 PLC Controller. I want to count the number of pulses produced by the Hall Sensors present in BLDC motor. The time period of the pulse produced varies from 4milli sec up to 65milli sec. I am facing a problem in choosing the right counter mode and wanted to know whether this PLC is capable to capture these pulse.If possible how do I do this?
Thank you
 
the outputs of the hall sensors need to be higher as 10 volt (normal is only 5 volt.
you will need 2 hall sensors to see direction of rotation.
the counter is normal, however you need only a count when the sensor is changing state.
so if A goes up and B is low count +
if A goes down and B is high count +
if A goes up and Bis high then count -
etc. 8 lines total.
 
the outputs of the hall sensors need to be higher as 10 volt (normal is only 5 volt.
you will need 2 hall sensors to see direction of rotation.
the counter is normal, however you need only a count when the sensor is changing state.
so if A goes up and B is low count +
if A goes down and B is high count +
if A goes up and Bis high then count -
etc. 8 lines total
.


Thanks a lot for you rply.. Im new to this PLC programming . can u pls explain me a little bit deeply so that ill be able to program .I have highlighted the part u had sent. I want to basically control the speed of the the BLDC motor. will you pls help me out with this??
 

Similar Topics

Hello, I have an automation direct d2 262 plc and C-more HMI EA9T6CL-R. I need to prepare a program, scheduled to be performed on a future date. I...
Replies
1
Views
33
Hello, I'm trying to delve a little into rs-485 communications for a couple projects of mine. Until now I've been using a delta vfd and a delta...
Replies
2
Views
49
Greetings All, I recently decided to start freelancing in Controls and Automation part time, most of my experience has been with Rockwell...
Replies
2
Views
95
I am having a problem communicating my PLC with Drive via Modbus connection. I start by opening the port and there is no problem, but then when I...
Replies
5
Views
64
I have worked on small projects using AB Micrologix but now we want to take a photo, process it online, and sort based on returned variables...
Replies
1
Views
94
Back
Top Bottom