Post Reply 
free42 dm42 MVAR question
01-28-2024, 05:24 PM
Post: #4
RE: free42 dm42 MVAR question
(01-26-2024 02:58 PM)kladit Wrote:  Is this correct?

I assume that your programs are similar to these:
Code:
00 { 34-Byte Prgm }
01▸LBL "XC"
02 MVAR "XC"
03 MVAR "f"
04 MVAR "C"
05 RCL "XC"
06 RCL× "f"
07 RCL× "C"
08 PI
09 ×
10 2
11 ×
12 1
13 -
14 END

Code:
00 { 31-Byte Prgm }
01▸LBL "XL"
02 MVAR "XL"
03 MVAR "f"
04 MVAR "L"
05 RCL "f"
06 RCL× "L"
07 PI
08 ×
09 2
10 ×
11 RCL- "XL"
12 END

I use the first one with:
SOLVER and select XC.

I then entered \(f=60\) and \(C=1E-6\) and calculated \(X_C\):

XC=2652.5824

I use the second one with:
SOLVER and select XL.

Now the variable f still contains 60.
This can be verified with:

RCL "f"

Only when you just hit "f" the frequency might get recalculated based on the values of "L" and "XL".

If that doesn't help let us know what exactly you are doing.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
free42 dm42 MVAR question - kladit - 01-26-2024, 02:58 PM
RE: free42 dm42 MVAR question - dm319 - 01-28-2024, 05:19 PM
RE: free42 dm42 MVAR question - Thomas Klemm - 01-28-2024 05:24 PM



User(s) browsing this thread: 1 Guest(s)