corretto changelog e replace MAIN prg
This commit is contained in:
+3
-3
@@ -296,10 +296,10 @@ namespace IOB_WIN
|
||||
// recupero NUOVO prgName...
|
||||
try
|
||||
{
|
||||
char[] newMainName = FANUC_ref.getPrgNameMain();
|
||||
string nomeMain = utils.purgedChar2String(newMainName);
|
||||
// recupero nome programma MAIN
|
||||
string nomeMain = utils.purgedChar2String(FANUC_ref.getPrgNameMain());
|
||||
// trimmo path del programma, ovvero "CNCMEMUSERPATH1"
|
||||
nomeMain.Replace(utils.CRS("basePrgMemPath"), "");
|
||||
nomeMain = nomeMain.Replace(utils.CRS("basePrgMemPath"), "");
|
||||
lg.Info("PROG_MAIN: {0}", nomeMain);
|
||||
}
|
||||
catch (Exception exc)
|
||||
|
||||
@@ -9,12 +9,13 @@
|
||||
<ul>{{LAST-CHANGES}}</ul>
|
||||
</li>
|
||||
<li>
|
||||
<b>v.1.11.* → v.1.12.*</b>
|
||||
<b>v.1.11.* → v.1.13.*</b>
|
||||
<ul>
|
||||
<li>Inserimento nuove letture FANUC x programmi</li>
|
||||
<li>Inserimento nuove letture FANUC x SysEx (informazioni sistema)</li>
|
||||
<li>Inserimento invio FluxLog x parametri estesi (es SysEx, ProgName,...)</li>
|
||||
<li>FIX visualizzazione dati FluxLog e URL inviati</li>
|
||||
<li>FIX MAIN program da FANUC (non il current)</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
|
||||
Reference in New Issue
Block a user