help understand the digital and graphical waveforms

Can someone explain to me how digital waveform working with NOR?

I did a channel physical and wired to a DAQMx create channel then I have it connected to a NSamp of 1Chan ereading Wfm DAQMx and then wired it to a graph of digital waveforms.

I put digital and graphical digital waveform playback in a loop.

When I run it, it seems to me only to get 1 sample on the graph per loop iteration.

The desired output is to add each digital sample as a function of delay which can connected and or scrolls in time to examine what is happening with the signals.

Where is my mistake?

My VI is attached.

Any help would be greatly appreciated!

Also another quick question, is there a 'comment' as a command / / c or ' in VB?  Thank you.

Hi Henry,.

Thanks for the post! It seems that you are having problems with the acquisition and the graphic representation of digital data using DAQmx and LabVIEW. You are right that the type of program you have returned a single sample every loop iteration, because you make an acquisition without buffer, timed by the software. This means that the program reads a sample for each channel, whenever the DAQmx reading VI is called, which will depend on the speed of the software will run. In addition, when you view this data, the chart will only display data acquired for this iteration of the loop (that is, in this case, a single sample).

To accomplish what you want will take some extra work and overhead costs in the software, but you can essentially use a shift register and accumulate samples that your program runs. There is a practice done just VI to do this kind of thing with digital signals and is called DWDT Append Digital Signals.vi (this can be found in the palette of functions in respect of programming"Wfm Digital Waveform"). I created a small example which you should be able to run that does this. What actually happens is that the waveform is rewritten each time with new data added in addition to the data passed in. To be able to scroll back and view this data, I turned off automatic scale on the x axis (if it is enabled, it will constantly increase and tries to show all the data at the same time) and selected just a data window to display. In addition, I added a horizontal scroll bar to scroll through the review data.

And to answer your question about the code comments in LabVIEW, this can be done with a clear Structure of the diagram. You will find this structure in your palette of functions in respect of programming' Structures. Using this structure, you can select a part of your block diagram to disable and switch to the active state of wire through the or add different features that will run. Hope this helps and good luck!

Tags: NI Software

Similar Questions

  • Help understand the ERPi and planning

    Hi all

    Planning/Essbase. Version is 11.1.2.

    Can you please help me understand the role of the adapter of the ERPi. I have a hyperion planning that is on an essbase cube. We load the data and metadata for E-Business Suite 11. Forms and reports, I want to break through to the data of the EBS. I have installed and configured the adapter ERPi and ODI scenarios


    Question 1)

    Do I have to load data and metadata extraction for.

    Question 2)
    I put my source and target - systems where can I configure the "Drill Through".

    Thanks in advance for any help offered.

    Let me clarify, you must run the rule metadata ERPi in but you don't need to load the metadata for the application of the EMP. I think that much confusion exists around this point.

  • Help understand the HorizontalLayoutManager and width issues RichTextField

    I try to have something like that on the screen (4.7 Simulator as a storm)

    Spacer | RichTextField | Spacer

    Spacer | RichTextField | Spacer

    Spacer | RichTextField | Spacer

    Spacer | RichTextField | Spacer

    Here's how I'm doing it

    HorizontalFieldManager hfm1 = new HorizontalFieldManager();
    
    VerticalFieldManager vfm2 = new VerticalFieldManager();
    for (int i = 1; i <= 4; i++) {
      RichTextField rtf = new RichTextField("Hello World " + i);
      vfm2.add(rtf);
    }
    
    hfm1.add(new LabelField("!"));
    hfm1.add(vfm2);
    hfm1.add(new LabelField("!"));
    
    add(hfm1);
    

    This will display

    Spacer | RichTextField

    and not the desired

    Spacer | RichTextField | Spacer

    What seems to happen is that the RichTextFields is too long and I don't know how to solve this problem. Does anyone have any suggestions on what I am doing wrong?

    I tried getPreferredWidth() substitution, but this isn't all to shorten

    for (int i = 1; i <= 10; i++)
    {
      RichTextField rtf = new RichTextField("Hello World " + i)
      {
        public int getPreferredWidth()
        {
          return (40);
        }
      };
      vfm2.add(rtf);
    }
    

    If it helps, () Display.getWidth Returns 360 without the above substitute in portrait (top-side-to the top).

    Any help is appreciated.

    Which no longer works, you must force the width of the RichTextField in the sublayout.

    Try the following:

        VerticalFieldManager vfm = new VerticalFieldManager();
        HorizontalFieldManager hmanger = new HorizontalFieldManager();
        hmanger.add(new LabelField("!"));
        RichTextField rtf = new RichTextField("Hello World ") {
            public int getPreferredWidth() {
                return 40;
            }
            protected void layout(int arg0, int height) {
                super.layout(getPreferredWidth(), height);
                setExtent(getPreferredWidth(), height);
            }
        };
        hmanger.add(rtf);
        hmanger.add(new LabelField("!"));
        vfm.add(hmanger);
        this.add(vfm);
    

    Also, can I complements the original poster on which gives us a simple piece of code that worked without needing anything else and demonstrated the problem.  I wish that all code messages were similarly brief and precise.

  • Help understand the Double billing for the same product on the same account

    Recently, I realized that I make double charge on my account from creative cloud for the same exact items charged to the exact same credit card. In addition, I must say that I had two accounts still somehow. It is because I have lost access to the associated e-mail account and do could not connect. When I talked to Adobe at this time there they notify that I have create a new account with a new email, I did. That being said, every month for almost a year I was charged $31,79 and the new account as well. (I admit I'm not very good about checking all my automatic subscriptions online monthly but supposed to Adobe as a company highly and popular, could do things). I called and the first representative I spoke with today understands the problem and transferred to me for a refund, however once transferred, the representative was not only do not understand but rude and gave me a refund for 6 months. As of today, they canceled the account I have not used and me be charged twice a month for but only paid 6 months more than 12 months of double billing. The representative tried to tell me he was doing me a favor because I wasn't in charge of normal early termination fees. It has become so confusing and so I did at that moment that I said I would get more help here in the forums...

    1. I'm trying to understand why in the world they would even charge me a cancellation fee when I was clearly NOT cancellation of an account, just to make a change, which was made according to the way which they charged me and, of course, who they do not now recognize?

    2. How can I reload the same exact account for exactly the same product with activation of the said product as a single computer, and no other user (not to mention that I just used the product)?

    Any help or advice would be appreciated!

    All first of all my apologies for the not so pleasant experience.

    The Adobe ID here in the forum has a CC bought in March 2016 with no cases registered.

    I understand that this is for another subscription CC, could you please me message in private closed, the file number or the number of order which you have been invoiced in duplicate.

    I can probably follow that.

    Concerning

    Stéphane

  • How to edit a .ai (converted to a smart object) in photoshop.  I want to change the text and changed the text and graphics

    In photoshop, how to change a file .ai (converted to a smart object)?  I want to change the text and changed the text and graphics.

    Total beginner, so need help.

    Thank you very much.

    That must be edited in Illustrator.

  • I have customized a widget and want to reuse on another page. How save, copy or reproduce them? With the help of the iMac and Muse 2015

    I have customized a widget and want to reuse on another page. How save, copy or reproduce them? With the help of the iMac and Muse 2015

    You can just copy/paste the enchilada itself on another page, pretty easy!

    If you want to reuse more often, you can open the library or libraries CC , to store and later hanging out once again. Note: for the creation of an article in the 'old' library, you must select the element on the page and click on the new icon in the " library " window To create an element of CC libraries , you can simply drag something in and out of the window libraries CC .

  • HP Pavilion a6000n - improvement of the system. Need help with the decision and suggestions

    Hi all

    I have a HP Pavilion a6000n, spec even with this link , except that I have 3 GB of memory and Window Vista Home Premium 32-bit.

    I think to update some of my computer hardwares that can run more smooth in some games and to improve my gaming experience.

    I'm looking to replace the processor and graphics card.  At the present time, I have an AMD Athlon (TM) 64 X 2 Dual Core Processor 4200 + 2.2 and a NVIDIA Geforce 6150SE nforce 430.

    My price range is around $100-$200 for processor and graphics together.

    I looked at cela processor and graphics card

    They will make a big difference and improvement than what I have at the moment?   If this isn't the case, then can you guys give me some suggestions on the choice of the better ones out there?

    Thank you!

    You have only a 300w ATX PSU (Power Supply Unit), then you will need to update if you plan to install a good graphics card.  Check the manufacturers minimum power required for the card you decide on getting.  As for the CPU, it does not require the upgrade - the graphics card is what causes your performance problems (in the games).  I would like to spend more money on a power supply and graphics card and leave the CPU alon (so far )

    Message edited by Kalt on 05/12/2008 23:18
  • Please help me understand the production and loading of variable classes

    Hi guys,.

    I know I'm stupid, but I can't get this!  AS3 says that you need to load variables in a class?  Please please give me a simple example

    my variables look like this... (the whole point of playing with variables was that if I had to make a change I could go to one place and change...

    but now I realse that I can't access or call them outside the clip, they are in:)

    Please help me!

    years1 var ="";

    years2 var ="";

    var w1 = 'ABN ';

    DEF1 var = "Year ABN (Australian Business Number), is a personal number for your business that makes it easier and faster to deal with the Government and other companies.";

    W2 var = 'ACN ';

    DEF2 var = 'year ACN is an Australian company number, which is a special number that each company allows you to identify it.  Neither of the two companies can have the same ACN. "

    var w3 = 'Action Plan';

    var def3 = "a business Plan of Action will show what to do and when it must be done."

    W4 var = "advertising";

    def4 var = "product advertising information to let people know about your business and try to increase sales."

    W5 Var = "Promotions".

    var def5 = "Promotions are where your company is looking to increase sales of a particular item by offering a good deal, advertising or a special screen. ';

    W6 var = 'advantage '.

    def6 var = 'advantage is that you get something good.  One of the benefits of exercise are getting fit, another is losing weight. « ;

    W7 var = 'Business Mentor';

    var def7 = "a business mentor is a trusted guide. You and someone who has the experience and succeeded in business and can help advise. « ;

    W8 var = 'name ';

    var def8 = "a business name is the name of a company uses to do its job."  It allows clients to know who you are. « ;

    W9 var = "business registration";

    var def9 = "when you start a business, you must save your ABN, you may need to register your business name.";

    W10 var = ' Cash flow ';

    var def10 = "Cash flow for a business is to have enough money saved to be able to pay your bills as they become due.";

    W11 var = "feature";

    def11 var = 'something features describing words on this thing.";

    W12 var = 'charges ';

    var def12 = 'an accusation is something that you have to pay, an expenditure.';

    w13 var = "company";

    def13 var = 'is identical to a company. A company is a type of business that must be registered (State or federal) and has a special legal status.  A company can put Pty Ltd, after it is the name of the company. « ;

    W14 var = 'competitor ';

    var def14 = 'a competitor is another company that is difficult for customers.';

    W15 var = 'Constitution '.

    var def15 = 'a business incorporation is a list of rules and principles that a company is committed to follow.';

    w16 var = "Companies Aboriginal and Torres Strait Islander Act";

    var def16 = "in the 1960 and 1970s, various reviews advised the Australian Government of the need for legislation to make it easier for Aboriginal communities and organizations in the forms of corporations. Accordingly, the ACA Act was adopted, allowing groups Aboriginal and Islanders of Torres Strait to companies form for economic or social purposes. « ;

    W17 var = "Corporations Act";

    var def17 = "The Australian Securities and Investments Commission (ASIC) have laws that apply to companies and these are present in the companies act.";

    w18 var = "cultural knowledge";

    var def18 = ' cultural knowledge are special information held by a particular cultural group, this could include technologies (e.g. special ways of using materials, manufacturing and using tools), stories, language and song, cultural, taboos, rules, regulation and oral history. "

    w19 var = "customer";

    var def19 = 'the client is a person who buys something out of a business.';

    w20 var = "debt."

    var def20 = "is something that you must repay. If you borrow $ 20 you have a debt of $20. « ;

    W21 var = "Direct competitor";

    var def21 = "is exactly the same as your business and competition for customers.";

    W22 var = 'dividend '.

    var def22 = "a dividend is the money that is paid to the shareholders on a regular basis on the profits of the company.";

    var w23 = "(Microsoft) Excel"; "

    var def23 = "Microsoft Excel is software that allows you to keep lists of total numbers add up and make other sums to those numbers."

    W24 var = 'Taxes ';

    var def24 = 'a tax is something that you must pay an expense.';

    w25 var = 'financial management ';

    var def25 = "Management financial is planning, organization, audit and control expenditures, income, and the tax for a company.";

    w26 var = 'Franchise ';

    var def26 = "a franchise is a business type, you can buy. When you buy a franchise you implemented the same type of company that successfully somewhere else. « ;

    w27 var = "ledger";

    var def27 = 'accounting for a company is where all revenue and expenditure for businesses that are stored in a document.';

    w28 var = "Goal."

    var def28 = "the goal is a target that you set yourself or your business.  Something you want to achieve. « ;

    w29 var = "opportunity for growth."

    var def29 = "a growth opportunity is a chance for the company grow."

    W30 var = 'GST ';

    var def30 = "The Goods and Services Tax is paid when you buy things. Some items like food and medicines do not have the goods and Services tax charged to them. « ;

    w31 var = "CII";

    var def31 = "number of indigenous firms is a special number given to each of the Aboriginal companies to identify it. No two Aboriginal societies can have same ICN. « ;

    W32 var = "embed."

    var def32 = 'Incorporate is what people do when they create a partnership or a corporation.';

    w33 var = 'indirect competitor. "

    var def33 = "an indirect competitor sells a product or service to your similar business.  For example if you had a pizzeria, a fried chicken shop is an indirect competitor because it sells food and your customers might want to eat chicken instead of pizza. « ;

    w34 var = work «;»

    var def34 = "Labour is all the work performed by people (including you) in your company.";

    W35 var = 'name ';

    var def35 = "your legal name is the name that appears on your birth certificate.";

    w36 var = "Legal Protection";

    var def36 = "legal protection means that you are protected under the law of certain things happening.";

    w37 var = 'legal Structure (firm);

    var def37 = "legal structure is the type of business, unique partnership negotiating, company."

    w38 var = "responsibility."

    var def38 = 'a responsibility is something that you are responsible.';

    w39 var = 'license ';

    var def39 = "a licence is proof that you are allowed to do something.  For example, if you have a license, you can drive a car. « ;

    w40 var = "Lodge."

    def40 var = ' to file a form means to send it to where it needs to go. "

    w41 var = 'manufacturing ';

    var def41 = "a manufacturing company makes things.";

    w42 var = "Marketing Budget";

    var def42 = "a marketing budget is the amount of money you have set aside for advertising and promotion for your business.";

    W43 var = "minor criminal convictions."

    var def43 = "a minor conviction is something small, you were in trouble with the police during.  Shop lifting is a minor example of a criminal conviction. ";

    W44 var = "MYOB";

    var def44 = "MYOB is software financial management for businesses.";

    W45 var = 'networks '.

    var def45 = "a network for businesses is all your contacts, customers and the people you know through trade."; "

    W46 var = "Obligations";

    var def46 = ' Obligations are things you're responsible. "

    W47 var off = "One";

    def47 var = "' one off ' cost is something that has to be paid for once."

    W48 var = "operating Budget";

    var def48 = 'The operating Budget is a record of receipts and expenses of a business.';

    w49 var = 'overhead ';

    def49 var = 'overhead is expenditures or costs in the management of your business, things that you pay for.";

    W50 var = 'partnership '.

    var def50 = "a partnership is where two or more people own and run a company.";

    w51 var = "authorization."

    var def51 = "Permission is when you ask if you can do something.  If you ask and the person, group or Council and they say yes, you have permission. « ;

    w52 var = 'license ';

    var def52 = "a license is a special permit or permission to do something";

    w53 var = "personal property."

    var def53 = ' personal assets are the things you own, like your car, home and furniture. "

    w54 var = "Personal Protection";

    var def54 = "being part of a company offer shareholders some personal protection against legal liability and debt." This means that they have fewer responsibilities than a single trader. « ;

    W55 var = "Photo ID";

    var def55 = "Photo ID is a document that tells who you are and has your picture on it, like driving a permit, card 18 + or a passport."

    W56 var = "" Postal address ";"

    var def56 = "your mailing address is the address where you receive your sent mail.  It may be different from the address where you live. « ;

    w57 var = "Pricing structure."

    var def57 = "price structure, that's where something, prices may change depending on how much the customer order.  More order the cheaper the price becomes. « ;

    w58 var = 'private ';

    var def58 = "private means is no not part of the Government."

    w59 var = 'profitable ';

    var def59 = ' profitable means that there is money remaining after a company pays for all of his expenses out of the money, he did. "

    W60 var = "promote."

    var def60 = "when you promote something you try to advertise or increase the amount of people who know about it."

    L61 var = "liability insurance";

    var def61 = ' public liability insurance provides protection to the owner of the company against get sued by a member of the public for things like injuries or material damage. ";"

    w62 var = 'Quickbooks ';

    var def62 = "Quickbooks is software financial management for businesses."; "

    w63 var = 'Registered ';

    var def63 = "recommended means that you have registered your information on an official list.»  You register your car in order to drive it on the road. « ;

    W64 var = 'implementing regulation ';

    var def64 = 'Regulations are the rules or laws that control what you can and can't do.';

    W65 var = "Retail"

    var def65 = "detail is where things sells in small quantities to customers."  Detail that usually happens in a store and prices are higher. « ;

    w66 var = 'Service '.

    var def66 = "Service Company A provides a service, like mowing the lawn or accounting services.";

    w67 var = "shareholders";

    var def67 = "Shareholders are people own part of the company.";

    w68 var = "Sole trader";

    var def68 = 'a single trader is where a person owns and operates a business.';

    w69 var = 'DΘmarrer budget;

    def69 var = ' A start up Budget is the first Budget which is for a company to start and includes all costs involved in the creation of the company. "

    w70 var = 'strategy '.

    var def70 = 'a business strategy is a plan of attack, or a plan of how to do something.';

    w71 var = 'system ';

    def71 var = "" is a system is a set of detailed plans and rules for how to do something in your business. ";"

    w72 var = 'Vision '.

    var def72 = 'Vision in business is to be able to imagine and see something in the future.  To set up a new business, you learn something new that did not previously exist. « ;

    w73 var = "at large";

    var def73 = ' basically, it's where things sells in large quantities, usually for a lower price. " The wholesale price. A wholesaler is usually a large hangar where the goods are stored. Selling wholesale is not generally available to anyone. « ;

    No, this isn't a reason, you should use a class file.

    Anyway, your document class variables are defined on the main timeline in order to reference them from a timeline, you can use:

    . W36 of MovieClip (root);  for example (but it is really not desirable to have a coding in more of a chronology)

  • Save the digitizer and DIO waveforms in a single spreadsheet file

    I use mixedsignalscopeusingtclk.vi attached data acquisition and want to acquire 4 channels of data. My system PXI-1042 PXI-5122 and PXI-6552, and I use 2-channel digitizer and 2 digital i/o channels. I'm using Labview 2010 SP1. The VI generated table 1 d of the cluster for an analog waveform and table 1 d of digital waveforms. How to save the two waveforms on a worksheet?

    Hello

    You can use a write file express VI measure. Note that this is the easiest but not the most effective way to write to a file.

    Since you have the extraction screws inside loops, your output is a table 1 d of waveforms. You will need to obtain the wave form and convert it to a type that can read the express VI. If ungroup you the waveform and retrieve only the data and connect directly to the express VI, LabVIEW will automatically place a block of "Convert to Dynamic Data" online to make it compatible. This also applies when you connect the Boolean matrix at the entrance of signals express VI. And if you connect more than one signal to this entry, LabVIEW will automatically place a block of "merge signals."

    If you reproduce the code below, you should be able to write both channels in the same measurement file. If you have more than one channel of each type, you can enter multiple items using the same table Index block and take them through the same process shown below.

    I hope this helps.

  • Help understand the File Formats

    I need help with the file formats.  Is there an alternative to EPS files which allows customers to use vector graphics files in their projects?  My client has a graphic logo vector she wishes that the background is transparent and the clarity of the vector illustration, rather than a Jpeg file.  I read here that EPS files are becoming obsolete, but do not understand what it replaces.  I know that SVG files can be used, but I thought that the user could use Adobe software to open it.  Can someone please help me understand what file formats are best for logos?

    Thank you!

    Kim

    For users of Illustrator, the preferred format is a simple Illustrator .ai file. The default options when registering as an Adobe Illustrator file include the incorporation of a PDF file in the Illustrator file. This means that the data is stored twice: once as an Illustrator fully editable file, complete with live effects, links to the placed art, layers, etc. and once in PDF format that can be read by many programs, including InDesign, Photoshop, Apple Preview, MS Word, Adobe Reader and many others.

    If you only use Adobe programs, there is no reason to save the Illustrator EPS file. If you need to transfer your Illustrator files to another program, you must maintain with the limits of this program and its import options, which can mean saving in EPS format. If you work in a non Adobe drawing program, such as CorelDraw, but yo I want to convert your Illustrator illustrations, then the same restrictions apply. Try to save as many formats, including the native format of the program, PDF, EPS, and Illustrator. Open each in Illustrator and use the file kept more modifiable information, such as layers, text, and related files.

    Tell us which programs and what are the versions, you use. Chances are there is someone here who has experience in this conversion and you can talk through it.

  • NB100 help please with fan and graphics settings

    Hi, I just bought the NB100 and have a few questions, I hope someone can help me with.
    The fan icon goes grey or white according to the parameters by using FN and F6, but I can't feel any difference in the air around the grid on the right. It is on when the icon shows white or gray? Does really?
    My second question is about the graphics settings. The intel power option that appears when the icon in the taskbar graphivs is double clicked seems to be disabled. There are automatic brightness sliders and energy saving, but none can be selected, how is it permits?
    My last question is about the games. I tried a few alumni who were not graphic intensive, Deus Ex and the sins of a solar empire, but I had problems in the text boxes that require a response, and in the case of Deus Ex, they say that the graphics drivers are not compatible. Has anyone got Ant with games? I travel a lot and thinking, I want to have one or two other than playing cards installed etc.

    Thanks and regards, Brian

    On my machine that F6 is to mute sound, F8 is for the cooling fan. Based on this fact the fan speed change.
    I can't help with the power settings, like mine all seem to work OK and I can make changes.
    Have you tried changing the settings through preferences/system/Power Management?

  • Envelope of a waveform's graph XY and graphic waveform need

    The other threads here and here, I got great support from David and Thomas. Thank you all.

    The envelope of the signal coming out as in the example of David is as a graph XY. But as in the example of Thomas, I need graphic waveform in this format, so that i can find some of the edge values rising and falling in the waveform. Kindly suggest me how to handle this conversion. Thank you.

    Mathan


  • Problem with convert to PDF from Excel without taking into account the layout and graphics/graphics

    I work with Excel files with graphics (clipart) and charts from the data on the worksheet. I use Excel 2007 and everything a year ago and a half downloaded the option "convert to PDF" on the Microsoft website. It has been working beautifully. In Excel, I've got a) set print area b) go to "adjust to a page" print preview can convert to PDF format and everything on the PDF page looked like exactly as it did in Excel print preview. It worked flawlessly...

    UNTIL...

    .. .the most recent "upgrades" have been installed. Now the menu reads, "Save as PDF or XPS" option and the PDF is a mess. Excel text comes out OK, but any graph or Excel charts will not resize itself, and are completely out of the page. For example, a chart that is supposed to be in the lower right corner must be resized in Excel, placed in the center of the worksheet, on the text and using this approach, resize, save a PDF routine about 50 times, and you can finally wrong PDF resembling the Excel worksheet. Of course, the Excel spreadsheet is totally messed up because you have to move the chart in the spreadsheet and it's a mess, not to mention a waste of time.

    I uninstalled the Converter Microsoft PDF and XPS, and then downloaded and installed the PDF Converter (alone). No luck. It's always a mess. My business is at a standstill until I get this sorted. Help, please!

    KFG

    There is a fix for this.  It is described in a strange article entitled ' Description of the fix Excel 2007 package (Excel-x - none.msp, Graph-x - none.msp, Xlview-x - none.msp): August 25, 2009 "located here: http://support.microsoft.com/kb/973402/

    Before installing, my PDF and XPS exporting from Excel had too much size images.  Now exports are correct, just like before the Service Pack.

    Unlike article, my patch was dated 13/10/2009, rather than 19/08/2009.

    See you soon!
    BillVo

  • Help understand the licenses IPT

    Hello

    This is the first time I posted something on this bare with me if I did this wrong.

    I am currently studying for my CCNA Collaboration and 1 question, I tend to have is to understand the difference between the licenses for example base Standard, improved, enhanced +, etc.)

    Could someone point me in the directions or help with a table/chart form each license, please?

    Thanks in advance

    Hi Shane,

    Some useful links

    http://www.Cisco.com/c/en/us/TD/docs/voice_ip_comm/CUCM/Admin/10_0_1/CCM...

    http://www.Cisco.com/c/en/us/support/docs/voice-unified-communications/u...

    HTH

    Manish

  • Help understand the 'Editing Local' option in the volume of the App Manager

    Any body can help me understand the "Local Assembly" option in Volumes App Manager?

    I want to know if I activate this option, what effect to my environment and I can see this effect? Thank you.

    local.png

    Hey,.

    What is happening here is that Appvolumes will check on what data store, the VDI is located and attach this data store Appstacks (if appstacks are in this data store).

    It is only of use if you have a storagegroup with mutiple data warehouses, otherwise it will always choose the 1 appstack you have.

    This is mainly done to make sure that you don't have to much traffic of data between servers and storage.

Maybe you are looking for