Asked — Edited
Resolved Resolved by DJ Sures!

Custom Graph

When I click on the gear for the custom graph I get this and ARC crashes.

User-inserted image

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
   at ? .(ConfigurationFormV2 )
   at ? .(ConfigurationFormV2 )
   at ? .(Object , EventArgs )
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) 


ARC Pro

Upgrade to ARC Pro

Get access to the latest features and updates before they're released. You'll have everything that's needed to unleash your robot's potential!

Canada
#1  

I got the same thing but was to tired so I just closed it

PRO
Synthiam
#2  

Oh yeah, don't click on the gear for it. That gear was supposed to be hidden because it doesn't do anything :)

United Kingdom
#3  

Could be a small bug, I'm not in front of ARC so can't check it myself but if it does it for everyone it's likely something has just been changed and slipped past DJ.

On a side note, graphs will increase processor usage by a lot and will increase the traffic between EZ-B and ARC, don't set it to update too quickly and avoid reading the same sensor in scripts as this will double the usage/traffic.

Ignore this :)

PRO
Synthiam
#4  

The graph is updated through ControlCommand() by scripts. The graph control allows you to dynamically graph any data.

United Kingdom
#5  

Ah, I missed an update! How'd that happen?!

Ignore my previous in this case, I assumed it was the ADC Graph.

#6  

The graphing control is a really nice addition.... Thanks!