From: Steven Baltakatei Sandoval Date: Sun, 31 Oct 2021 04:10:40 +0000 (+0000) Subject: style(bktemp-updateLoopPI):add function comment X-Git-Tag: 0.5.0~37 X-Git-Url: https://zdv2.bktei.com/gitweb/BK-2020-03.git/commitdiff_plain/37bc30fd8a2e3e3ee3a1dadcfad6fecc9345a53c style(bktemp-updateLoopPI):add function comment --- diff --git a/unitproc/bktemp-updateLoopPI b/unitproc/bktemp-updateLoopPI index 84adb77..2c345ab 100644 --- a/unitproc/bktemp-updateLoopPI +++ b/unitproc/bktemp-updateLoopPI @@ -9,7 +9,7 @@ update_pi() { # process variable (PV). Uses proportional integral (PI) # control. # Usage: update_pi arg1 arg2 arg3 arg4 arg5 arg6 - # Version: 0.1.0 + # Version: 0.1.1 # Input: arg1: path_loop_name (control loop name path) # arg2: var_pv (process variable) # arg3: var_sp (set point) @@ -98,7 +98,7 @@ update_pi() { echo "$var_cv"; #yell "DEBUG:=============END_ROUND==============="; -} +} # update specified PI loop #==END function definition== #==BEGIN Example code==