Post Reply 
First Month with 50g
04-17-2015, 08:52 PM
Post: #35
RE: First Month with 50g
(04-14-2015 06:57 PM)Tugdual Wrote:  I wonder what 50g owners are doing with their machines for professional purposes. I purchased one for a hobby (I never had seen RPL before) and a very few manual calculations (price calculations most of the time...) at work. When things become serious, most people would switch on Excel and myself on C++.

I used the 50g daily for structural engineering tedious and repetitive calculations (wind pressure determination, reinforce concrete beams design, etc), plus the daily number crunching, which in this profession is quite intensive (yes, we use structural software, but the input to the programs often needs to be pre-digested, converted to local coordinates, etc.).
Switch to Excel? Only when needed to produce a printed report, otherwise I get quicker answers with the 50g. Mainly because I use an evaluation engine I wrote many years ago (for whatever reason I never got to publish it), which is great help in engineering problems in general.
Basically it gives you alternative "STO", "PURGE" and "RCL" commands, which I called XLSTO, XLPG, and XLRCL respectively (because I wrote it to provide most of the Excel funcionality for the 50g).
Basically you start a problem in an empty directory. You store numbers and formulas using XLSTO, same as you would with STO. But when you store a formula, it internally stores the formula, its result, and creates a dependency tree, so when you store a number in one of the variables, the formula is automatically evaluated and the new result stored (same as in Excel when you change the value in a cell).
For example:
4 'X' XLSTO
3 'Y' XLSTO
'X+Y' 'Z' XLSTO --> This actually stores the result 7 in variable 'Z', and internally keeps the formula for auto-recalculation.
From now on, doing for example 5 'X' XLSTO will automatically update Z with the new result. Reading the variable Z gives the numeric result only.
XLPG works as PURGE, but it removes the result, the internal formula and the references in the dependency tree.
XLRCL will return the formula associated with a name (like Z above), while a normal RCL obtains the result.
It's basically an extension where each variable in a directory may contain both a result and a formula (like a cell in a spreadsheet).

With this, I can simply provide input values and obtain results very quickly from the VAR menu. It's definitely not "terribly inefficient", quite the contrary. By the time I browse in the PC to get to open a spreadsheet, I can be reading the results on the 50g.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
First Month with 50g - MarkMason - 04-09-2015, 03:32 AM
RE: First Month with 50g - Han - 04-09-2015, 03:49 AM
RE: First Month with 50g - Voldemar - 04-09-2015, 06:54 AM
RE: First Month with 50g - Thomas Radtke - 04-09-2015, 06:59 AM
RE: First Month with 50g - Voldemar - 04-09-2015, 07:23 AM
RE: First Month with 50g - MarkMason - 04-09-2015, 01:04 PM
RE: First Month with 50g - Brad Barton - 04-09-2015, 08:15 PM
RE: First Month with 50g - walter b - 04-09-2015, 09:09 PM
RE: First Month with 50g - MarkMason - 04-10-2015, 08:34 PM
RE: First Month with 50g - Tugdual - 04-09-2015, 05:50 AM
RE: First Month with 50g - Sukiari - 04-15-2015, 09:02 PM
RE: First Month with 50g - Tugdual - 04-16-2015, 09:36 AM
RE: First Month with 50g - Voldemar - 04-09-2015, 06:53 AM
RE: First Month with 50g - Gilles - 04-09-2015, 07:38 AM
RE: First Month with 50g - Voldemar - 04-09-2015, 08:30 AM
RE: First Month with 50g - MarkMason - 04-09-2015, 12:12 PM
RE: First Month with 50g - rprosperi - 04-09-2015, 01:53 PM
RE: First Month with 50g - MarkMason - 04-10-2015, 12:45 AM
RE: First Month with 50g - Joe Horn - 04-10-2015, 01:00 AM
RE: First Month with 50g - Omar Deen - 04-12-2015, 03:41 AM
RE: First Month with 50g - Tugdual - 04-14-2015, 06:57 PM
RE: First Month with 50g - Thomas Radtke - 04-15-2015, 05:15 AM
RE: First Month with 50g - Tugdual - 04-16-2015, 09:32 AM
RE: First Month with 50g - BartDB - 04-15-2015, 12:38 PM
RE: First Month with 50g - ElectroDuende - 04-17-2015, 11:46 AM
RE: First Month with 50g - Claudio L. - 04-17-2015 08:52 PM
RE: First Month with 50g - rogeriol - 04-14-2015, 02:03 PM
RE: First Month with 50g - MarkMason - 04-16-2015, 07:47 PM
RE: First Month with 50g - ttw - 04-16-2015, 01:56 AM
RE: First Month with 50g - walter b - 04-16-2015, 03:57 AM
RE: First Month with 50g - Tugdual - 04-16-2015, 10:05 AM
RE: First Month with 50g - ttw - 04-16-2015, 12:36 PM
RE: First Month with 50g - Gilles - 04-16-2015, 02:13 PM
RE: First Month with 50g - Thomas Klemm - 04-16-2015, 03:13 AM
RE: First Month with 50g - ttw - 04-16-2015, 08:37 AM
RE: First Month with 50g - Voldemar - 04-22-2015, 08:11 PM
RE: First Month with 50g - Han - 04-22-2015, 11:01 PM
RE: First Month with 50g - rprosperi - 04-23-2015, 12:39 AM
RE: First Month with 50g - Tugdual - 04-23-2015, 07:25 AM
RE: First Month with 50g - Claudio L. - 04-23-2015, 02:03 PM
RE: First Month with 50g - Helix - 04-23-2015, 01:04 PM



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