Hello, I have another question about generating the definition files. Is there a way to populate tables in a reversed way? So I put to populate by column, but when I open the table I want the largest value at top instead of the bottom of the table. The largest value is the first address in each case. Any way to do that? Or should I just redefine the lowest row to be the highest values? One of my examples is below. Thank you much, Tom
%%TABLE%%
040005 Title ="Glo-Plug Time "
040100 Address =0x4DCE
040200 ZEq =(0.100000 * X) + 0.000000,TH|0|0|0|0|
040230 RangeLow =0.0000
040240 RangeHigh =255.0000
040300 Rows =0x09
040305 Cols =0x09
040310 PopByCol =0x1
040320 XUnits ="Temp (C) "
040325 YUnits ="% Heat Loss "
040330 ZUnits =""
040350 XLabels =-20,-10,0,10,20,30,40,50,60
040352 XLabelType =0x4
040354 XEq =X,TH|0|0|0|0|
040360 YLabels =0,13,25,38,50,63,75,88,100
040362 YLabelType =0x4
040364 YEq =X,TH|0|0|0|0|
040660 XAxisMin =0.000000
040670 XAxisMax =1000.000000
040760 YAxisMin =0.000000
040770 YAxisMax =1000.000000
%%END%%
populating table by column
Moderators: Mangus, robertisaar, dex