Fix note x warm up
This commit is contained in:
@@ -12,11 +12,10 @@ namespace IOB_WIN
|
||||
* - basasto su SIEMENS
|
||||
* - S7 vers 1200
|
||||
*
|
||||
* mod: 2019.01.19: aggiunta gestione segnale test/accensione/spegnimento (DB701.4) --> mod StateMachine!
|
||||
* mod: 2019.01.19: aggiunta gestione segnale test/accensione/spegnimento (DB700.B1.4) --> mod StateMachine!
|
||||
* mod: 2019.04.06: aggiunta indicazione (IOB--> PLC) di stato setup su DB701.B0.4
|
||||
* -------------------------------------------------------------------------------- */
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// estende l'init della classe base con i metodi x Siemens specifici x Torri
|
||||
@@ -29,7 +28,7 @@ namespace IOB_WIN
|
||||
lgInfo("NEW IOB SIEMENS versione TORRI");
|
||||
}
|
||||
|
||||
#region da completare
|
||||
#region da verificare
|
||||
|
||||
/// <summary>
|
||||
/// Recupero dati override in formato dictionary
|
||||
@@ -85,7 +84,7 @@ namespace IOB_WIN
|
||||
byteSem &= ~(1 << 5);
|
||||
byteSem &= ~(1 << 6);
|
||||
byteSem &= ~(1 << 7);
|
||||
// leggo bit 701.4 e lo porto al bit 5 --> ciclo test/accensione/spegnimento
|
||||
// leggo bit DB700.B1.4 e lo porto al bit 5 --> ciclo test/accensione/spegnimento
|
||||
if ((RawInput[1] & (1 << 4)) != 0) //se RawInput[1] & 16-- > 5° bit-- > TEST
|
||||
{
|
||||
byteSem += (1 << 5);
|
||||
|
||||
Reference in New Issue
Block a user