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
DialogResultconfirm=MessageBox.Show("Do you want to set all identical default values in subobjects to this default value?","Set to all?",MessageBoxButtons.YesNo);
MessageBox.Show(string.Format("Invalid TXPDO mapping parameters in 0x{0:X}!\r\nTrying to map more than the maximum lenght of a CAN message (8 bytes).\r\n\r\nMembers are:\r\n{1}",slot.ConfigurationIndex,toDisplay));
@@ -480,14 +485,9 @@ public void UpdatePDOinfo(bool updatechoices = true)
480
485
481
486
grid1[row+2,bitoff+3].AddController(vcc);
482
487
bitoff+=entry.Sizeofdatatype();
483
-
}
484
488
485
-
ordinal++;
486
489
487
-
if(bitoff>64){
488
-
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