Hello Arduino forums!
This is my first time dealing with electronics on such a deep level and I am definitely in need of some help! I have a project to complete which is to create a molding machine that squeezes two molds together and operates at a temperature around 300-400 C that is controllable by usb. I was hoping that I could find some feedback on my current progress. I will be using a Arduino Uno
For this project temperature and applied pressure must be controlled. I was thinking of controlling the actual heating element and motor using two solid state relays. One being 10A for the heating element and the other being around 2A for the motor. (along with fuses) To actually measure these variables is where the difficulty comes in.
This is where my problem comes in,
For measuring temperature I have read all over the internet that using a chip like MAX6675 is the best way to go. Even though I think this chip is quite pricey I'll go with it. Now, to measure pressure I have two load cells capable of measuring up to 50 lbs. I am not too sure on what type of chip I should use for this? The specs on this item rate the load cells at 3 mV/V. I am not sure if I should use a ADC chip or just use a voltage amplifier chip. If so, which one would you recommend? I am still pretty new at creating electronics and I have searched for a long time on the internet but I am stumped if any ol' voltage amplifier would work.
Also, I am confused about the programming language being used for the Arduino. It is a simplified version of C++ named Wiring? I can't find documentation anywhere on this language. Also, my other question is I am not very sure about how the interaction between computer and the Arduino works. Are we suppose to write code in Wiring then upload it and then write a program that reads the data being sent? Is there anyway of changing some of the variables with a program on ones computer i.e. change temperature or constant applied force? My programming experience is quite bleak. I have taken a course on Python. Would you suggest using LabView or the plugin for Visual Studio?
Thank you for your help.