File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -50,17 +50,17 @@ public Window()
50
50
txt_port = new JTextField ("16" );
51
51
txt_setpoint = new JTextField ("1" );
52
52
txt_sample_time = new JTextField ("0.5" );
53
- txt_kp = new JTextField ("" );
54
- txt_ki = new JTextField ("" );
55
- txt_kd = new JTextField ("" );
53
+ txt_kp = new JTextField ("0 " );
54
+ txt_ki = new JTextField ("0 " );
55
+ txt_kd = new JTextField ("0 " );
56
56
txt_port .setHorizontalAlignment (JTextField .CENTER );
57
57
txt_setpoint .setHorizontalAlignment (JTextField .CENTER );
58
58
txt_sample_time .setHorizontalAlignment (JTextField .CENTER );
59
59
txt_kp .setHorizontalAlignment (JTextField .CENTER );
60
60
txt_ki .setHorizontalAlignment (JTextField .CENTER );
61
61
txt_kd .setHorizontalAlignment (JTextField .CENTER );
62
- btn_server_init = new JButton ("Start Acquisition " );
63
- btn_server_stop = new JButton ("Save Data " );
62
+ btn_server_init = new JButton ("Start Control " );
63
+ btn_server_stop = new JButton ("Stop Control " );
64
64
btn_server_init .setActionCommand ("start" );
65
65
btn_server_stop .setActionCommand ("stop" );
66
66
parametersPanel .setLayout (new GridLayout (8 , 2 ,10 ,10 ));
You can’t perform that action at this time.
0 commit comments