Chart scale error

I am coding a logging system in labview 7.1
On the front panel I have several charts. If I try to change the x-scale by typing new end of scale value while running - labview crashes (LV7.1 has encountered an error, please tell Microsoft...)
If I change the x-scale when the program is not running - labview sometimes crashes.
The graphs are indicators OWGraph, Wave Height, Temperatures, Flow and in the lower loop, pressure difference.
The data comes from on demand aquiring from a pci6120 card which runs in one loop - the displaying is handled in another loop (on top in posted code image) except from one chart which needs quicker updates.
Attachments:
code1.gif ‏158 KB
code2.gif ‏51 KB

I found the sinner, it cant handle the offset. I use an offset of the number of seconds since 1904... to display the current time on the x-axis. If I plot two or more plots in the chart and use property node-> x-axis.offset it crashes every time I try to manually change the x-axis. I used most of the day figuring this out and the rest of the day to find a workaround. Since I dont use the date - I ended up calculating the smallest number of seconds to put into offset so that the time got right. Because if you wire a constant (any size) into the property node it is no problem - if you wire a time stamp converted to double - it crashes. When I use a probe on the value, it displays it in scientific mode (3,2 e+9) I wouldnt think this is any different than a constant written 3200000000 - but it is the only explanation I have right now - and I am not using one more second to find out - cause my workaround works...
In the code attached - the timestamp is input to a chart with a single plot, that however causes no problems...
Attachments:
code3.gif ‏19 KB

Similar Messages

  • Unable to display data in a chart, got error: No connection could be made .

    Hi Expert,
    I am running sample SH in OracleBI Answer. The retrived data in a table is fine, but I can't dispaly a chart.
    Thanks
    Helen
    Here is the error message:
    Error Generating Chart
    An error occurred during execution of "connect". No connection could be made because the target machine actively refused it. [Socket:764]
    Error Details
    Error Codes: ETI2U8FA
    I am using oc4j
    Here is website:
    http://5y2xch1:9704/analytics/saw.dll?Answers&SubjectArea=SH
    Here is SQL
    SELECT Products."Prod Name" saw_0, Calendar."Calendar Month Desc" saw_1, Calendar."Calendar Month Name" saw_2, "Sales Facts"."Amount Sold" saw_3 FROM SH ORDER BY saw_0, saw_1, saw_2
    Here is xml in Advance
    <saw:report xmlns:saw="com.siebel.analytics.web/report/v1" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlVersion="200705140" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:sawx="com.siebel.analytics.web/expression/v1">
    <saw:criteria subjectArea="SH">
    <saw:columns>
    <saw:column formula="Products.&quot;Prod Name&quot;" columnID="c2"/>
    <saw:column formula="Calendar.&quot;Calendar Month Desc&quot;" columnID="c0"/>
    <saw:column formula="Calendar.&quot;Calendar Month Name&quot;" columnID="c1"/>
    <saw:column formula="&quot;Sales Facts&quot;.&quot;Amount Sold&quot;" columnID="c3"/></saw:columns></saw:criteria>
    <saw:views currentView="2">
    <saw:view xsi:type="saw:compoundView" name="compoundView!1" rptViewVers="200510010">
    <saw:cvTable>
    <saw:cvRow>
    <saw:cvCell viewName="titleView!1">
    <saw:displayFormat/></saw:cvCell></saw:cvRow>
    <saw:cvRow>
    <saw:cvCell viewName="tableView!1">
    <saw:displayFormat/></saw:cvCell></saw:cvRow></saw:cvTable></saw:view>
    <saw:view xsi:type="saw:titleView" name="titleView!1" rptViewVers="200510010"/>
    <saw:view xsi:type="saw:tableView" name="tableView!1" rptViewVers="200510010" showHeading="false"/>
    <saw:view xsi:type="saw:staticchart" name="staticchart!1" rptViewVers="200510010">
    <saw:template tid="charts/column.cxml"/>
    <saw:selections>
    <saw:categories>
    <saw:category position="0">
    <saw:column columnID="c2"/></saw:category></saw:categories>
    <saw:measures>
    <saw:column columnID="c3" position="0"/></saw:measures>
    <saw:seriesGenerators>
    <saw:measureLabels/></saw:seriesGenerators></saw:selections>
    <saw:canvasFormat/></saw:view></saw:views></saw:report>
    Edited by: user914594 on Feb 4, 2011 8:22 AM

    Hi,
    Check weather Oracle BI Javahost server is on or not.On if server is down.
    Go to Start->Run->Services.msc
    Which version of OBIEE are you using?
    Regards,
    Srikanth

  • Oracle bi publisher PDF output changes chart scale

    I have created report which has charts - bar charts
    I able to run report in various formats including interactive, html, excel, powerpoint, pdf etc.
    Now the chart scale on all other format reports showing perfect e.g. 3.0 height on y axis. So its basically adjusting as the max height (value) for y axis. But for PDF output no matter weather it has less than 3.0 for all values in that page, but it shows height 4.0 (instead of 3.0 max as other output formats are showing). So its not adjusting dynamically as other output formats.
    How can I get PDF document display same as other output formats? Because if all values less than 0.5 height, still PDF output showing height as 4.0 , so graph is not visible or almost touching to the ground with straight line.
    Please help and appreciate your help.
    Thanks

    Has there been any update on this? I am running into the same problem, only it is only affecting one of my charts. The maximum keeps on dynamically setting to 4.0, though I have also seen it set its maximum to 5 and minimum to -5 given certain parameters.
    I have three other charts on the same report: one with a dynamic maximum that sets correctly, and two that have a static maximum. The problem is only when I view it as a PDF.

  • Database scale error

    When trying to change the scale of our SQL database from S1 to S2 in the new portal I get the following error:
    Database scale error
    Database scale operation from S1 Standard to S2 Standard failed for <DBNAME>. ErrorCode: BadRequest ErrorMessage: The operation is not supported for your subscription offer type.
    Tried again on the old portal and get a similar message:
    The operation is not supported for your subscription offer type.
    This is a pay as you go subscription. Are those not compatible with anything above S1?

    Hi Alex,
    This should not be the case for Pay-as-you go subscription. We might have to verify you subscription details and so request you to raise a technical support request via
    http://azure.microsoft.com/en-us/support/options/ along with the screen shot of the issue.
    Regards,
    Shirisha Paderu

  • SVG chart series error

    Hi!
    I want generate svg chart with 3 series basead in database table DR_HPUX_CPU with 5 columns: id (server id), percent_user, percent_idle, percent_system and info_date.
    What I Want is view information about CPU percent user, system and idle in the same chart. series query (i create 3 only different in PERCENT_XXX):
    SELECT NULL LINK,
    data,
    valor
    FROM
    (SELECT DISTINCT
    TO_CHAR(info_date,'YYYY-MM-DD HH24:MI') as data,PERCENT_XXX as valor
    FROM DR_HPUX_CPU
    WHERE ID=6 ORDER BY data DESC)
    WHERE ROWNUM < 21
    order by data asc
    If I have only one series, chart display very well. when i have 3 series chart return error:
    SVG Chart error: ORA-20001: line_chart error: ORA-20001: get_data error: ORA-20001: Parse error: ORA-00933: SQL command not properly ended
    What's wrong?
    Thanks
    Avc

    "Avc"
    I think we're going to have to see the other 2 queries. What happens when you try all combinations of 2 queries? What I'm asking is: can you narrow the problem down to 1 query?
    Sergio

  • Excel chart scale

    I cannot get LabView to set the maximum scale for my chart. Any idea? Thanks
    Attachments:
    test_filter_data_macro.vi ‏165 KB

    Do you get any errors?
    Some of your property and invoke nodes are not wired, so first make sure you are tracking all the errors. This may give you a clue why the scale is not set.
    When I run your VI ( I had to replace your SubVI with Open New Worksheet.vi) I get this activex error -2147352573 from the Axis.MaximumScale property. I saw this error with the report generation VIs, and the following link has the fix:
    Error "-2147352573 Member not found in the xxx.vi" with NI Reports VIs in LabVIEW 6.0
    This may not be a solution to your problem. In your VI, you are trying to get a reference to Axis object from Chart.Axes output. This will
    not work. You should first use Excel.Axes reference wired to Variant to Data function. Then wire the output reference to Axes method Item. Wire xlCategory or xlSeriesAxis to the Type input. Then wire the Item output reference to your Variant to Data that has Excel.Axis reference wired to it.
    I've attached modified VI that first uses Axes method to get the reference to Axis.
    Zvezdana S.
    Attachments:
    test_filter_data_macro[1].vi ‏189 KB

  • CHART BUILDER ERROR WHEN TRYING TO GENERATE DYNAMIC CHARTS ON A JSP PAGE

    I'm working with J Develop 9.03 on Windows 2000 Professional Edition.
    I'm using the JSP demo files provided with Oracle Chart Builder to generate
    dynamic charts. The user specifies the query parameters, including the date
    range and the query results are returned by means of a line chart (with date on
    the x axis and values on the y axis).
    When trying to compile the project I get the following error messages:
    Error(165,2): class FileOutputStream not found in class _graph
    Error(170,5): class File not found in class _graph
    Error(176,4): exception java.io.IOException is never thrown in the
    corresponding try block
    I checked to see that the chartbuilder library (chartbuilder.jar) files are
    loaded into the project library. It's unusual that the class is not being
    found. I don't understand why. I developed my project using the following steps:
    1. Unzipped Chart Builder installation files into c:\Oraclechartbuilder
    2. Loaded chartbuilder class library
    c:\Oraclechartbuilder\chartbuilder\lib\chartbuilder.jar into J Developer class
    path (by selecting <Project Settings> <Paths> and browsing to the
    chartbuilder.jar file).
    3. Created a new JSP page in J Developer (graph.jsp)
    4. Copied JSP code syntax from the Word Pad demo file and pasted into graph.jsp
    5. Changed the DB connection parameters and static directory location on the
    JSP page.
    6. Compiled the project and received the above errors.
    I would like to know why the classes are not being found and how to fix the problem. Thanks, Jaafar

    Hi mshah101,
    This can happen if the applet is compiled using an higher version of java and the browser is pointing to an older version (even if minor version number is higher)

  • Chart Control Error

    Dear all
    I have connected chart control with SQL database but while loading the chart it displays following error please help me in finding 
    a solution for the error.
    Thanks in advance
                                            Conversion from string "Incident_Type to type 'integer is not valid
    I don't know what is the mistake.
    Private Sub RadioButton3_CheckedChanged(sender As Object, e As EventArgs) Handles RadioButton3.CheckedChanged
            Try
                If RadioButton3.Checked = True Then
                    Dim reader As SqlDataReader
                    cmd = New SqlCommand("Select * from ATRAForm", cn)
                    reader = cmd.ExecuteReader
                    While reader.Read
                        SCRChart.Series("Region_VS_Incident_Type").Points.AddXY(reader.GetString("Incident_Type"),reader.GetString("Region"))
                    End While
                End If
            Catch ex As Exception
                MessageBox.Show(ex.Message)
            End Try
        End Sub
    Nadem

    Hi Mir Ahmad Raza Nadem,
    As your issue is related to Chart, I'm moving your thread to a more appropriate
    forum--Chart Forum for help. thanks for your understanding.
    Regards,
    Youjun Tang
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Chart causing error 1009 when enabling compatibility mode in Flash Builder 4

    Hello.
    I'm trying to use the chart components in Flash Builder 4. I'm using Flex SDK 4, but had to turn on the "Flex 3 compatibility mode" for some off-topic reasons.
    I simply created a new application and copied the code from the DateTimeAxis class example: http://www.codigoactionscript.org/langref/as3/mx/charts/DateTimeAxis.html#includeExamplesS ummary
    When running the example, the following error is reported (sorry, it is in italian: it's simply the "null object" error):
    TypeError: Error #1009: Impossibile accedere a una proprietà o a un metodo di un riferimento oggetto null.
    at mx.charts.chartClasses::CartesianChart/updateMultipleAxesStyles()[E:\dev\4.0.0\frameworks \projects\datavisualization\src\mx\charts\chartClasses\CartesianChart.as:2598]
    at mx.charts.chartClasses::CartesianChart/commitProperties()[E:\dev\4.0.0\frameworks\project s\datavisualization\src\mx\charts\chartClasses\CartesianChart.as:1360]
    at mx.core::UIComponent/validateProperties()[E:\dev\4.0.0\frameworks\projects\framework\src\ mx\core\UIComponent.as:7772]
    at mx.managers::LayoutManager/validateProperties()[E:\dev\4.0.0\frameworks\projects\framewor k\src\mx\managers\LayoutManager.as:572]
    at mx.managers::LayoutManager/doPhasedInstantiation()[E:\dev\4.0.0\frameworks\projects\frame work\src\mx\managers\LayoutManager.as:700]
    at mx.managers::LayoutManager/doPhasedInstantiationCallback()[E:\dev\4.0.0\frameworks\projec ts\framework\src\mx\managers\LayoutManager.as:1072]
    Is there a solution to this bug? We really need to use charts AND keep the Flex 3 compatibility mode.

    I use SDK 4.1 but I also get the error: (Flashbuilder 4.0.1 in Flex 3 compatibility mode)
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at mx.charts.chartClasses::CartesianChart/updateMultipleAxesStyles()[E:\dev\4.0.0\frameworks \projects\datavisualization\src\mx\charts\chartClasses\CartesianChart.as:2598]
        at mx.charts.chartClasses::CartesianChart/commitProperties()[E:\dev\4.0.0\frameworks\project s\datavisualization\src\mx\charts\chartClasses\CartesianChart.as:1360]
        at mx.core::UIComponent/validateProperties()[E:\dev\4.0.0\frameworks\projects\framework\src\ mx\core\UIComponent.as:7772]
        at mx.managers::LayoutManager/validateProperties()[E:\dev\4.0.0\frameworks\projects\framewor k\src\mx\managers\LayoutManager.as:572]
        at mx.managers::LayoutManager/doPhasedInstantiation()[E:\dev\4.0.0\frameworks\projects\frame work\src\mx\managers\LayoutManager.as:700]
        at mx.managers::LayoutManager/doPhasedInstantiationCallback()[E:\dev\4.0.0\frameworks\projec ts\framework\src\mx\managers\LayoutManager.as:1072]
    So I guess it is not solved....
    regards,

  • Module Chart component Error #1009: Cannot access a property or method of a null object reference

    Is there a known bug when displaying a chart component that is defined in a module. When attempting to display a chart component defined in a module it crashes indicating Error #1009: Cannot access a property or method of a null object reference.
    It crashes at the following location in ChartBase.as. Somehow when loading the chart the  styleManager.getStyleDeclaration("mx.charts.chartClasses.ChartBase"); returns null so when using the setStyle methods the exception occurs.
    private function initStyles():Boolean
            HaloDefaults.init(styleManager);
      var chartBaseStyle:CSSStyleDeclaration = styleManager.getStyleDeclaration("mx.charts.chartClasses.ChartBase");
      chartBaseStyle.setStyle("chartSeriesStyles", HaloDefaults.chartBaseChartSeriesStyles);
      chartBaseStyle.setStyle("fill", new SolidColor(0xFFFFFF, 0));
      chartBaseStyle.setStyle("calloutStroke", new SolidColorStroke(0x888888,2));
            return true;
    Added note: There is a chart component in the application that works fine.  The only way I can get  the chart in the module to display is to add the following workaround preinitializer but it severly impacts the loading of the module. Is there a way around this.
    protected function preinitializeHandler(event:FlexEvent):void
       var styleObjects:Array = FlexGlobals.topLevelApplication.styleManager.selectors;
       for each(var styleObj:String in styleObjects)  {
        var style:CSSStyleDeclaration = FlexGlobals.topLevelApplication.styleManager.getStyleDeclaration(styleObj);
        styleManager.setStyleDeclaration(styleObj, style, true);   
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
    at mx.charts.chartClasses::ChartBase/initStyles()[E:\dev\4.y\frameworks\projects\charts\src\ mx\charts\chartClasses\ChartBase.as:1862]
    at mx.charts.chartClasses::ChartBase/set moduleFactory()[E:\dev\4.y\frameworks\projects\charts\src\mx\charts\chartClasses\ChartBas e.as:1894]
    at mx.charts.chartClasses::PolarChart/set moduleFactory()[E:\dev\4.y\frameworks\projects\charts\src\mx\charts\chartClasses\PolarCha rt.as:223]
    at mx.charts::PieChart/set moduleFactory()[E:\dev\4.y\frameworks\projects\charts\src\mx\charts\PieChart.as:203]
    at spark.components::Group/http://www.adobe.com/2006/flex/mx/internal::elementAdded()[E:\dev\4.y\frameworks\projects\spark\src\spark\components\Group.as:1590]
    at spark.components::Group/addElementAt()[E:\dev\4.y\frameworks\projects\spark\src\spark\com ponents\Group.as:1387]
    at spark.components::SkinnableContainer/addElementAt()[E:\dev\4.y\frameworks\projects\spark\ src\spark\components\SkinnableContainer.as:775]
    at mx.states::AddItems/addItemsToContentHolder()[E:\dev\4.y\frameworks\projects\framework\sr c\mx\states\AddItems.as:782]
    at mx.states::AddItems/apply()[E:\dev\4.y\frameworks\projects\framework\src\mx\states\AddIte ms.as:563]
    at mx.core::UIComponent/applyState()[E:\dev\4.y\frameworks\projects\framework\src\mx\core\UI Component.as:10741]
    at mx.core::UIComponent/commitCurrentState()[E:\dev\4.y\frameworks\projects\framework\src\mx \core\UIComponent.as:10487]
    at mx.core::UIComponent/setCurrentState()[E:\dev\4.y\frameworks\projects\framework\src\mx\co re\UIComponent.as:10323]
    at mx.core::UIComponent/set currentState()[E:\dev\4.y\frameworks\projects\framework\src\mx\core\UIComponent.as:6425]
    at BloodPressure/bloodpressureDg_selectionChangeHandler()[C:\Users\Mark\Adobe Flash Builder 4.7\BiometricsFlexProject\src\BloodPressure.mxml:311]
    at BloodPressure/__bloodpressureDg_selectionChange()[C:\Users\Mark\Adobe Flash Builder 4.7\BiometricsFlexProject\src\BloodPressure.mxml:41]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at mx.core::UIComponent/dispatchEvent()[E:\dev\4.y\frameworks\projects\framework\src\mx\core \UIComponent.as:13152]
    at spark.components::DataGrid/commitInteractiveSelection()[E:\dev\4.y\frameworks\projects\sp ark\src\spark\components\DataGrid.as:3634]
    at spark.components::DataGrid/setSelectionAnchorCaret()[E:\dev\4.y\frameworks\projects\spark \src\spark\components\DataGrid.as:4210]
    at spark.components::DataGrid/grid_mouseDownHandler()[E:\dev\4.y\frameworks\projects\spark\s rc\spark\components\DataGrid.as:4679]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at mx.core::UIComponent/dispatchEvent()[E:\dev\4.y\frameworks\projects\framework\src\mx\core \UIComponent.as:13152]
    at spark.components::Grid/dispatchGridEvent()[E:\dev\4.y\frameworks\projects\spark\src\spark \components\Grid.as:4038]
    at spark.components::Grid/grid_mouseDownDragUpHandler()[E:\dev\4.y\frameworks\projects\spark \src\spark\components\Grid.as:3883]
    at Function/<anonymous>()[E:\dev\4.y\frameworks\projects\spark\src\spark\utils\MouseEventUti l.as:84]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at mx.managers::SystemManager/mouseEventHandler()[E:\dev\4.y\frameworks\projects\framework\s rc\mx\managers\SystemManager.as:2918]

    It appears as though this error has been going on for a while. See the following link http://forums.adobe.com/thread/941849

  • Vendor interest scale error !!!!

    Dear Experts
    At the time of executing the report through F.44 ( Vendor Interest Scale ) getting the error "Error table for
    vendor interest scale from 01.11.2011 No List Generated.
    Immediate feedback is needed.
    Regards,
    Raziq

    Dear Raziq Fareed
    please check once again in OB81 (Term : Debit interest arrears int. cal. / credit int. arrears int.cal.)
    also check in OB82 & check in vendor master were maintain interest ind.or not (By mistaken any one changed)
    Regards
    shankar

  • Invert Chart Scale without set Flipped or Properties Window

    There are a way to Invert Scale on Chart Plot without set the property Flipped programmatically or set the option inverted on properties window?
    I was created a executable program in labview and in any part of code exists a property Flipped and the properties window are not acessible. But one program user
    make the graph sliding from the right to the left, fliped.
    The are any combination of actions with mouse and keyboard to make the scale inverted? There are any combination of property values to do this?
    Solved!
    Go to Solution.

    I know how to invert the scale but I do not want to invert the scale.
    Nowhere in my code I am inverting the scale. Neither the properties window is accessible to the user so that he can do.
    But some user of my program could inadvertently inverting the scale and I can not understand how he did it.

  • Pie chart  display error

    Hi
    I created pie chart using CFCHART tag. In the chart display,
    data values overlap on one another in the display. How to rectify
    this error.
    Kindly help me in this regard.
    Advance thanks

    I am using  ColdFusion Report Builder 9 to generate a PDF, so there is no code to provide, but here is an example of my data:
    fruit
    count
    apples
    112
    oranges
    304
    bananas
    0
    pears
    0
    grapes
    16
    strawberries
    80
    plums
    48
    pineapples
    32
    blueberries
    16
    raspberries
    32
    apricots
    256
    tangerines
    705
    cherries
    1
    peaches
    0
    With 'label column: fruit' and 'value column: count', when I select 'data label: pattern', for my pie chart, the labels overlap.

  • Chart Syntax errors

    All
    I am trying to setup a chart with the following SQL. Now these columns and tables are valid.
    SELECT NULL 1, CLIENTTRADERID, TOTALROUNDTRIP FROM GFMIS.FASTFIX_CUSTOMER_PERF
    ORDER BY CLIENTTRADERID
    And i have tried to following the examples on this site
    http://download-west.oracle.com/docs/cd/B19306_01/appdev.102/b14377/bar_chart.htm#sthref145
    But i get an error when i enter next
    1 error has occurred
    Query cannot be parsed, please check the syntax of your query. (ORA-00923: FROM keyword not found where expected)

    Sorry so i figured out a simple chart
    SELECT null, clientacc, totalroundrip from fastfix_customer_perf
    But when i run it i get the generted graph but an error with
    SVG Chart error: ORA-20001: line_chart error: ORA_20001: get_data error: ORA 20001: Parse error: ORA 0090

  • Dynamic chart scale

    Hi!
    I'm working on a Line chart in Desktop Publisher, with this data:
    <LocalGridData colCount="{count(xdoxslt:group(.//ROW, 'saw_2'))}" rowCount="{count(xdoxslt:group(.//ROW, 'saw_0'))}">
    <DataValues>
    <xsl:for-each-group xmlns:xsl="http://www.w3.org/1999/XSL/Transform" select=".//ROW" group-by="saw_0">
    <RowData>
    <xsl:for-each-group select="current-group()" group-by="saw_2">
    <Cell>
    <xsl:value-of select="sum(current-group()/saw_4)"/>
    </Cell>
    </xsl:for-each-group>
    </RowData>
    </xsl:for-each-group>
    </DataValues>
    </LocalGridData>
    How can I dynamically set the scale of the Y1 axis (with the lowest value - 100, for example)?
    If I set the axisMinAutoScaled="true" it starts from 0 and it's not the scale I want.
    Thanks so!
    DrPlexi

    Hi Tim!
    The problem is that I have some NaN in my data, and maybe that's why my axis scale starts from 0.
    Here's an example of my data:
    series1: 1,822,475 1,586,400 2,493,331 2,095,273 2,049,296
    series2: 1,818,471 1,706,074 2,574,133 2,042,269 1,982,151
    series3: 2,073,949 1,721,527 2,493,331 NaN NaN
    The automatic scale is from 0 to 2,800K.
    I'd like to have a scale from 1,200K to 2,800K: I want to take the lowest value (1,706,074) and set the scale at a point immediately below in the grid.
    Is it possible to dinamically set a property in the xml linked to the lowest data value?
    Thanks so!
    DrPlexi

Maybe you are looking for

  • Is my soundcard officially DEAD? Someone PLEASE HELP ME!

    I have the Soundblaster USB 24bit external, its an old version and had it for about 2yrs now. Its worked great up till today when I think I killed it. Ive always had the sound card connected (via USB) directly to my laptop, but today I wanted to try

  • What upgrades if any can I do to an older computer

    My computer is Windows 7 Professional 32 bit HP/Compaq DC 7700 Small Form  4Gigs shared memory I cannot play games well because the memory runs low very quickly. Would getting a new motherboard and new Processor allow me to change to a 64 bit. Or wou

  • Customer subscreen on the PO item detail tab ( ME_GUI_PO_CUST)

    I use the BADI  ME_GUI_PO_CUST added customer subscreen ( new TAB) on the PO item detail.  if PO order type is NB ,  the TAB can show both me23n and me22n . if  PO order type is UB  , the TAB can show ME23N , but can't show ME22N .    Please Help, th

  • Can a plot line width be larger than level 5

    When I programming in Labview 6.1, in the property of plot, I found the line width only have 5 level. In my case, I need a much thicker plot line than level 5. Is there anyway to realize increasing the line width beyond the 5 options provided in Labv

  • Supervisor Desktop - Real time status shows the deleted agents

    Hi All, Recently we modified only the agent IDs for few agents.In ICM we just edited the previous entry. We have not deleted and re created it. Now the problem is the in "Supervisor Desktop - Real time status" the old entries are also reflecting in l