Multiplot XY graph : error when wiring 24 to active plot property node

I'm using LabVIEW 2009
When I wire 24 or higher to the active plot property node of a multiplot XY graph , I receive error message :
error 1077
Property Node (arg 1) in Untitled 1
<APPEND>
Property Name: <b>Active Plot</b>
Anyone a suggestion ?
Solved!
Go to Solution.
Attachments:
Error1077.png ‏20 KB

Hi,
how many plots do you have currently plotted? ActPlot can only be as big as the current number of plots...
Best regards,
GerdW
CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
Kudos are welcome

Similar Messages

  • Outlook Integration Error when saving Email As Activity

    B1 8.8 PL11
    When clicking the Save E-Mail as Activity, we get the following error.
    "Could not create activity in SAP Business One because: 'To generate this document, first define the numbering series in the Administration module'"
    This was working, but this just started happening about a week ago.
    Any idea what could be causing this?

    The numbering series is defined and has been working correctly in a production system for a while now.  We had to restart the computer and then we didn't have the error.  This error has shown up a few times, everytime we restart the computer we are able to add the activity.
    I don't see a numbering series for Activities. 
    This error is occuring when we add an email as an activity from the Outlook Integration.
    Edited by: Jeff Campbell on Mar 2, 2012 7:29 AM

  • Error when creating a business activity in SAP BPC 10.1

    Hi Experts,
    I am failing to save a new business activity in SAP BPC 10.1 when setting up a new business process flow. I can validate the the activity successfully, however when I try to save the activity i receive the following message " Saving the workspace failed because of a missing root folder; contact your system administrator"
    Please can anyone help me with why I am receiving this message?
    Thanks so much

    Hi Kudzai,
    The error you're getting in BPC 10.1 is because the environments were migrated from BPC 10.0 or older version using transaction UJBR and it was not migrated to 10.1 after the restore.
    SAP Note 2052538 provides resolution for this. Please follow the instructions of Upgrade Guide for BPC NW 10.1:
    Execute migration program UJT_MIGRATE_100_TO_101 to migrate 10.0 data to 10.1 if the restored environment was backed up from a BPC NW 10.0 system
    Execute migration program UJT_MIGRATE_75_TO_101 to migrate 7.5 data to 10.1 if the restored environment was backed up from a BPC NW 7.5 system
    Thanks
    Rajesh

  • Error when trying to start managed server from node manager

    I have a managed server which is authenticated through a WeblogicAuthenticProvider. When starting the managed server from command line I need to setup certain jars in the classpath in order to start it successfully. However when I try and start the managed server from a node manager, I receive the following error.
    Any ideas as to what is going on are appreciated. Is there any way to force Weblogic Node manager to invoke the actual startManagedWeblogic.cmd when bringing up the managed server
    Thanks
    <Jun 5, 2006 9:21:05 AM EDT> <Info> <NodeManager@*.*:5555> <Starting Server TweCluster::TaxwareServer1 ...>
    <Jun 5, 2006 9:21:07 AM EDT> <Info> <NodeManager@*.*:5555> <Server TweCluster::TaxwareServer1 started, process id = 3,012>
    <Jun 5, 2006 9:21:11 AM EDT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with BEA WebLogic JRockit(TM) 1.4.2_05 JVM R24.4.0-1 Version ari-38120-20041118-1131-win-ia32 from BEA Systems, Inc.>
    <Jun 5, 2006 9:21:12 AM EDT> <Info> <Management> <BEA-141140> <The managed server is going to contact the admin server at http://zeus3dev:7001 to check if there exists a running admin server at this URL.>
    <Jun 5, 2006 9:21:12 AM EDT> <Info> <Configuration Management> <BEA-150017> <This server is being started as a dependent managed server.>
    <Jun 5, 2006 9:21:12 AM EDT> <Info> <Management> <BEA-141107> <Version: WebLogic Server 8.1 SP4 Mon Nov 29 16:21:29 PST 2004 471647
    WebLogic XMLX Module 8.1 SP4 Mon Nov 29 16:21:29 PST 2004 471647 >
    <Jun 5, 2006 9:21:12 AM EDT> <Info> <Configuration Management> <BEA-150015> <Connecting to the administration server http://zeus3dev:7001 to retrieve the initial configuration.>
    <Jun 5, 2006 9:21:16 AM EDT> <Notice> <Log Management> <BEA-170019> <The server log file E:\bea8.1\weblogic81\common\nodemanager\TaxwareServer1\TaxwareServer1.log is opened. All server side log events will be written to this file.>
    The WebLogic Server did not start up properly.
    java.lang.NoClassDefFoundError: com/taxware/twe/util/crypto/CryptoUtil
    at com.taxware.twe.auth.server.GenericPrincipalValidator.<init>()V(GenericPrincipalValidator.java:41)
    at com.taxware.twe.auth.server.WeblogicPrincipalValidator.<init>()V(WeblogicPrincipalValidator.java:38)
    at com.taxware.twe.auth.server.WeblogicAuthenticationProvider.getPrincipalValidator()Lweblogic.security.spi.PrincipalValidator;(WeblogicAuthenticationProvider.java:188)
    at weblogic.security.service.PrincipalAuthenticator.initialize(Ljava.lang.String;[Lweblogic.management.security.ProviderMBean;)V(PrincipalAuthenticator.java:154)
    at weblogic.security.service.PrincipalAuthenticator.<init>(Ljava.lang.String;[Lweblogic.management.security.ProviderMBean;)V(PrincipalAuthenticator.java:262)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.doATN(Ljava.lang.String;Lweblogic.management.security.RealmMBean;)Lweblogic.security.service.PrincipalAuthenticator;(SecurityServiceManagerDelegateImpl.java:581)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initializeRealm(Lweblogic.management.security.RealmMBean;Ljava.util.HashMap;)V(SecurityServiceManagerDelegateImpl.java:420)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.loadRealm(Ljava.lang.String;)V(SecurityServiceManagerDelegateImpl.java:700)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initializeRealms()V(SecurityServiceManagerDelegateImpl.java:733)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initialize(Lweblogic.security.acl.internal.AuthenticatedSubject;)V(SecurityServiceManagerDelegateImpl.java:876)
    at weblogic.security.service.SecurityServiceManager.initialize(Lweblogic.security.acl.internal.AuthenticatedSubject;)V(SecurityServiceManager.java:734)
    at weblogic.t3.srvr.T3Srvr.initializeHere()V(T3Srvr.java:822)
    at weblogic.t3.srvr.T3Srvr.initialize()V(T3Srvr.java:670)
    at weblogic.t3.srvr.T3Srvr.run([Ljava.lang.String;)I(T3Srvr.java:344)
    at weblogic.Server.main([Ljava.lang.String;)V(Server.java:32)
    Reason: com/taxware/twe/util/crypto/CryptoUtil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Found a workaround:
    Manually, add PATH (and probably the other environment variables also) to
    ${WLS_HOME}/common/bin/commEnv.sh.

  • Error when trying to install Active Directory Domain Services role

    I am running Server 2012 r2 standard on a physical server.  When I try to install active directory from the add roles and features wizard, I get this error:
    "The request to add or remove features on the specified server failed.  Installation of one or more roles, role services, or features failed.  The referenced assembly could not be found.  Error: 0x80073701"
    I have already tried running these commands:
    sfc /scannow
    dism /online /cleanup-image /restorehealth
    I have all of the latest updates from windows update.  
    Any idea what might be causing this?
    Thanks!

    Hi drwebster93,
    This error most times occur because there have some language pack corrupted, please first try to remove some useless language, you can refer the following KB to remove language
    pack.
    Add and Remove Language Packs Offline Using DISM
    https://technet.microsoft.com/en-us/library/hh824893.aspx
    If above method please perform the following action then monitor the issue again.
    Confirm you have disabled "Specify settings for optional component installation and component repair" group policy.
    Try to use PowerShell cmdlet: C:\Users\Administrator> Install-WindowsFeature –Name AD-Domain-Services
    Run the
     sfc /scannow cmdlet and Uninstall Antivirus Software.
    More information:
    How to resolve the error 0x80073701(ERROR_SXS_ASSEMBLY_MISSING) when you are installing a service pack or update
    http://blogs.technet.com/b/asiasupp/archive/2011/06/20/how-to-resolve-the-error-0x80073701-error-sxs-assembly-missing-when-you-are-installing-a-service-pack-or-hotfix.aspx
    I’m glad to be of help to you!
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Error when tried to set the PreserveSequence property in a map to "yes"

    Hi there,
    I have a lab ORU^R01 msgs  that has multiple OBR and OBX segments, I tried to preserve the order by setting the PreserveSequence property but in run time i get this error:
    The variable or parameter "http://schemas.microsoft.com/Biztalk/2003/var:v14' is either not defined or it is out of scope.
    I have to geth this sorted as the users do not want them out of order.
    Can I get help on this please,
    sushma

    Hi Shushmakad,
    If you set Preserve Sequence Property=true. BizTalk will always expect source node will be in sequence, but you have option to change sequence of destination schema by updating xslt.
    Can you test your map with sample input message with sequence.  
    Debug xslt (use this url for reference) 
    http://msdn.microsoft.com/en-us/library/ms255602(v=vs.110).aspx
    Regards
    Suman

  • Error when synchronising data with Active Directory - URGENT

    Hi,
    We are currently running on ECC 6, and have a CUA implemented. I am attempting to synch my user data on the CUA with the Active Directory, I'm only updating the SAP database and not writing back to AD.
    I have mapped the fields in LDAPMAP, and using the find function through transaction LDAP I'm able to read the data for the relevant fields so the AD user id does have the correct read access to AD
    However when I run the RSLDAPSYNC_USER program, the user is created but only the Surname field is populated. Does someone perhaps now what could cause this problem?
    Thanks in advance
    Sujeet

    I think I know what you're problem may be.. There is a hard limit or 1000 results for a LDAP search against active directory. And I think you're hitting this limit. One way to test is to narrow your search to one small OU with only 10 users in the OU.
    This setting can be changed at the controller and is called "MaxValRange". here's a link to more info <a href="http://support.microsoft.com/kb/315071">http://support.microsoft.com/kb/315071</a>
    Before you make this change on your domain controller I'd try narrowing the search to a single OU first.

  • Htmlb:ganttChart: JS-Error when clicking on a activity

    Another litte thing about the htmlb:ganttChart :
    I added several ganttChartActivities to the chart. It seems that you can click on these activities (cursor = hand), but if I try, I will get a JScript  Error "Expected Identifier, line 1, column 7".
    Can I prevent the onClientClick Event of the Activities or something like that?
    By the way, I use WebAs 640 with SP 10 and note 0822038.
    Best regards,Daniel

    Hi Daniel,
    Thanks for updating the thread
    Regards
    Raja

  • Xy graph active plot property settings not working

    I set the xy graph plot properties manually and they appear to work. However, when I try to set them in the program they revert to the manual settings. What's going on?
    PaulG.
    "I enjoy talking to you. Your mind appeals to me. It resembles my own mind except that you happen to be insane." -- George Orwell
    Solved!
    Go to Solution.

    I went to the graph and made plot legend visible and extended it from one plot to 3. That's all I did. Now it appears to be working properly. It's been a long while since I had to get really fancy with a graph but I don't remember having to do this. My memories of  graph properties were that they were a little more dynamic. 
    PaulG.
    "I enjoy talking to you. Your mind appeals to me. It resembles my own mind except that you happen to be insane." -- George Orwell

  • Error when I open "Mantein Dimension Property" - object variable

    I got the following error when I open the Mantein Dimension Property in the BPC Administration panel:
    "object variable or with variable not set"
    I am using SAP BPC 5.1 SP3 on Win2003 and MSSQL 2005 Enterprise.
    Any help is welcome.

    Hi,
       Usually, this error is comming from a wrong client installation or from a client which is not syncronized with the server version. Can you please check this?
    You can just try to reinstall the Admin client component (very fast) to see if this is solving your issue.
    Regards,
    Mihaela

  • Error when transporting

    Hi,
    I got a error when transport,
    I have Activated Infoobjectfrom BC then attr and text then created transformation,DTP and infopackege for respective DS in one request then I have relesed the request from SE09 then Imported in Q systm,
    Then I got error, so whr exactly i gone wrong could any one  expln
    I am getting fowlling error
    Start of the after-import method RS_RSDS_AFTER_IMPORT for object type(s) RSDS
    InfoSource 0BP_IND_SECTOR_ATTR is not available in source system Qxxxxxxxxxx
    Error when activating DataSource 0BP_IND_SECTOR_ATTR Qxxxxxxxx
    Regards,
    Swapna

    Hi,
    Have you replicated the 0BP_IND_SECTOR_ATTR DataSource in your Q system? For this you will have to first transport the above R/3 DataSource (and all other DataSources that you have activated in R/3 Dev) from R/3 Dev to R/3 Q. After that, you may manually replicate this DataSource in BW Q from R/3 Q. Then retransport your original BW request. That should do the trick.
    Hope this helps
    Sandeep

  • NI 845x USB: Error -301713 occurred at Property Node (arg 2) in General I2C Read.vi

    Hello,
    I am currently working  with digital accelerometer LIS35DE from ST Microelectronics. I want to start with tests of this device. For that purpose I used NI 845x USB to connect with accelerometer via I2C. Unfortunately, when I made electrical connections and set up parameters of communication and run the program (I found it in examples) the following error occured:
    Error -301713 occurred at Property Node (arg 2) in General I2C Read.vi
    Possible reason(s):
    NI-845x:  An input parameter, or combination of parameters, is invalid. An example of this error may be setting an invalid baud rate or enabling I2C ACK polling while using 10-bit addressing.
    The code can be found in attachements. I couldn't find any extended description of this problem. What could be a problem: incorrect device address, register address, configuration parameters?
    Any help is appreciated!
    Best regards,
    Michael
    Attachments:
    General I2C Read.vi ‏24 KB

    Hi MicMac89!
    First of all could you please post which version of LabView are you using?
    Could you please tell me which version of 845X hw are you using? (8451 or 8452)
    I opened the example you attached. As you wrote the error occurs at the second argument of the property node. (I guess this is the first property node where the error occurs.)
    This argument of the property node enables the onboard pull-up resistors. But not all NI-845x hardware support pull-up resistors. (Because of this is important to know which hw version are you using.)
    Did you try the example with disabling the pull-up resistors?
    I suggest you to go through the Manual of this product, (if you did this not yet) This could make it clear where and when to use what kind of pull-up resistors.
    For example: If you are using 8452, you must enable pull-up resistors, for Vref ≤ 1.8 V for the FPGA to properly detect a low-to-high transition
    Manual: http://www.ni.com/pdf/manuals/371746d.pdf
    HW specification: http://www.ni.com/pdf/manuals/290598a.pdf
    Please post if my suggestions helped. Of course if you have any questions, don't hesitate to post them.
    Best regards, 
    Balazs Nagy

  • Is there a line style descrepancy with xy graph property nodes?

    Hello.
    I am attempting to display mutliple bar graphs in a single XY graph control. To color-code and label each one, I set up a for-loop and call each active plot to set the color, plot name, etc. The problematic thing is that when I define the vertical bar graph type by-hand, at the control on the front panel, I have 5 vertical plot style options. The fifth one produces the best results. When I try to set this property node in the block diagram, I have only three vertical plot style options. Is there a way around this?
    Appreciate any fedback.
    Best,
    Mike

    Hi Mike,
    I read the property node for the bar plots (after having setting it by hand to the one you like) and it appears that the value of that bar plot is 8. I also set it to a different bar plot by and hand then wrote "8" to the property node and that does seem to change it to the last  (left to right) vertical bar graph. I am running LV 7.1. If you look at the context help it does seem to indicate that the only values for vertical bar graphs are 1-3 but try writing "8" and see what happens.
    Cheers,
    --Russ

  • Unknown error when loading graph in weblogic version 10.3.4.0

    Hi
    I have a JSF page which shows displays data. The graph is being displayed properly when running locally(in Jdeveloper's embedded weblogic).
    But after deploying to the actual weblogic server (WebLogic Server Version: 10.3.4.0) , I am getting the following error when the JSF page containing the graph is loaded.
    *"An unknown error occurred during data streaming."*
    The data source is referring to the same database that I am connected to from the Jdeveloper when running locally
    Jdeveloper Version is: 11.1.1.4.0
    Can anyone please state the possible reason for this and what could be the possible reasons for errors in data streaming

    i get very similar error trying to deploy to a managed server in weblogic (not to the default managed server) weblogic 10.3.5 jdeveloper 11.1.2.1.

  • Jdev11 unexpected severe error on graph preview when security enabled

    Graphs on jdeveloper 11 are realy cool
    The wizard to create them is very helpfull, especialy the preview tab that you can see the results
    Yet when you are working on an application that is Security Enabled then when you click preview tab you always get:
    An unexpected severe error has ocurred in Jdeveloper.
    Anyone else using Graphs?
    details:
    [http://adfbugs.blogspot.com/2009/10/unexpected-error-on-graph-preview-when.html]

    You didn't mention your JDev version.
    But if you search Oracle support, you'll find an existing bug logged for this problem (for 11.1.1.5.0):
    Search: NOT ABLE TO IMPORT SCHEMAS IN JDEVELOPER     
    in Oracle support...

Maybe you are looking for

  • Can't open Mac iTunes library on Windows

    I'm wondering how I can make my iTunes library database file work with both Mac and Windows off of an external hard drive. On my Mac the drive gets a firewire connection, and on the PC it gets USB connection. Either way, when I hold shift on Windows

  • Set range selection on a clip using "X" not working!

    So I just downloaded FCPX this afternoon and am trying to select a range on a clip in the Event Browser to then drag that selection down to the Timeline.  On a 20 second clip, I press the "I" at 7 seconds in, then I press "O" at 14 seconds.  That's t

  • TOSHIBA L300 doesn't start or charge

    Ok. So last night I switched on my moms computer when I noticed that it was on low battery. I thought that was odd , because prior to using it,  I had connected it to the adaptor and let it charge for an hour or so, and I reasoned that it should have

  • Adobe reader Firefox Problem

    Hallo ich habe das Problem das Firefox keine PDF´s anzeigt es kommt immer nur die fehlermeldung 8siehe Anhang) Ich benutze Vista Home Prem. 32 Firefox 7.01 und Reader 10.1.1 Hoffe es kann mir jemand helfen... Danke P.S. Plugins sind korrekt eingetrag

  • Retain last state

    I have a little accordion sidebar my temporary site I have customized and widget works with mouseover, then click through to new page. Problem I have is once I'm on panel number 2, If I click on a panel content link, when new page loads the accordion