You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -477,9 +478,15 @@ public void UpdatePDOinfo(bool updatechoices = true)
477
478
478
479
grid1[row+2,bitoff+3].AddController(vcc);
479
480
bitoff+=entry.Sizeofdatatype();
481
+
}
482
+
483
+
ordinal++;
484
+
485
+
if(bitoff>=64){
486
+
MessageBox.Show(string.Format("Invalid TXPDO mapping parameters in 0x{0:X}. Trying to map more than 64 bit (8 Bytes). CAN message maximum lenght is 8 Byte",slot.ConfigurationIndex));
0 commit comments