Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Obviously, it is dimensionless. You may want to examine the ORCA() function. Let's make the ship number the 'leading' parameter in the presentation of results. In its Properties, change the Output to value to HEADER. As only one parameter can be leading, set the Output to value of Lpp back to OUT.

 

  • Finally, add the relation for the stability overview to Top Goals/Undefined:

...

By adding # to a parameter, Quaestor automatically assigns makes it of the TeLiTab dimension type (i.e. its 'dimension' is TeLiTab). Similarly, a $ assigns results in a string dimension type (see also QuaestorSyntax).

Info

One of the quirks of Quaestor is, that a parameter can also be assigned e.g. a string type in its Properties, and it does not get the $ appended to its name.

The relation defines that GM, GM_rounded and Ship_no should be added as goals in the Ships object for each case (B and Lpp combination). Stability# will contain the data from the original selected object Ships, augmented with the three columns and all data needed to calculate these results. 

  • Make sure Stability# is determined by 

...

  • System/function.

When solving for Stability#, is needs the object Ships. If you select the object Data in the Dataset, the object Ships is available, because it is an object within Data.

...

Select Dataset

...

in the Workbase, and start the Process Manager. Just select Data, and run a solution for Stability# (Click on Next until the text on the button changes again to Data input). You might want to inspect your solution by opening the TeLiTab (double

...

click on the value (Text/Telitab) of Stability# or press F2).

Image Added

  • Hereafter, delete this solution.
  • 4    Creating a section between TeLiTabs


We'd like It is desirable to assign a stability and comfort rating to each of our your ships. This rating, based on the rounded value of GM, is available in TeLiTab format:0

Our Your stability overview also contains values for GM_rounded, so we'd like to combine these two TeLiTabs should somehow be combined.

...

  • Add the following relation to

...

  • Top Goals/Undefined:

Stability_check# = SECTION#(Stability#, "", TEXTITEM$(1), "", 1)

You may want to evaluate the syntax of this function, the description can be found here.

...