problem with automatic/manual mode PID library front end

103 views
Skip to first unread message

Dustin Thomas

unread,
Mar 5, 2021, 9:49:01 AM3/5/21
to DIY PID Control
Hello.......I am pulling my hair out on this one.

I have a little project coming due that I'm using this pid library for, and I have it interfacing with the "PID processing front end."

The problem is even in the example code, when you hit, "Send_to_Arduino,"  it automatically toggles to automatic.

For the purpose of tuning I do not want to do this.   I think I need it to stay in Manual until i tell it otherwise.

Thanks for any help.

Pieter S

unread,
Mar 8, 2021, 3:56:47 AM3/8/21
to diy-pid...@googlegroups.com
The  PID_FrontEnd_ArduinoSampeCode.pde
 start up the PID in the setup() - maybe change this to MANUAL?


void setup()
{
 
[snip]

  //turn the PID on
  myPID.SetMode(AUTOMATIC);
}
 

--
You received this message because you are subscribed to the Google Groups "DIY PID Control" group.
To unsubscribe from this group and stop receiving emails from it, send an email to diy-pid-contr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/diy-pid-control/47ce6303-1e6c-461f-b5d7-a3391224eaaen%40googlegroups.com.

Dustin Thomas

unread,
Mar 8, 2021, 10:29:54 AM3/8/21
to diy-pid...@googlegroups.com
i figured it out.

at the very bottom of the Sketch for the processing front end, there is a value that had to be changed from label, to current!!

thanks a bunch tho!

You received this message because you are subscribed to a topic in the Google Groups "DIY PID Control" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/diy-pid-control/tKdtH4N-KRU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to diy-pid-contr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/diy-pid-control/CAL-R9VZ6ZrnUF4GPc7nKRwu9XX9H_3cccQKtWDqJ5PPPDqyi8Q%40mail.gmail.com.
Reply all
Reply to author
Forward
0 new messages