servo: defaults for 1389nm laser
This commit is contained in:
parent
4adffe8c50
commit
c41c3a264f
@ -348,11 +348,11 @@ int main(int argc, char* argv[])
|
|||||||
multiplier[i] = 1;
|
multiplier[i] = 1;
|
||||||
lpf_bandwidth[i] = 10.0;
|
lpf_bandwidth[i] = 10.0;
|
||||||
servo_state[i] = "DISABLED";
|
servo_state[i] = "DISABLED";
|
||||||
init_current_cooling[i] = 100.0f;
|
init_current_cooling[i] = 270.0f;
|
||||||
init_current_heating[i] = -30.0f;
|
init_current_heating[i] = -30.0f;
|
||||||
init_temp[i] = 25.0f;
|
init_temp[i] = 16.0f;
|
||||||
leadin_current[i] = 100.0f;
|
leadin_current[i] = 230.0f;
|
||||||
leadin_mag[i] = 0.01f;
|
leadin_mag[i] = 0.007f;
|
||||||
}
|
}
|
||||||
|
|
||||||
static std::thread dsp_thread_h = std::thread(dsp_thread);
|
static std::thread dsp_thread_h = std::thread(dsp_thread);
|
||||||
|
Loading…
Reference in New Issue
Block a user