| View previous topic :: View next topic |
| Author |
Message |
sclark Newbie
Joined: 02 Aug 2009 Posts: 22
|
|
| Back to top |
|
 |
sclark Newbie
Joined: 02 Aug 2009 Posts: 22
|
Posted: Sun Aug 02, 2009 4:00 pm Post subject: |
|
|
also this program is for a engine dyno.. it does the readout in watts and torque in NM i would like to convert the watts to HP and torque into foot pounds the math for that is :
W x 0.00134 = HP
Nm = 123 x 2.205 x 3.28 = ft-lbs
I think that is the math that is need to do that.. can that be added?
thanks
________
Hotbox vaporizer
Last edited by sclark on Sat Feb 12, 2011 7:24 am; edited 1 time in total |
|
| Back to top |
|
 |
sclark Newbie
Joined: 02 Aug 2009 Posts: 22
|
Posted: Sun Aug 02, 2009 7:25 pm Post subject: |
|
|
I dont know vb iam not a programmer for that matter and i dont know where/who to ask So any help would be great
thanks
________
Carina ed
Last edited by sclark on Sat Feb 12, 2011 7:24 am; edited 1 time in total |
|
| Back to top |
|
 |
vdsalchemist Admin Team

Joined: 23 Oct 2001 Posts: 1448 Location: Florida, USA
|
Posted: Sun Aug 02, 2009 7:29 pm Post subject: |
|
|
The code you posted is Visual Basic 5.x code. However this web site is for Visual DialogScript only. We don't do VB here. There may be someone here that can help you but don't hold you breath most of us see Visual Basic is being too hard to code with.
_________________ Home of
Give VDS a new purpose!
 |
|
| Back to top |
|
 |
sclark Newbie
Joined: 02 Aug 2009 Posts: 22
|
Posted: Sun Aug 02, 2009 8:01 pm Post subject: |
|
|
| dragonsphere wrote: | | The code you posted is Visual Basic 5.x code. However this web site is for Visual DialogScript only. We don't do VB here. There may be someone here that can help you but don't hold you breath most of us see Visual Basic is being too hard to code with. |
ohhh ok well i guess i will pray that someone can help me..lol iam going to build the dyno ( i know mechanically part) however before i build it i want to make sure the software is converted and will work on vista
________
Phoenix engine
Last edited by sclark on Sat Feb 12, 2011 7:24 am; edited 1 time in total |
|
| Back to top |
|
 |
sclark Newbie
Joined: 02 Aug 2009 Posts: 22
|
Posted: Sun Aug 02, 2009 8:29 pm Post subject: |
|
|
or could that be converted to Visual DialogScript code? or no?
________
Maryjane
Last edited by sclark on Sat Feb 12, 2011 7:24 am; edited 1 time in total |
|
| Back to top |
|
 |
PGWARE Web Host

Joined: 29 Dec 2001 Posts: 1566
|
Posted: Sun Aug 02, 2009 9:55 pm Post subject: |
|
|
Check amazon turk or rentacoder for some developers there familiar with VB. You'll have to pay a few bucks to get the app updated, it shouldnt take that much time.
Most people here use VDS, there are a few of us here who use Delphi and c but not many that use VB.
You're best off going to a forum/site where people are familiar with the language to get your project done. While we welcome you here, its unlikely we can help you out
|
|
| Back to top |
|
 |
sclark Newbie
Joined: 02 Aug 2009 Posts: 22
|
Posted: Sun Aug 02, 2009 10:34 pm Post subject: |
|
|
I have posted this on a VB forum and no one has answer me yet so its not looking to good So maybe its best to have someone convert to the vds? or maybe it cant be done hopefully someone will step up to the plate and for cost i would consider it depending on how much tho. cuase i dont know how good this will work intill i build it. in which case i hate to spend alot of $$ on it to find out it dont work that good..
________
JAGUAR XK6 ENGINE HISTORY
Last edited by sclark on Sat Feb 12, 2011 7:24 am; edited 2 times in total |
|
| Back to top |
|
 |
vdsalchemist Admin Team

Joined: 23 Oct 2001 Posts: 1448 Location: Florida, USA
|
Posted: Sun Aug 02, 2009 11:50 pm Post subject: |
|
|
It's not that the code couldn't be converted it's the math part that would take all the time. Building the forms in VDS would not be hard and doing the little Win32 API stuff that it shows would be fairly simple it is the math parts that would take time to break down. Also I don't see anywhere in the code where it physically communicates with hardware so I would say this code just does modeling of the dyno based on data that you input.
_________________ Home of
Give VDS a new purpose!
 |
|
| Back to top |
|
 |
sclark Newbie
Joined: 02 Aug 2009 Posts: 22
|
Posted: Mon Aug 03, 2009 12:11 am Post subject: |
|
|
the code using the usb port in which case you take a computer mouse remove the op sener wheel and replace that with the dyno flywheel with slot in it thus in turn when the flywheel on the dyno turns the software counts how my "click"
________
WEED VAPORIZER
Last edited by sclark on Sat Feb 12, 2011 7:24 am; edited 1 time in total |
|
| Back to top |
|
 |
sclark Newbie
Joined: 02 Aug 2009 Posts: 22
|
Posted: Mon Aug 03, 2009 12:16 am Post subject: |
|
|
the code is in the "module1.bas" and in "module2.bas" file from what it looks like
________
Og Kush Seeds
Last edited by sclark on Sat Feb 12, 2011 7:24 am; edited 1 time in total |
|
| Back to top |
|
 |
vdsalchemist Admin Team

Joined: 23 Oct 2001 Posts: 1448 Location: Florida, USA
|
Posted: Mon Aug 03, 2009 12:48 pm Post subject: |
|
|
| sclark wrote: | | the code using the usb port in which case you take a computer mouse remove the op sener wheel and replace that with the dyno flywheel with slot in it thus in turn when the flywheel on the dyno turns the software counts how my "click" |
That explains why the code is capturing the WM_MOUSEWHEEL message.
_________________ Home of
Give VDS a new purpose!
 |
|
| Back to top |
|
 |
vdsalchemist Admin Team

Joined: 23 Oct 2001 Posts: 1448 Location: Florida, USA
|
Posted: Mon Aug 03, 2009 12:50 pm Post subject: |
|
|
| sclark wrote: | | the code is in the "module1.bas" and in "module2.bas" file from what it looks like |
This is not 100% correct. There is functions in the forms as well that does some calculations. Either way it would take time to reproduce this. I suggest you compile this under Visual Basic 5.x and use it.
_________________ Home of
Give VDS a new purpose!
 |
|
| Back to top |
|
 |
sclark Newbie
Joined: 02 Aug 2009 Posts: 22
|
Posted: Mon Aug 03, 2009 6:01 pm Post subject: |
|
|
dragonsphere - yes that would be a thing to do however i was hoping to get the other math added to it and to find out if the software will work under windows vista.
________
California medical marijuana dispensary
Last edited by sclark on Sat Feb 12, 2011 7:25 am; edited 1 time in total |
|
| Back to top |
|
 |
sclark Newbie
Joined: 02 Aug 2009 Posts: 22
|
Posted: Tue Aug 04, 2009 1:31 am Post subject: |
|
|
updated-the software seems to work under windows vista..iam hoping to find someone to add the code that i need
________
Hawaii dispensary
Last edited by sclark on Sat Feb 12, 2011 7:25 am; edited 1 time in total |
|
| Back to top |
|
 |
|