correzione dim array...

This commit is contained in:
Samuele E. Locatelli
2017-11-02 18:25:59 +01:00
parent 7a34b50ac7
commit 93ae2acf7a
+1 -1
View File
@@ -172,7 +172,7 @@ namespace IOB_WIN
if (verboseLog) lg.Info("inizio read semafori");
parentForm.sIN = Semaforo.SV;
// leggo SEMAFORI, leggo da Y8 ...leggo 3 bit in Y8..Y10 HARD CODED, rendere parametrico!!!
byte[] MemBlock = new byte[3];
byte[] MemBlock = new byte[4];
// Red: Y8.4 | Yellow: Y8.5 | Green Y8.6 | WrkZone Y8.7 | All DoorsClosed: Y10.5
int memIndex = 8;
inizio = DateTime.Now;