I'vejust posted the new firmware / front-end that allows for setpoint profiles. It's fairly straight-forward, but I thought I would create this thread for Q&A.
the jist:
-The osPID can hold one profile at a time. This is stored in EEPROM and can be executed from the main osPID menu, or from the "profiles" tab on the front-end
-A profile is a sequence of up to 15 steps, made up of RAMP, STEP, and WAIT Commands
-To create / load a profile
1. create a txt file in the "profiles" sub-folder of the front-end application. follow the form laid out in reflow1.txt
2. start the front-end. the profiles folder will be read and you will see your new profile int the "available profiles" list on the profile tab
3. connect to the osPID
4. highlight the desired profile and click "send_profile" the profile will be sent to the osPID and you will be notified of progress / success.
5. at this point you can run the profile either from the main osPID menu (last option) or by clicking "Run_Profile" on the profile tab.
as I said, the profile is stored in the osPID's non-volatile memory, so it will stay on-board after a reset. you will only need to re-load if you wish to change the profile to be run.
