diff options
Diffstat (limited to 'Software/Stubs Collection/stubs/Scripts/Jig_Tester/RTFU_Jig.cs')
| -rw-r--r-- | Software/Stubs Collection/stubs/Scripts/Jig_Tester/RTFU_Jig.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Stubs Collection/stubs/Scripts/Jig_Tester/RTFU_Jig.cs b/Software/Stubs Collection/stubs/Scripts/Jig_Tester/RTFU_Jig.cs index 9863a2ea1..4f47a1cd0 100644 --- a/Software/Stubs Collection/stubs/Scripts/Jig_Tester/RTFU_Jig.cs +++ b/Software/Stubs Collection/stubs/Scripts/Jig_Tester/RTFU_Jig.cs @@ -76,7 +76,7 @@ int Test_RLOADING_RTFU() int temp=1; int counter; -// Motor_SetParam(F1_MOTO_RLOADING_TX1,F1_MOTO_RLOADING_TX0,0x0a,0x40000000); //set kval ran to 0x40- 1.9A +// Motor_SetParam(F1_MOTO_RLOADING_TX1,F1_MOTO_RLOADING_TX0,0x0a,0x2c000000); //set kval ran to 0x40- 1.9A delay(100); stubManager.Run<StubMotorRunResponse>("StubMotorRunRequest" ,RLOADING_Motor, true,200); //move Rloading down delay(3000); @@ -317,7 +317,7 @@ int Test_DANCER_RTFU() stubManager.Write("temp="+temp + "\temp1="+temp1 +"\n"); - DialogResult result = MessageBox.Show("SSI Dancer led is Green(not blinking)?", "Warning",MessageBoxButtons.YesNo); + DialogResult result = MessageBox.Show("SSI Dancer led is Green(Not blinking)?", "Warning",MessageBoxButtons.YesNo); if(result == DialogResult.No) { Units_status[8,1]="Fail"; |
