Industry Online Support
Technical Forum
3/12/2011 1:22 AM | |
Joined: 10/7/2005 Last visit: 2/12/2025 Posts: 3036 Rating:
|
Hello big_muzzy Max current Imax is a simple Integer which gives you a % value of the rated current (see the "Set current ls1" setpoint value that you configured in "Overlaod/Unbalance/Stall"protection of the device configuration). If you want to convert it to a real current value you need to scale it, for example:: L #Max_Current_INT_%// Max currentvalue as INT in % of Set current ITD // Integer to Double integer DTR // DoubleInteger to real L #Rated_Current // Rated current *R L 1.000000e+002 /R T #Max_Current_REAL // Max currentvalue as REAL in Amps Active Power isa Double Integerin 1W resolution. Allall other DR94 related "DWORD" valuesare also simple Double Integers, all "WORD" values are Integers. I hope this helps |
Cheers |
|
Follow us on