Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2715ee7

Browse files
committed
Hasta aquí la interfaz funciona correctamente para hacer el control de una sola variable de la planta...es decir, solo se envía un conjunto Kp, Ki, Kd
1 parent 3f99064 commit 2715ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ThreadServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ public void run()
142142
this.Ki = Double.parseDouble(this.gui.txt_ki.getText());
143143
this.Kd = Double.parseDouble(this.gui.txt_kd.getText());
144144

145-
// Send parámeters
145+
// Send parámeters usbPort Ts, setpoint, & PID parameters
146146
try
147147
{
148148
out.writeInt(this.usbPort);

0 commit comments

Comments
 (0)