I have a 3/4 HP motor that already has a programmed VFD to control it. I want to use Arduino to display the RPM on an LED screen and use a toggle switch to show angular position under a certain RPM for more accuracy. The arduino will be connected to an encoder, i have a Dynapar HS20 series(7Pin w/o index)[HS20-0180-8-1-3-3-6]. I will be running this motor at variable speeds up to 5000RPM.
(im also not sure the exact PPR of my encoder, on the manual all i see is 50 to 2540PPR, unsure how to find my exact PPR, or if this is determined in code?)
Ive done plenty of readings on the forms and different websites and im trying to determine the best parts to use and if they will be compatible.
-
I have been looking at LS7366R encoder chip because i have read that this frees up much of the process power from the Arduino board but im trying to determine if i need it and if it will work with my encoder. Are there better encoder chips i dont know about ?
-
Ive also been trying to determine which board to use. I have an Arduino Mega 2560 and a elegoo Uno R3 but i dont know which one is better or it doesnt matter or there something better i dont know about
-
Another thing is i have a MAX31885 Thermocouple working and on IC already, will this work with what im trying to display. This isnt too important so i can scrap this idea if it isnt compatible.
-
Last question i have is if the encoder i have is accurate enough. I have read that it has 2 signal outputs(A & B) but no Z. Will i need the Z for accuracy at higher speeds. As i understand it the Z sends a pulse for a full rotation as A&B does not so when you combine the 3 it is much more accurate.
i understand this is a multilayered question so if you can offer the smallest piece of help it would be appreciated. If its a better known part, if i need to scrap a part i already have, anything. Im a beginner and have been trying to do as much research im just not sure which pieces connect to which or how.