[chart] not always showing the data

First of all, I use CVI2012SP1 with the CVI2013SP2 runtime.

I ve you have the problem that the same program and version works fine on my pc, but not on a pc for a customer.

The problem is that on my pc, I can see the data, but on the pc of the client it is from no data. As I use the manual scaling, I know that the data, which should be drawn, are just. The thing that bothers me the most is that I use a graph for other things in this program, and here they are still working.

I Don t know if it helps, but I also had the problem that Auto scale does not work for me on these graphs.

I can´t really make a cut from the version of this, because it seems that it is only a problem for the graphics on a table of many.

More information about the graphics. I had 4 panels with graphics on it. 3 panels is loaded only once and works perfectly, but a single panel that I load many times that I need and it got 2 graphics in it and these 2 graphics aren´t works as expected.

Nobody knows what this could be or could tell me what to try to find out what is wrong of will?

Problem found and solved.

Before I used a chart to display the data, I used a stripchart and as I ve changed the code I misplaced a parameter to the PlotXY function. So instead I put the thickness of line as a parameter to set the line style, and so the plots disappeared for the thickness of the line 2.

It was a hard to find bug

Tags: NI Software

Similar Questions

  • update date and time for 3.6 numbers does not show the time and does not automatically update the date

    The 'update date and time"for numbers of 3.6 does not show the time and does not automatically update the date.  What should I do?  Thank you.

    Hi david,

    where do you find ' update of the date and time.

    Quinn

  • MacBook pro 13-inch el capitan always show the Rainbow of dead ball

    Right now I'm using Macbook Air 13 inch mid 2012

    I have once again updated my iphone 4 ios s 8.0.2 to 9.1.2 using my mac and I left the mac update this throughout the night

    But tomorrow after I tried to run my mac, it turns very slow and I finally discovered that my mac always show the Rainbow ball dead once that he "freeze" or "hangs." I have a problem when I run any application, try to press one of the sound, light, stop buttons in the row or even write something about the spotlight

    I tried several thing to get my mac

    (1.) I tried to stop the do not respond forcefully quit

    2.) open the activity monitor and try to leave the app consuming so much memory or running % CPU

    3.) doing repair disk

    4.) close with force the mac by pressing the power button

    5.) try to restart using the command + alt + shift + power button / stop or command + R + power button front for my mac to turn on (and another way to turn on the mac I don't remember really

    6.) download the application "CleanMyMac3" and clear about 100 GB of data

    7.) I also check my hard drive internal and I know I have still 250 gb of my memory of free space

    Anyone has idea what should I do to make my normal Mac turn? I need quick answer as soon as possible

    First, you must uninstall CleanMyMac.  This program is bad, bad news.  It's the fraudulent crapware, I can be honest.  You should never, never, never download any program 3rd party to remove anything from your computer, sight unseen.  You do not know which files were contained in this 100 GB, and that's what makes it dangerous.  Your computer has been damaged, well beyond what was he runs everything until you did.  Mac do not need software 'maintenance' that claims to clean, organize, update or optimize it.  They do a great job of taking care of themselves, to the extent where that goes.  So, until the problems you encounter may be addressed, you need to uninstall completely in accordance with the instructions of the developer.  You can find them here.  Do exactly what these directions say to do.  If you do not, you will need to reinstall to uninstall correctly.

    Once you take care of it, go to http://www.etresoft.com/etrecheck , download and run EtreCheck, copy paste here the status report.

  • NB550D - battery icon does not always reflect the right balance of time

    I recently bought a NB550D and I must say that, first of all, I am very happy with it. It tends to be a bit slow, but I can live with that.

    However, my problem is that the battery icon may not always reflect the right balance of time. After a full charge, it can present 9 remaining hours but after a stop and restart it will be may show 75% and the remaining 3 hours. If I stop and restart it can show 75% and remaining 6 hours

    When I started the unit I enabled him to discharge completely (by means of) three times, as suggested by the seller in the store, but quite frankly it seems not a fall of difference!

    Any advice will be appreciated.

    Concerning

    Hello

    Like Tom, battery depands of working time on the use of the laptop.
    Battery time can always change.

    In addition, I would recommend calibrating the battery to ensure best performance.
    You must charge the battery until the led would turn to green (blue) and should unload completely the battery until the cell stops automatically.
    This process must be repeated several times.

  • Display today date + 10 days or show the date of the event if this is earlier.

    I have created an agreement form PDF.

    I would like to have the deposit due 10 days from "Date of the day" or the "EventDate", whichever comes first.

    currently it shows the date of the day + 10 days but sometimes the event date is earlier than that.

    Thank you all in advance!

    This script can be used for the filing date:

    document level scripts;
    function GetField (oDoc, cName)
    {
    get the object field with error checking.
    oField = oDoc.getField (cName);
    if(oField == null)
    {
    App.Alert ("Error to the field named" + cName + "\nPlease check the spelling of the domain name and capitalization.', 1, 0");
    }
    return oField;
    } / / end GetField function;

    Scand (cFormat, cDate) function
    {
    convert date stirng date with error checking object;
    Kai var = util.scand (cFormat, cDate);
    if(oDate == null)
    {
    App.Alert ("Date of conversion Error" + cDate, "using the format" + cFormat + "\nPlease verify that the date is valid", 1, 0);
    }
    Return to oDate;
    } / / end Scand function;

    function Date2Num (oDate)
    {
    convert the date object to the number of days since the EPO / / date of ch;
    set the time at midnight of the date;
    oDate.setHours (0, 0, 0, 0);
    convert milliseconds to days;
    Math.ceil (oDate.getTime (return) / (1000 * 60 * 60 * 24));
    } / / end of function Date2Num;

    function Num2Date (nDays)
    {
    Convert number of days date object.
    Back to oDate = new Date (nDays * 1000 * 60 * 60 * 24);
    } / / end Num2Date funciton.

    SetDate() function
    {
    If (GetField(this,_"Today").valuesAsString == null |) GetField(this,_"Today").valuesAsString == "")
    {
    var oToday = new Date(); get the date system;
    oToday.setHours (0, 0, 0, 0); Set to midnight;
    GetField(this,_"Today").value = util.printd ("dd-mmm-yyyy", oToday);
    }
    return;
    }
    Set the field to today's date.
    SetDate();
    end document level scripts;

    Event.Value = ""; Turn off the field;
    get the field objects and field values;
    var cToday = GetField(this,_"Today").valueAsString;
    var cEvent = GetField(this,_"Event").valueAsString;
    var cDateFormat = "dd-mmm-yyyy";
    If (cToday! = "" & cEvent!) = "")
    {
    objects convertdate to days;
    var oTodayDays = Scand (cDateFormat, cToday)
    var nTodayDays = Date2Num (oTodayDays);
    var oEventDays = Scand (cDateFormat, cEvent);
    var nEventDays = Date2Num (oEventDays);
    Make sure that the date of the event is not before the date of the day;
    If (nEventDays<>
    {
    App.Alert ("event date cannot be before the date. today', 1, 0);
    }
    on the other
    {
    Assume that filing date is the date of today + 10 days
    var nDepositDays = nTodayDays + 10
    If (nEventDays<>
    {
    nDepositDays = nEventDays;
    }
    fixed date of filing;
    Event.Value = util.printd ("dd-mmm-yyyy", Num2Date (nDepositDays));
    }
    }

  • Always show the toolbar of comment

    Hello

    Anyone know if it is possible to always show the toolbar to comment everytime I open a pdf file?

    Thank you

    Hello

    I regret that this is not possible, you must select the commenting tool to use.

    However, you can try the keyboard shortcuts Acrobat help. Keyboard shortcuts

    Kind regards

    Nicos

  • Storage VMotion - a general error occurred: could not wait for the data.  Error bad0007.

    People,

    I searched through this forum and have not found an answer that works in many positions out there, I say to myself that I would ask him once again.

    Here's the context:

    We have 12 identical Dell M600 blades in 2 chassis with 16 GB of Ram, 2 x Xeon E5430, they are all connected to an Equallogic PS 5000XV iSCSI SAN on a separate iSCSI (vswitch1) with 2 cards network dedicated network and dedicated switch, console svc iscsi dedicated, dedicated VMkernel port for iscsi access. Net access (vswitch0) contains port groups VM for our various networks and a console port and vmkernel svc for VMotion with 2 separate NETWORK cards as well.

    We are running ESX 3.5 U3 and VCenter 2.5 U3 on Win2k3 R2

    VMotion works between all servers, Storage Vmotion works for most machines, HA works and the value 2 host failurs with no monitoring of vm, DRS is set to manual for now I have a few machines on the local stores that I complete my rebuilt LUN, there is no set of rules for DRS and VMware EVC is enabled for guests of the Intel. However, I'll just describe one machine to do svmotion below.

    Here's the problem:

    I'm trying to Svmotion via svmotion.pl - interactive, a Machine to Windows 2000 with a virtual disk and a virtual RDM. I am aware of the requirements for the RDM and required parameters for svmotion, independent is not selected for the RDM, and I also have svmotioned several machines linux and win2k3 with the same configuration without problem. In the interactive session, I choose to individually place the disks and I chose the virtual disk to only the virtual machine to be moved, essentially, as I saw it move vdisk virtual machine and then copy to the pointer of the RDM.

    The use of the processor in this machine is about 25% average. but I try to run migrations at the time the lowest. and The Host it itself shows only about 5.5 GB of the 16 GB of RAM used. so I think we're good on the RAM. the volume/datastore that I'm migrating from has 485 GB free and the volume/datastore I migration towards a 145 GB free. the VM virtual disk is only about 33 GB.

    I run the script the windows version of the RCLI svmotion. and when to begin the process, I get the following error at around 2 percent of the progress:

    "Since the server has encountered an error: a general error occurred: could not wait for the data."  Error bad0007. Invalid parameter. »

    After searching around, I found the following hotfixes to the U2 release notes

    • Migrate.PageInTimeoutResetOnProgress: Set the value to 1.

    • Migrate.PageInProgress: The value 30, if you get an error even after the setting of the Migrate.PageInTimeoutResetOnProgress variable.

    I've made these changes, and I still get the same error.

    When I dig in the newspaper, I see these entries in the journal of vmkwarning:

    (Feb 24 00:17:32 vmkernel iq-virt-c2-b6: 82:04:13:56.794 cpu4:1394) WARNING: bunch: 1397: migHeap0 already at its maximumSize bunch. Cannot extend.

    (Feb 24 00:17:32 vmkernel iq-virt-c2-b6: 82:04:13:56.794 cpu4:1394) WARNING: bunch: 1522: Heap_Align (migHeap0, 1030120338/1030120338 bytes, 4 align) failed.  calling: 0x988f61

    (Feb 24 00:17:32 vmkernel iq-virt-c2-b6: 82:04:13:56.794 cpu4:1394) WARNING: migrate: 1243: 1235452646235015: failure: out of memory (0xbad0014) @0x98da8b

    (Feb 24 00:17:32 vmkernel iq-virt-c2-b6: 82:04:13:56.794 cpu2:1395) WARNING: MigrateNet: 309: 1235452646235015: 5 - 0xa023818: sent only 4096 bytes of data in message 0: Broken pipe

    (Feb 24 00:17:32 vmkernel iq-virt-c2-b6: 82:04:13:56.794 cpu6:1396) WARNING: migrate: 1243: 1235452646235015: failed: Migration protocol error (0xbad003e) @0x98da8b

    (Feb 24 00:17:32 vmkernel iq-virt-c2-b6: 82:04:13:56.794 cpu2:1395) WARNING: migrate: 6776: 1235452646235015: could not send data for 56486: Broken pipe

    At this point, I'm stuck... What is Windows RCLI? the vcenter Server? or the service console with not enough of RAM? We have already increased all our consoles service 512 MB...

    Any help would be greatly appreciated...

    Thanks in advance.

    Alvin

    The vmkernel on out of memory error, I had that before. And vmware support recommends setting 800M Max service console memory. And I did it and have no problems after that.

    See if that helps the issue.

    Mike

  • How is it that when I set the preference to always show the tab bar, he refuses to remain activated after I have quit Firefox and restart?

    Using Mac OSX10.6.7 and FF 4.0.1 I'm having a problem with the preference to always show the tab bar. I want to show him always. I check in the preferences in the "tab" window title, and all goes well until I left FF and when I restart FF tab bar is gone again. I go into preferences, and this option is now disabled. How can I fix that my preference is saved?

    Click 'help ' | "Restart with disabled modules. In the next menu that appears, select: "reset toolbars and controls. Then click on the button called "make changes and restart".

  • My Hp photo smart 7960 printer does not always print the content of a page, it's just leaves the dashes and spaces.

    Original title: malfunction of the printer

    My Hp photo smart 7960 printer does not always print the content of a page, it's just leaves the dashes and spaces. Yet, some of it is printed. It always seems to be on the same site type. Other sites will still print ok... The uninstaller and reinstalling will correct or do I have to download updates?

    Hello

    What browser do you use?

    If this is the case with some specific websites then after return from the address of the site.

    I suggest you try the troubleshooting described in the article methods according if you use internet explore.
    I can't print or preview before printing a Web page in Internet Explorer
    http://support.Microsoft.com/kb/973479

  • Kodak camera - Win 7 always shows the battery in 10%

    A few weeks ago, I bought a camera Kodak Z990. I noticed some weird behaviors with the 'Z990 Digital Camera' windows that open when I connect the camera to my laptop to Windows 7 via USB.

    • The taskbar displays two instances of the Z990 digital camera window - icon pop up for one is a peak of the camera, the other is a thumbnail of the current window. By selecting either to start from the taskbar displays the same window, and close the window causes the two tiles of the closing taskbar.
    • By clicking on the link to import the photos and the video is ineffective. It is necessary to double-click on the link. The interface would lead me to believe that a single click should work.
    • The most important for me - the descriptive text at the top of the window ALWAYS shows the status of 10% battery, regardless of the actual condition of the battery.

    I've already updated the camera the latest firmware available.

    Is there something that can be done on the side Windows of the things to address these questions, or all them are the result of driver from Kodak, and a solution can only come from Kodak?

    Thank you

    Steve

    In my opinion, you should contact Kodak regarding this issue.

  • TDSB import error "does not exist in the data store."

    I have a problem when you import a relative definition, do not know if it is to have a focus in the name.

    When I run the command on the server,

    Java com.fatwire.csdt.client.main.CSDT $WCS_CONTENT username = password CS_USER $= $CS_PASS resources = ImagePD:876f1718-06e7-40bd-bbc3-cea02d07d1f1 cmd = listds

    I have the answer,

    No such resource (s).

    But the file exists in the directory,

    sites\export\envision\cs_workspace\src\_metadata\ASSET\ImagePD\73\10\(876f1718-06e7-40bd-bbc3-cea02d07d1f1) of notícia. main.xml

    When I run the command to import,

    Java com.fatwire.csdt.client.main.CSDT $WCS_CONTENT username = password CS_USER $= $CS_PASS resources = ImagePD:876f1718-06e7-40bd-bbc3-cea02d07d1f1 cmd = import

    I get this error message,

    [2015-05-27 19:16:50, 883 UTC] [ERROR] [.kernel. [Default (self-adjusting)'] [com.fatwire.csdt] error on import: import error: import error: resource DSKEY:ImageP-876f1718-06e7-40bd-bbc3-cea02d07d1f1 does not exist in the data store.

    com.fatwire.cs.core.realtime.DataException: import error: resource DSKEY:ImageP-876f1718-06e7-40bd-bbc3-cea02d07d1f1 does not exist in the data store.

    at com.fatwire.realtime.packager.CSDTUtil._import(CSDTUtil.java:422)

    at com.fatwire.realtime.packager.CSDTUtil._import(CSDTUtil.java:455)

    at com.fatwire.realtime.packager.CSDTUtil.Import(CSDTUtil.java:360)

    at com.fatwire.csdt.service.impl.ImportService.importData(ImportService.java:227)

    at com.fatwire.csdt.service.impl.ImportService.execute(ImportService.java:88)

    at jsp_servlet._jsp._cs_deployed._openmarket._xcelerate._prologactions._publish._csdt.__csdtservice._jspService(__csdtservice.java:223)

    at weblogic.servlet.jsp.JspBase.service(JspBase.java:35)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)

    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)

    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)

    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:185)

    at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:526)

    at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:447)

    to com FutureTense.Servlet.ServletRequest.include(ServletRequest.java:1411)

    to com FutureTense.Servlet.FRequestObj.include(FRequestObj.java:1429)

    to com FutureTense.Servlet.JSPServices.runJSP(JSPServices.java:111)

    to com FutureTense.Platform.FileSystem.FILESYSTEMJSPManager.runJSP(FILESYSTEMJSPManager.java:463)

    to com FutureTense.Servlet.JSPServices.runJSPObject(JSPServices.java:50)

    to com FutureTense.Platform.FileSystem.FILESYSTEMJSPManager$ JSPDataFile.run (FILESYSTEMJSPManager.java:190)

    at COM.FutureTense.Common.ContentServer.jspExecute (ContentServer.java:3027)

    at COM.FutureTense.Common.ContentServer.evalTemplate (ContentServer.java:2621)

    at COM.FutureTense.Common.ContentServer.generatePage (ContentServer.java:1640)

    at COM.FutureTense.Common.ContentServer.evalPage (ContentServer.java:1276)

    at COM.FutureTense.Common.ContentServer.execute (ContentServer.java:465)

    to com FutureTense.Servlet.FTServlet.execute(FTServlet.java:129)

    to com FutureTense.Servlet.FTServlet.doPost(FTServlet.java:62)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)

    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)

    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)

    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)

    at com.fatwire.auth.RequestAuthenticationFilter.doFilter(RequestAuthenticationFilter.java:193)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)

    at com.fatwire.wem.sso.cas.filter.CASFilter.doFilter(CASFilter.java:701)

    at com.fatwire.wem.sso.SSOFilter.doFilter(SSOFilter.java:51)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)

    at com.fatwire.cs.ui.framework.UIFilter.doFilter(UIFilter.java:109)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)

    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3730)

    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3696)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)

    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)

    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

    I think that it is not recognizing the file because the name has an accent. But I have another server that recognizes, but can not find the differences.

    Can anyone help?

    I took care of my problem.

    At the beginning of WebLogic has been set the different LANG of enconding placed in the CLASSPATH.

  • I try to install hearing CC 2015 but it not only shows the installation.  It says 0% and its been 2 hours already.  How can I solve this?

    I try to install hearing CC 2015 but it not only shows the installation.  It says 0% and its been 2 hours already.  How can I solve this?

    Please read https://forums.adobe.com/thread/1499014

    -try some steps such as changing browsers and disable your firewall

    -also clear the cache of your browser if you start with a fresh browser

    -check the file hosts for blocked entries https://forums.adobe.com/thread/1912777

    http://myleniumerrors.com/installation-and-licensing-problems/creative-cloud-error-codes-w ip.

    https://helpx.Adobe.com/creative-cloud/KB/creative-cloud-desktop-application-failed.html

    http://helpx.Adobe.com/creative-cloud/KB/failed-install-creative-cloud-desktop.html

  • will never be an update where you can erase a background object of an image without clear photo behind the object and have the result as if the object was not always on the picture in the first place.

    Will never be an update where you can erase a background object of an image without clear photo behind the object and have the result as if the object was not always on the picture in the first place.

    I guess this feature without doubt not will be part of Lightroom because of the non-destructive nature publishing. Is that programs like Photoshop are for. But I don't speak for Adobe, because I do not work for them, and I did not all understand what are their plans for the future.

  • Intelligent barcode fonts does not not to merge the data?

    Intelligent barcode fonts does not not to merge the data?

    When you use the data merge, I get only a pink box where the code is supposed to go. If I cut and paste the same info in place the bar works very well. Has anyone had this problem?

    It seems you work with InDesign, correct? I'll try to post your question in the general forum of InDesign: help http://forums.adobe.com/community/indesign people there will be able to provide you with more specialized expert

  • Why can I not aplly / change the date on my computer? the date always show in 2010

    When I tried to change the date, the visible option is only the OK button. and apply the button is invisible.
    I went to administrative tools and tried to change the local policy. but the result was the same.

    You can even try command prompt:

    Start-> all programs-> Accessories-> right-click "Command Prompt" and select "Run as Administrator"
    After the command prompt loads type "date" and press ENTER. Now, enter the new date in the correct format. It will be useful. This is Old School.

Maybe you are looking for