Page 1 of 1

Repeatable Crash: Temperature Plot

Posted: Fri Sep 04, 2015 4:44 pm
by KAS
When you have the Hotend thermistor disconnected, and the Heated Bed on. Clicking the "Temperature Plot" tab in the Machine Control Panel will cause the program to lock up and fault an "application hang" error in the event viewer. This can be a common error for Delta users who use a dial indicator to calibrate the machine while heating the surface.

Error Message:

Code: Select all

The program Simplify3D.exe version 3.0.2.0 stopped interacting with Windows and was closed. To see if more information about the problem is available, check the problem history in the Security and Maintenance control panel.
 Process ID: 3098
 Start Time: 01d0e75184bf0148
 Termination Time: 38
 Application Path: C:\Program Files\Simplify3D-3.0.2\Simplify3D.exe
 Report Id: cf7af71f-5344-11e5-9bd4-94de80a7c247
 Faulting package full name: 
 Faulting package-relative application ID: 
Image

Re: Repeatable Crash: Temperature Plot

Posted: Sat Sep 05, 2015 7:44 am
by JoeJ
Hmm.. I can't get this to happen with mine when I unplug the thermistor. If you watch the Communication tab in S3D's machine control panel, what commands are being sent back and forth? I wonder if the printer sends some kind of an odd temperature response. Or alternatively, if you can't see the traffic in S3D, connect to it with the Arduino IDE and open the serial monitor. What response do you get when you send an M105 command?

Re: Repeatable Crash: Temperature Plot

Posted: Mon Sep 14, 2015 2:21 pm
by KAS
My apologies for the late reply. The controller is a Smoothieboard, not the stock Rambo. I'll check the M105 commands the next time I have it disconnected.