Link to home
Start Free TrialLog in
Avatar of AmmarDJ
AmmarDJ

asked on

calculation program. please help.

Can someone help me to write a code for calculating the Full load current value related to Electrical motors.

Basically I want to have inputs on the parameters in the formula to calculate full load current given by user and the code calculates the current

I am not a programmer.

Thank you.
Avatar of Mike McCracken
Mike McCracken

If you are not a programmer why do you need this?

Is this for a school or training assignment?

mlmcc
Avatar of AmmarDJ

ASKER

I know some of the basics.

Just need some direction, help etc.

Regards
What language?  What formula?  What kind of motor?

Is this an academic assignment?  
The sort of help you can get depends on the answer.
DO you know the formulas required to get the values you need?

mlmcc
Avatar of AmmarDJ

ASKER

yap,

the formula has one variable power which is different for different motors. the rest of the inputs are fixed values. formula is power * 1000/440*0.8*1.73.

programming language is visual basic.

I need to compile a dll which takes in input value for power from the user and calculates the full load current through this formula. FLC is an attribute/property in an application for which i would use this dll.
Is that VB6 or VB.Net?

mlmcc
Avatar of AmmarDJ

ASKER

VBA.

Regards
ASKER CERTIFIED SOLUTION
Avatar of Mike McCracken
Mike McCracken

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of AmmarDJ

ASKER

no its not excel. its a proprietary tool used for the designing plants.


Thank you.
What have you tried?

DO you have code that isn't working?

mlmcc