Results 11 to 11 of 11
Thread: Runtime Error 6, overflow
-
12-08-2007, 01:58 PM #11
- Join Date
- Jan 2007
- Location
- Texas
- Posts
- 582
Daryl,
Thanks for those ini files. They really helped.
I was able to replicate the error you were getting.
Error is being caused by the settings for sensors 2 and 3 on the emulated intefacekits.
Specifically, the "range of travel" settings for the sensors.
This is due to either:
(a) bug in program allowing a zero range.
(b) manually editing the ini file (never a good idea).
I suspect the problem is (a).
Here is a workaround to apply until such time as I publish rectified program.
Open your PhidgetInterfaceKitEmulation1.ini file with text editor, say, Notepad.
Scroll down to the [Sensor 2] section.
The SMin and the SMax values should not (must not) be the same.
Change SMax=0 to SMax=1000
Scroll down and do same for [Sensor 3]
Smin and Smax are both 485.
Change SMin=485 to SMin=0
Save your settings and you should be good to go.
Regards,
Alan.
Similar Threads
-
Runtime error 438
By flygutt in forum FS2Phidget UsersReplies: 9Last Post: 11-17-2008, 08:32 PM -
RUNTIME ERROR issue
By lineman55 in forum FS2Phidget UsersReplies: 43Last Post: 08-29-2005, 04:25 AM -
runtime error 5 !!
By jun in forum FS2Phidget UsersReplies: 72Last Post: 06-18-2005, 11:23 PM -
Runtime error 53 w/ 3.09
By imported_737nut in forum FS2Phidget UsersReplies: 6Last Post: 05-30-2005, 09:01 PM -
runtime error 5 solved ?
By imported_dnoize in forum FS2Phidget UsersReplies: 0Last Post: 05-22-2005, 12:16 PM