Release Notes
1.1
July 30, 2009
- Added abilty to clear the M3 messages list view, and copy its contents to clipboard.
- Example to clear M# Messages: M3Messages.listViewMsg.Items.Clear();
- To copy to clipboard, simply iterate through the listview columns and rows (M3Messages.listViewMsg.Columns[i].Text)
- Added M3.Reverse method (same syntax as M3.Drive) so we can now drive accuratly in reverse.
- Added M3 property to ignore (not-fire) sensor drop-off event. Useful if drop-off sensors have been re-located.
- Example: M3.IgnoreDropOff = true;
- Added M3 property to return sensor values as percent, centimeters, or inches.
- Example: M3.SensorUOMValue = PC_BOT.M3.SensorUOM.Inches;
