Skip to content

Commit

Permalink
ipts - removed not needed test for motor code 7117 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidetome authored May 24, 2023
1 parent 0094715 commit 3bebb9d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 14 deletions.
4 changes: 2 additions & 2 deletions ipts-test-suite/iCubProductionTestSuite/Output/IPTS-Setup.exe
Git LFS file not shown
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public partial class FormMain : Form
bool DEBUG = false;
String LAST_SN = "0";
String OPERATOR = "";
static String SW_VER = "1.4.0 - 18/05/2023"; // refer to svn log searching the revision to see the changes
static String SW_VER = "1.4.1 - 24/05/2023"; // refer to svn log searching the revision to see the changes
String RESULT = "";
static String CONFIG_DIR = Directory.GetParent(Directory.GetCurrentDirectory()).Parent.FullName;
// static String CONFIG_DIR = Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments) + "\\IIT\\IPTS";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1100,7 +1100,7 @@ Impostare l'alimentatore a 24Vdc @0.3A ed alimentare la scheda" image="img\mc4pl

</testplan>

<testplan id="11" board="BRUSHLESS MOTORS" iitcode="7117" reportsDir="brushlessMotors" rev="2">
<testplan id="11" board="BRUSHLESS MOTORS" iitcode="7117" reportsDir="brushlessMotors" rev="3">


<test id="1" name="Controllo visivo">
Expand All @@ -1123,13 +1123,7 @@ Impostare l'alimentatore a 24Vdc @0.3A ed alimentare la scheda" image="img\mc4pl
<operation type="yesNoDialog" text="Verificare il corretto accoppiamento tra rotore ed albero . Si ha un risultato coerente alla figura?" image="img/brushlessMotors/allineamento-albero-rotore.png" />
</test>

<test id="6" name="Test sensori di hall">
<operation type="okDialog" text="Preparazione setup di test..." image="img/brushlessMotors/setup.jpg" />
<operation type="okDialog" text="Asemblare statore e rotore con la meccanica di test, collegare quindi i fili al setup." image="img/brushlessMotors/assembly.jpg" />
<operation type="yesNoDialog" text="Con il joystick sinistro selezionare : Test Motors -> Brushless Motor -> Test Hall Sens. Muovendo a mano il rotore i valori sul display cambiano?" image="img/brushlessMotors/hall.jpg" />
</test>

<test id="7" name="Test motore">
<test id="6" name="Test motore">
<operation type="yesNoDialog" text="1. Posizionare il motore come in figura.
2. Con il joystick sinistro selezionare : Test Motors -> Brushless Motor -> Test Move it.
Expand Down Expand Up @@ -1164,8 +1158,6 @@ Impostare l'alimentatore a 24Vdc @0.3A ed alimentare la scheda" image="img\mc4pl
<operation type="yesNoDialog" text="Verificare il corretto accoppiamento tra rotore ed albero . Si ha un risultato coerente alla figura?" image="img/brushlessMotors/allineamento-albero-rotore.png" />
</test>



<test id="6" name="Test motore">
<operation type="yesNoDialog" text="1. Posizionare il motore come in figura.
Expand Down
2 changes: 1 addition & 1 deletion ipts-test-suite/iCubProductionTestSuite/ipts.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "IPTS"
#define MyAppVersion "1.4.0"
#define MyAppVersion "1.4.1"
#define MyAppPublisher "Fondazione Istituto Italiano di Tecnologia"
#define MyAppURL "http://www.iit.it/"
#define MyAppExeName "iCubProductionTestSuite.exe"
Expand Down

0 comments on commit 3bebb9d

Please sign in to comment.