"Graph - Simple" change issues to include several axes

I'm changing the workspace "Graph - Simple" object to allow several axes. However, I was do unexpected behavior and I can't find a way to restore the configuration when the next load.

  1. Is there a way I can use the "Custom Data" variant in the Item.Data cluster to store the configuration?

  2. If not, is there another way I can do this work within VeriStand without having to re - develop a full graphical object (based on the free label template) just to add this feature?

I am currently using VeriStand 2014, but I can be updated until 2015, if there is a new feature that would help.

Thank you!

You're very close to having the right answer, but what you call won't work, unfortunately. Overall, it would be nice to put data in the custom as attributes of variant data field, as long as you crush all VeriStand attributes can be expected otherwise. Even if you do this, however, there is no way to save this copy of the cluster of the top-level VI item data. I can't in any way you can get this to work.

However, you do have to start from scratch. It is an available add-on here called Multi-Y chart with channels calculated. It has multiple scales are natively, but this is a graph open source with a superset of the features in the chart - simple. Here you could probably change to have two or more axes and find a good way of saving data so that it persists on the next load.

I did not write this control and never used personally, but it might be a more open alternative to watch before thinking to start over from scratch.

Tags: NI Products

Similar Questions

  • I have a new MacBook Pro 13 "." When you click on almost ANYTHING, I get a drop-down menu, rather than the simple task. This includes a link to closing a window, writing a message of openness. Whatever it is. I've updated to 10.11.2.

    I have a new MacBook Pro 13 "." When you click on almost ANYTHING, I get a drop-down menu, rather than the simple task. This includes a link to closing a window, writing a message of openness. Nothing, including the drafting of this issue. A screenshot is included. I've updated to 10.11.2.

    Thank you!

    Bill Koechling

    Is it possible that you accidentally tap the touchpad with 2 fingers?

    Try to go to the preferences system-> Trackpad-> point & click and disable the "Secondary click" item Or change one option other than water from the tap 2 fingers.

  • Change the location of several pictures at the same time?

    I see how to change the location of a photo at a time. Is it possible to change the location of several pictures at the same time?

    Thank you

    Phil

    Select the photos and info - enter the location (or any other field of the info) and it is applied to all photos

    This is described in using Photos - a good place to get help with Photos

    View and add information about the photos

    To view or change information for the photos, you select one or more photos, and then open the information window.

    • Open the Info window: Double-click a photo to view it, and then click the Info button in the toolbar or press on command I.
    • Add or change information: Change the following.

      • Title: Enter a name in the title field.
      • Description: In the Description field, type a caption.
      • Favorite: Click the Favorites button to mark the photo as a favorite. Click the button again to deselect.
      • Keywords: Enter the keywords in the keywords field. When you type, Photos suggest keywords that you have used before. Press enter when you have finished a keyword. To remove a keyword, select it and press DELETE.
      • Faces: Click on and type a name to identify a face. Click on several times, and then drag the identifier of the face different faces to identify many faces in a photo.
      • Location: Enter a location in the location field. When you type, Photos suggest places you can choose. To change a location, you can search a different location or change the location by dragging a PIN on the map. To remove location information, delete it or choose Image > location, then choose Remove location or back to the original location. You cannot assign a location if your computer is not connected to the Internet.

    LN

  • My Internet EXPLORER Favorites list include several photos, text files and downloaded web pages, of which none appear when I import my Internet EXPLORER Favorites list in Firefox. Is there a way I can remember those?

    My Internet EXPLORER Favorites list include several photos, text files and downloaded web pages, of which none appear when I import my Internet EXPLORER Favorites list in Firefox. Is there a way I can remember those?

    There is a work around:

    Export your IE Favorites to an HTML file, and then import it into Firefox. If you have questions more do not hesitate to ask.

  • Simple changes PDF - in the overview, or other application?

    I need to make modifications simple PDFs on a fairly regular basis. Generally, these are only:

    -Remove a page from the pdf file.

    -Join two PDFs (one after another).

    I don't need features beyond those such as annotations, etc.

    Can I make these simple changes in preview in El Capitan? I saw a quick look at the menus options to accomplish this.

    Or y at - it simple freeware that anyone can suggest?

    Try to preview first

    The basics of the Mac: Preview app views and retouching images and PDFs - Apple Support

    See also external link

    pp-part http://www.Macworld.com/article/2863923/the-many-superpowers-of-apples-preview-a - 1.html

    pp-part http://www.Macworld.com/article/2865527/the-many-superpowers-of-apples-preview-a - 2.html

  • Is hotmail and live mail make changes? I received several emails that seem to want a lot of personal information. Is this phishing or real?

    e job changes

    Is hotmail and live mail make changes? I received several emails that seem to want a lot of personal information. Is this phishing or real?

    Its likely phishing.  Don't answer unsolicited and provide personal information - NEVER!  The holiday season has still caused an incredible amount of emails from spam and phishing.

    Steve

  • How to change the extensions on several files with Windows 7?

    * Original title: Extentions

    How to change the extensions on several files with Windows 7?

    You hear no doubt, is that your movie software will only recognize certain types of image file formats.  If this is the case, you will need to reformat format files to any format PNG is recognizable by the software.

    Rather than we guess, please identify your «film» software

    Download and install IrfanView, which is a free utility for images.  http://www.IrfanView.com/

    IrfanView has the ability to read a great many formats of image files.  It can also convert image files formats.  And even better - for you - it can do all these things on a batch of files.

    As test, after I installed IrfanView, open one of your PNG files.  Now click on file > save as, and select the 'Save as Type' to be little matter the file type of your movie software will accept.  Save the file.  Make sure your movie software can accept the new file.

    Once you are convinced that you can modify files that you have in a format that you can use, use IrfanView

    File > Batch Conversion/Rename command.  If necessary, see IrfanView help on this topic.

  • Including several JSX files in the Panel

    I am trying to include several JSX files with my Panel and I followed this blog by Davide Barranca post:

    http://www.davidebarranca.com/2014/01/HTML-panels-tips-2-including-multiple-jsx

    External scripts are all evaluated very well, but when train to call one of the functions in one of these scripts, nothing happens:

    main.js

    csInterface.evalScript("externalFunc()");
    

    External.jsx

    /*jslint vars: true, plusplus: true, devel: true, nomen: true, regexp: true, indent: 4, maxerr: 50 */
    /*global $, Folder*/
    
    
    function externalFunc(){
        alert("yay - loaded additional external JSX");
    }
    

    It may depend on how you write your functions in the secondary jsx.

    var secondaryFun = function(param) { ... } // fails
    function secondaryFun(param) { ... }  // fails
    secondaryFun = function(param) { ... }  // works
    

    In addition, using the #include in the main .jsx a Panel causes a script error every time, but or may have the #include in a secondary .jsx file called from the hand through evalFile() and it will work.

    Madness of jsx inclusion here.

    Davide Barranca

  • I can't connect to creative cloud, and so I can not install the Photoshop account I paid for.  I changed my ID adobe several times, but I can't connect to creative cloud, he always says I have the wrong password.  Help, please. Thank U

    I can't connect to creative cloud, and so I can not install the Photoshop account I paid for.  I changed my ID adobe several times, but I can't connect to creative cloud, he always says I have the wrong password.  Help, please. Thank U

    Hello

    Please contact the support.

    Contact the customer service

    Concerning

  • How can I change the font in several capacities, at the same time?

    Hey guys, quick question. I have a bunch of titles and of lower thirds in my project and my producer decided that he did not like the police that we used previously and wants to change to a new one. It seems to do quite often. Is there a way to "globally" to change the font of several title cards at the same time instead of clicking on each of them separately and do it manually for each of them? And if there is no way to do that does anyone have any ideas on how to make it easier?

    How to upgrade several titles in Premiere Pro using InDesign

  • Change the properties of several fields

    I need to change the properties of corn (i.e., the number) of several fields when I pass the selection and then right-click, Format tab is not there. Help, please.

    Hi rednexhex,

    It is not possible to change the format of several fields at the same time

    You will need to manually change each field.

    Kind regards

    Rave

  • Change the author of several pdf both

    I can easily change the author of a pdf document, but I need to change the author of several pdf and making one is boring.

    Same feature is available in Acrobat X Pro. Before that, you need to use the batch processing tools.

  • My current computer can handle simple changes?

    After much frustration trying to use the trial version of CS5 to test my machine, I learned that the trial software does not accept certain formats.  So, I tried to convert MPEG - 4 to .wmv.  With .wmv wouldn't follow the video with audio in the preview screen and my processor is clocked at 98% of its capacity.  Now, I don't know if it's because the trail version will not work with either MPEG - 4 formats .wmv GOLD or my computer is too underpowered to use this software for a very simple Assembly.

    I am trying to decide if I can buy and use this software to make simple changes and transitions with titles on AVCHD with my current computer.  My computer is a laptop from Sony with 64-bit, Intel Duo Core 2.2, HD 400GO, which runs at 5 400 rpm, 4 GB of ram and a mobile intel GM45 exprress chipset mobile intel graphics meida accelerator 4500M HD and 1695 MB total graphics memory max.

    Two questions:

    1. can I use this software to make simple changes on the computer that is listed above?

    2. is there a format that I can convert the video to that will work in trial software so that I can continue to learn the software in my Lynda.com video tutorials before you purchase the software?

    Robert, I remember my friend Tony Donatelli's response when I asked him how much I needed to change my my Canon 5 d Mark II memory H.264 files.

    "ALL THIS!", he said.

    Joking aside, he was telling the truth.

    You are to halfway there buddy.  Don't give up now.  Believe me, paradise awaits you and 100 virgins as well.  All you have to do is somehow convince your wife/girlfriend you need to buy a nice desktop computer who smokes.

    I picked up a used MacPro and it changed everything.  MacBooks used to smother these video files and this unit to chew threw like a glutton.

    If funding is a problem, you might consider buying the full version of Premiere ELEMENTS for what you call your simple edits and take the money you saved and apply to the purchase of a brutal desktop computer.

    I would definitely stick with the Adobe platform, however.

    These Adobe forums are incredibly helpful and I found that it is the case with the forums of Final Cut.

    Good luck!

    Matt Dubuque

  • Include several chm in a

    Hello

    I'm working on a software documentation which is y composed several chm.
    I want to understand the chm several in a single chm, to facilitate the connection of the chm with the software.
    And when I call the help of the software I want to search the main chm help with chm several.
    I hope I'm clear enough... :)

    I want to know if it is possible to include several chm in a single,
    and call the main chm of the software and help in chm research several include in?

    Thanks a lot for your answer.

    Hi Vlavergne,

    I'm confused, but yet the excuses that she may be a language barrier (where you go by the way?).

    You say that you have "a .chm that includes all the documents? I thought you had separate .chm, you need to merge or combine into one?

    If you need to merge the separate .chm files, take a look at the Robohelps online help and start with the topic "frequently asked questions about the merger of the projects. There is also a large document available on the website of the Helpware group:
    http://www.helpware.NET/HTMLHelp/how_to_merge.htm

    Aid and the link should help you to understand the concept of fusion .chms and start. Basically, you create a master .chm which is a support for slave .chm files.

    If you need to combine a bunch of projects .chm, let me know.

    Kind regards
    Craig

  • How can I change the name of several places in a graph/chart. (programmaticly)

    Heey everybody, title says it all.

    I already tried to use active plot with a forloop, but for some reason any who does not work for me: s

    Order the image contained in the annex, which explains my problem.

    In the diagram, you will see a stringarray:

    0 = name 1,

    1 = name 2 and

    2 = name 3.

    For some reason some wack the plotnames appear in a different order. Also to order the program using debug, then you will understand directly what is my problem.

    Thank you!

    Just a quick suggestion:
    Reverse the order. Put the "active conspiracy" on top, then change the name of the parcel.

    That should do the trick.

Maybe you are looking for

  • I have a copy of the Safari icon on my desktop and the other in my application

    El Capitan 10.11.5 I have a copy of the Safari icon on my desktop, and I have one in the Applications folder.  If I try to put in the applications folder or in the trash, I get the message "Safari cannot be changed or deleted because it is required b

  • IMAP Trash do not sync

    If I delete something in my Inbox in Thunderbird moves it to the deleted items folder. However, this folder synchronizes with my IMAP server so the email still appears in the Inbox on other devices and does not appear in the Recycle Bin. I searched f

  • Camcorder to transfer the tapes video 8mm Hi8 to DVD

    HelloWhat best models of camcorder Hi8 CCD - TRV or Hi8 DCR - TRV (stereo) can use to transfer on several tapes DVD video 8mm Hi8 recorded in a Hi8 CCD-TR805? I hope that your quick help. Thank you.

  • Synchronize the analog I/o on DAQ

    I am writing a piece of code to use an NI USB-6251 data acquisition to measure the speed of sound in water. To do this, I send a burst of cycles say 4 or 5 of a sinusoid analog out on one of the outputs of the acquisition of data and then listening t

  • He cannot locate network printer on my laptop. Connects well with PC

    Original title: printer I bought a Canon MX870 series printer was installed on my PC by tech.  Even if it's a shared with my laptop computer, the printer is not found.  What should I do next?