Hope all works well now. I once spent several frustrating months trying to tune a PID controller. At least Wes didn't have to wait a couple of hours for a bank of compressors to fill an air storage tank between tests.

Troy
Moderator: admin
hdtran wrote:.... here are some of my questions: (I'm actually intending to call Shopsmith & ask them these questions)
(1) Are the spindle bearings (quill bearings) of the same quality as the older headstock?
(2) How hard to rotate the spindle by hand with the power off?
(3) With the heavier weight, is it significantly harder to slide back & forth on the way tubes?
(4) Sounds like there may have been issues with the early adopters and the bandsaw, or did I misunderstand?
(5) Pushbutton interface intuitive? (Would it have been better to have a speed dial, for example?)
(6) Any mishaps going into reverse by accident? (fat finger push?)
(7) If firmware needs to be updated, is that a "ship the unit back" update, or is it a DIY "replace this chip" sort of update? (Can the firmware be updated?)
'Firmware' differs from 'software' in that it is written to semi-permanent memory(flash memory) that is only seldom altered(originally-b4 flash memory they were pluggable 'chips').hoagie wrote:Firmware - The fixed, usually small, programming or data code that internally controls a small electronic device. Some examples: any appliance that has an electronic control panel like your microwave or range. The newer multi-device remote controls. Mobile phones, digital cameras and home theatre equipment all contain firmware.
Software developers may release updates to the firmware for their products. These updates may be a rewrite of the code to fix a specific user-reported problem, may add new features, or may just be a more efficient code design to improve the performance of the device.
For many firmware updates, the user downloads the update to their PC, then transfers the new firmware file to the target device using a USB cable or a flash drive.
HTH
Excellent answer! Fantastic example (bios code)!JPG40504 wrote:'Firmware' differs from 'software' in that it is written to semi-permanent memory(flash memory) that is only seldom altered(originally-b4 flash memory they were pluggable 'chips').
Software is loaded into ram(volatile) memory when needed. A loadable copy must reside externally(disk drive...).
An example of firmware is the bios code in most recent PCs.
Ed in Tampa wrote:Excellent answer! Fantastic example (bios code)!