Array elements equal to each other?

Hi,
Maybe a very simple question but i haven't found the answer here...
I have a 1D Array with let's say 4 elements, and if all elements are equal to each other
(1,1,1,1)  then it should return true
if one element is other then the rest
(1,2,1,1)  it should return false...
How to build this simple?
Best regards,
Thijs
Solved!
Go to Solution.

Hi Thijs,
you need to compare one element of the array with the remaining ones:
To your own approach:
- RubeGoldberg due to indexing the same element of the array in each iteration
- RubeGoldberg due to using a loop where polymorphism will do the same
- wrong labeling of the output: you need to AND all booleans, but not ORing them
- the AutoCleanup tool is pretty good at such small snippets…
Best regards,
GerdW
CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
Kudos are welcome

Similar Messages

  • How can i design square signal which having a positive and negative values equal to each other and separated from each other by controlled time or distance

    How can i design square signal which having a positive and negative values equal to each other and separated from each other by controlled time or distance, As it is shown in the figure below. and enter this signal in a daq.
    Solved!
    Go to Solution.

    By the time you spend for the nice diadram you might have done the vi
    Your DAQ like to have a waveform (array of values and dt ak 1/samplerate)
    If you set the samplerate you know the array length , create a array of zeros, and set the values of both amplitudes ... 
    Since I don't want to wire others homework here are some pictures
    And there are some drawbacks is room for improvement in my solution, just think of rounding errors ... and what might happen if the arrays get bigger ....
    Spoiler (Highlight to read)
    Greetings from Germany
    Henrik
    LV since v3.1
    “ground” is a convenient fantasy
    '˙˙˙˙uıɐƃɐ lɐıp puɐ °06 ǝuoɥd ɹnoʎ uɹnʇ ǝsɐǝld 'ʎɹɐuıƃɐɯı sı pǝlɐıp ǝʌɐɥ noʎ ɹǝqɯnu ǝɥʇ'

  • How to display items with pk/fk relationship not equal to each other

    I want to show that the values of the same field are not equal to each other
    In forms, how can I write below:
    If :blockB.chk_bx = 'N' then
    :blockA.rec_id <> :blockB.rec_id;
    also tried :blockA.rec_id != :blockB.rec_id; but get error message. Assume I cannot use the inequality sign.
    The rec_id in blockname A and B have a pk/fk relationship.
    Please help.

    I'm sorry i didn't understand your requirement.
    I want to show that the values of the same field are not equal to each otherSo you have an item in block A and an item in block B and you want to indicate that the value for these two items are different? How do you want to indicate that? Do you want to mark the field with some color? Do you want to have a checkbox next to it?
    In forms, how can I write below
    If :blockB.chk_bx = 'N' then
    :blockA.rec_id !=:blockB.rec_id;I assumed the != in the statement for its missing in your post. What do you expect the statement to do? Your statement is a comparison outside an IF or CASE-statement, maybe you want to do some
    IF :blockA.rec_id !=:blockB.rec_id THEN
      dosomestuff;
    END IF;
    The rec_id in blockname A and B have a pk/fk relationshipSo, did you connect the two block with a relation in forms? If yes, the values in the two blocks should always match.
    Perhaps cou could give some details about your requirement.

  • Radio Button Groups - always below each other?

    Hello,
    When you create a RadioButtonGroup either ByKey or ByIndex it always puts each element under the next one. I was wondering if there was a way to put each element NEXT to each other, so I read each option from left to right instead of from top to bottom.
    Thanks in advance,
    Jennifer

    Hi Jacobs,
    Assign the 'colCount' property of RadioGroupByXX object to the number of radio buttons you want to have. Then you would get all ur radio buttons side-by-side instead of below to each other.
    for example, if u have 2 radio buttongs in the radio button group then assign colCount=2.
    Thanks,
    Raags
    PS: If useful assign points

  • Sort array with equal elements

    Hi, I'm a new one.
    I have a problem to sort 2d array with equal elements (it has 5000000 of elements from 1-255) for example:
    1 2 1 1 3 4 5 5 6 1 2 3 (value from 1-255)
    2 2 1 1 3 3 3 3 4 4 4 1 (value from 1-255)
    And I need make array or matrix 255 rows vs 255 colomns, and count how many equal elements for example:
      1  2 3 4 5 6
    1 0 1 0 1 0 0
    2 0 1 0 1 0 0
    3 1 0 1 0 0 0 
    4 0 0 1 0 0 0
    5 0 0 2 0 0 0
    6 0 0 0 1 0 0
    I'll be happy if someone could help me

    I understand that it's very complicated explain.
    I build 2d array from two 1darray each of them has values 1-255. So right now i must constract array or matrix 255x255 where must calculat how many times value from (1-255) for one array in another array and write this sum for each value 1-255. I try to show it
    1 2                         so I need array 3x3; for first row for value 1 I have two times value 3 and one time value 2
    2 2                                                                                    2 I have two times value 1 and one time value 2 and one time value 3
    3 2                                                                                    3 I have two times value 2 and one time value 3 
    3 2              so my result matrix will be      1   2  3
    3 3                                                       1  0  1  2
    2 3                                                       2  2  1  1
    2 1                                                       3  0  2  3
    2 1
    1 3
    1 3
    Maybe its more clear

  • Type defined array of clusters for holding configuration data - setting default values for each array element

    Hi,
    I was wondering if I could get some information and opinions about using a type defined array of clusters to hold configuration data.  I am creating a program to test multiple DUTs and wanted to have a type defined control for each DUT containing the information needed to create the DAQmx tasks for all of the signals for that DUT.  I am wanting to do this so that the data is hard-coded and not in a file that the user could mess up.
    The type def controls are then put in a subVI that chooses the appropriate one based on the DUT Type enumeration wired to a case structure.  
    I am having problems with the type defined control.  I am seeing issues when attempting to save a unique configuration to each array element in the array of clusters.  Somehow it worked to begin with, but now clicking "Data Operations --> Make Current value default" on individual elements of the cluster or the entire cluster (array element) is not saving the data when I re-open the type def control.  What am I doing wrong?  Am I trying to do something with arrays of clusters that I should not be doing?
    I have attached one of the type defined controls for reference.  I tried changing it to Strict to see if that helped, but no luck.
    To reproduce, change the resource string for array element 0 and make the new value the default value.  Then close the type def, and re-open it.  The old value is still present in that element.  The VI is saved in LabVIEW 2012.
    Solved!
    Go to Solution.
    Attachments:
    CM_AnalogInputs.ctl ‏11 KB

    Values of a typedef are not proprigated to instances of the control. THey will pick it up if created AFTER the data values have been changed. THey will not get updated with future changes. You should either create a VI specifically for hardcoding your values or implement a file based initialization. The file based would be much better and more flexible. If you don't want users to modify the data simply encrypt it. There is a noce blowfish library you can download.
    Mark Yedinak
    "Does anyone know where the love of God goes when the waves turn the minutes to hours?"
    Wreck of the Edmund Fitzgerald - Gordon Lightfoot

  • Build Array keeps name of the last element but not the others. Workaround?

    Hi there,
    Sorry if this has been posted before, I did the search first but did not find anything.
    Problem is that I have two setups that are identical and need to be controlled from a single vi. Since they are the same they are configured with the same sets of parameters so I decided to create a cluster of these and then build an array of the clusters. This way I need to only use one wire and if I need a given parameter I can easily get it from there (or so I thought) and also since I need to see if anything changes I can compare one wire instead of each one of the parameters.
    The gui has the list of parameters then in the block diagram I bundle them appropiately, using "Bundle by Name" and then each bundle into an array using "Build Array". Problem arises when I index the array for the first setup and the use that to unbundle the parameters I need, using "Unbundle by Name" (though if I use "Unbundle" the same happens)and lo and behol, the ouput names are from the second setup, not the first.
    Here is the curious thing though, even though the names are all wrong the values are correct. I could live with this but it is annoying plus it will make another user very hard to understand the diagram plus this is just a proof of principle to test with two, eventually there will be eight or even more and that is going to get really confusing.
    Is there a way around this? Even if it is to change the names after unbundled.
    Check the attached vi to see what I mean.
    Solved!
    Go to Solution.
    Attachments:
    Test Build Array Names.vi ‏11 KB

    I think you are forgetting an important point about arrays.  The only thing that can be different between each element of an array is its value.  The array elements must all share the same properties.  So that would include the names of the individual elements that make up the cluster that is an array element.
    It appears that the last cluster that gets built into the array is the one that defines the names of the elements that are within the cluster element.  You either need to give all elements of the array the same names within the cluster.  Or use a cluster of clusters instead of an array of cluster to build your data structure.

  • Comparing array elements for equality

    Hi
    I have written a simple program that works as a lottery number predictor. It works fine except for the fact that sometimes 2 numbers will be the same. Does anyone know of a method that compares an array element to the others to test for equality?

    ok I've had a go at implementing a solution. I worked it out on paper so I haven't tested it yet in the program. Let me know if you can see any errors that I can't.
       boolean numNotSame = true;
       int[] lottery = new int[5];
       int currentNumber;
       start:  //label to return to if 2 numbers are the same
       while(numNotSame){
          for( int j = 0; j < lottery.length; j++){
              currentNumber = 1 + randomNumbers.nextInt(34);   //get random number
              for( int i = 0; i < lottery.length; i++){
                 if( currentNumber == lottery)
    continue start; //if numbers are the same begin again
    } //end inner for
    lottery[ j ] = currentNumber; //set array element if number not used yet
    } //end outer for loop
    numNotSame = false; //set false so while loop will end
    } //end while block

  • Java Lottery - relating arrays to each other

    Hello all and thank you for taking the time to read my problem.
    I am trying to create a program that asks the user for their name, then how man tickets they would like, then they enter 6 numbers for each ticket.
    The maximum amount of 6 number tickets that can be bought is 20.
    So for example user1 could get three tickets, user2 could get 10 tickets and user3 could get 7 tickets (20 in total).
    My main headache is how to relate the ticket numbers entered with the persons username.
    I assume that if user1 gets three tickets these are stored in an array [6] [20] but then when user2 puts their lines on how do I print out at the end who has which tickets?
    Also the maximum array size for tickets is [6] [20]...but what if only one user buys 3 tickets and does not use up the remaining 17 tickets, does this affect how I define the array?
    Thanks again, all help welcome!

    This is sort of what they were talking about, this is an object oriented approach.
    There should be no 2D arrays, just arrays of Objects that contain data about themselves or perhaps more Objects.
    Try to make your code look more like this.
    import java.util.*;
    public class Lottery {
        private LinkedList<Person> line = new LinkedList<Person>();
        public Person nextInLine() {
            line.add( new Person() );
            return line.getLast();
        public void showTicketsPurchased() {
            System.out.println( "\nTickets Purchased:");
            for( Person p: line ) {
                p.showTicketsPurchased();
        class Person {
            private LinkedList<Ticket> tickets= new LinkedList<Ticket>();
            void buyTicket( int num1, int num2, int num3, int num4, int num5, int num6 ) {
                try {
                    tickets.add( Ticket.sellTicket( num1, num2, num3, num4, num5, num6 ) );
                    System.out.println( "Bought Ticket: " + tickets.getLast() );
                } catch (NoSuchElementException nsee) {
                    System.out.println( nsee.getMessage() );
                    System.out.println( "Could not buy ticket, it's sold out");
            public void showTicketsPurchased() {
                for ( Ticket t: tickets ) {
                    System.out.println( t );
        public static void main( String[] args ) {
            Lottery lottery = new Lottery();
            Person servingThisPerson;
            //First person in line
            servingThisPerson = lottery.nextInLine();
            servingThisPerson.buyTicket( 1,2,3,4,5,6 );
            servingThisPerson.buyTicket( 2,3,4,5,6,7 );
            //Second person in line
            servingThisPerson = lottery.nextInLine();
            servingThisPerson.buyTicket( 10, 20, 30, 40, 50, 60 );
            servingThisPerson.buyTicket( 20, 30, 40, 50, 60, 70 );
            lottery.showTicketsPurchased();
    import java.util.*;
    public class Ticket {
        public static final int MAX_NUM_TICKETS = 20;
        private static int numTicketsSold = 0;
        private int[] numbers;
        private Ticket( int num1, int num2, int num3, int num4, int num5, int num6 ) {
            numbers = new int[]{ num1, num2, num3, num4, num5, num6 };
            numTicketsSold++;
        public static Ticket sellTicket( int num1, int num2, int num3, int num4, int num5, int num6 ) {
            if( numTicketsSold < MAX_NUM_TICKETS ) {
                return new Ticket( num1, num2, num3, num4, num5, num6 );
            } else {
                throw new NoSuchElementException("Tickets sold out");
         * Don't want people to change the tickets numbers after it has been created.
         * @return copy of tickets numbers, not the original array
        public int[] getTicketNumbers() {
            return Arrays.copyOf( numbers, numbers.length );
        public String toString() {
            return Arrays.toString( numbers );
    }Brushfire,

  • The tools on Adobe Photoshop Elements 9 seemed to have frozen. The crop symbol is 3 of the symbols nest to each other. The hand move tool is not one hand but 3 next to each other. Other tools won't work at all. Really nice!

    Ya, okay ! I use a number of PSE programs, one of which is PSE 9. The tools for some reason seem to have frozen. When I use the move tool I don't get just one hand but 3 hand symbols all next to each other. Same thing with the crop tool, I don't get one symbol but 3 all next to each other. There are a couple of tools that just don't work at all.  It's like the PSE 9 got hit with some virus or sorts. Oh well, live and learn.  Trying to get through to tech service is next to impossible.

    Have you seen this other thread you started about this problem?
    Photoshop Elements 9 is messed up.
    Did you use Barbara's fix?
    It would be less confusing if you only posted this question once, not three times:
    HOW DO I RESET ALL THE TOOLS IN PSE 9 ? THE CURSOR IS REALLY MESSED UP AND DOES NOT WORK WITH THE TOOLS. I TOUCH THE HAND AND I GET 3 HANDS, I TRY TO USE THE CROP AND I GET 3 SMALL CIRCLES.  THE CURSOR IS REALLY MESSED UP. DO I HAVE TO GET ANOTHER PSE 9 ?
    Photoshop Elements 9 is messed up.
    The tools on Adobe Photoshop Elements 9 seemed to have frozen. The crop symbol is 3 of the symbols nest to each other. The hand move tool is not one hand but 3 next to each other. Other tools won't work at all. Really nice!

  • How to place elements among each other

    hi,
    how can i place checkboxes among each other, so that i have such design:
    checkbox 1 value 1
    checkbox 2 value 2
    checkbox 3 value 3
    and so on...
    i use following component:
    <h:selectManyCheckbox>
         <f:selectItems/>
    </h:selectManyCheckbox>i've tried also these ones, but it didn't help:
    <h:selectManyCheckbox>
    <h:outputText value="<br>" escape="false"/>
         <f:selectItems/>
    <h:outputText value="<br>" escape="false"/>
    </h:selectManyCheckbox>i always get all my checkboxes in one line:
    checkbox 1 value 1 checkbox 2 value 2 checkbox 3 value 3
    Maybe i can specify the style-attribute in <h:selectManyCheckbox> to force the line break?
    anybody how already solved such problem?

    ok, i did it you say, but now i get an exception:
    Could not find component 'tom' (calling findComponent on component 'imageForm:_id19:0:_id21')
    here the code:
    fill tomahawk component with selectedItems
    <h:panelGrid columns="1" styleClass="myFont">
         <h:column>
         <t:selectManyCheckbox value="#{dataBean.selectedItems}" id="tom" onclick="this.form.submit()" layout="spread">
              <f:selectItems value="#{dataBean.items}" id="selectTomaHawkItems"/>
         </t:selectManyCheckbox>
         </h:column>
    </h:panelGrid>place tomahawk-components in dataTable
    <h:panelGrid columns="1">
         <h:column>
              <h:dataTable value="#{dataBean.myList}" binding="#{MyDataBean.htmlDataTable}">
                 <h:column>
                      <t:checkbox index="#{MyDataBean.htmlDataTable.rowIndex}" for="tom"/>
                 </h:column>
             </h:dataTable>
         </h:column>
    </h:panelGrid>and MyDataBean has following lines:
    private HtmlDataTable htmlDataTable = new HtmlDataTable();
         public HtmlDataTable getHtmlDataTable() {
              return htmlDataTable;
         public void setHtmlDataTable(HtmlDataTable htmlDataTable) {
              this.htmlDataTable = htmlDataTable;
         public int getRowIndex() {
              return htmlDataTable.getRowIndex();
         }

  • How do I programmat​ically modify array element sizes?

    Hi All,
    I have a quick question about modifying the size of array elements. Hopefully someone can help, because I am at a dead end!
    I am logging some intensities from a Fibre Array using a camera. For calibration of the system, I acquire an image from the camera, click points on the image to divide it into areas of interest. I overlay my image with a grid showing the regions of interst - for example a 4x6 array. I then have to select the fibres - or ROIs - I want to log from.
    I have a cluster type-def ( a number and a boolean) to specify the fibre number and to turn logging from that fibre on/off. I overlay an (transparent) array of this typedef over my image to correspond with the regions of interest. So here's my problem - I want to modify the dimensions of the array so each control matches my ROI. I can resize the elements by rightclicking on the elements on the frontpanel, but can't find a way to do it programmatically. The Array Property Node>>Array Element>>Bounds won't 'change to write'...thats the first thing I tried.
    Its really only important that the elements align with my ROIs - so programmatically adding in gaps/spacings would also work for me...but again I can't figure out how to do this! I've attached a screenshot of part of my image with array overlaid to show you all exactly what my problem is.
    Thanks in advance for you help,
    Dave
    PS I am running Labview 8.6 without the vision add on.
    Solved!
    Go to Solution.
    Attachments:
    Array_Overlay.png ‏419 KB

    Here's my cheat (and cheap?) way If you want to get fancy and center the numeric and boolean indicators, you could add spacers on the north and west sides, too.
    Attachments:
    ClusterSpacer.vi ‏13 KB

  • How can I display all results of a array element in a TS2.0 NumericArrayMeasurement in a single report line?

    TestStand2.0 generates for each result property ( data, limits, status...) of each array element in a NumericArrayTest an extra line in the test report.
    How can I change this to display all result properties of one array element in a single line?
    How can I reduce the spaces between the property name and its value in the report?
    How can I delete the message: "Measurement[x]" and display only the Measurement Alias (named in the Edit Limits menu)?
    This means I like to change my report from:
    Measurement[0] (ADC1):
    Data: 5000
    Status: Passed
    Measurement[1] (AD
    C2):
    To:
    ADC1: Data: 5000 Status: Passed
    ADC2: ...

    Hi,
    What you can do, is use the Override Callbacks for Modify the Report that is Generated.
    Also you can also change the report sequence 'reportgen_txt.seq' to achieve the desired affect. If you go for modifying the report sequence then copy this to the User folder and then make your changes.
    In the Resources Library you can find simple examples were the report has been modified by either using the Override Callbacks or by modifying the actual sequence.
    One other item in the Report Options you will have to set the 'Select a Report Generator for Producing the Report Body' control to use the Sequence instead of the DLL.
    Hope this helps
    Ray Farmer
    Regards
    Ray Farmer

  • How to set the value of an array element (not the complete array) by using a reference?

    My situation is that I have an array of clusters on the front panel. Each element is used for a particular test setup, so if the array size is three, it means we have three identical test setups that can be used. The cluster contains two string controls and a button: 'device ID' string, 'start' button and 'status' string.
    In order to keep the diagrams simple, I would like to use a reference to the array as input into a subvi. This subvi will then modify a particular element in the array (i.e. set the 'status' string).
    The first problem I encounter is that I can not select an array element to write to by using the reference. I have tried setting the 'Selection s
    tart[]' and 'Selection size[]' properties and then querying the 'Array element' to get the proper element.
    If I do this, the VI always seems to write to the element which the user has selected (i.e. the element that contains the cursor) instead of the one I am trying to select. I also have not found any other possible use for the 'Selection' properties, so I wonder if I am doing something wrong.
    Of course I can use the 'value' property to get all elements, and then use the replace array element with an index value, but this defeats the purpose of leaving all other elements untouched.
    I had hoped to use this method specifically to avoid overwriting other array elements (such as happens with the replace array element) because the user might be modifying the second array element while I want to modify the first.
    My current solution is to split the array into two arrays: one control and one indicator (I guess that's really how it should be done ;-) but I'd still like to know ho
    w to change a single element in an array without affecting the others by using a reference in case I can use it elsewhere.

    > My situation is that I have an array of clusters on the front panel.
    > Each element is used for a particular test setup, so if the array size
    > is three, it means we have three identical test setups that can be
    > used. The cluster contains two string controls and a button: 'device
    > ID' string, 'start' button and 'status' string.
    >
    > In order to keep the diagrams simple, I would like to use a reference
    > to the array as input into a subvi. This subvi will then modify a
    > particular element in the array (i.e. set the 'status' string).
    >
    It isn't possible to get a reference to a particular element within an
    array. There is only one reference to the one control that represents
    all elements in the array.
    While it may seem better to use references to update
    an element within
    an array, it shouldn't really be necessary, and it can also lead to
    race conditions. If you write to an element that has the
    possibility of the user changing, whether you write with a local, a
    reference, or any other means, there is a race condition between the
    diagram and the user. LV will help with this to a certain extent,
    especially for controls that take awhile to edit like ones that use
    the keyboard. In these cases, if the user has already started entering
    text, it will not be overwritten by the new value unless the key focus
    is taken away from the control first. It is similar when moving a slider
    or other value changes using the mouse. LV will write to the other values,
    but will not rip the slider out of the user's hand.
    To completely avoid race conditions, you can split the array into user
    fields and indicators that are located underneath them. Or, if some
    controls act as both, you can do like Excel. You don't directly type
    into the cell. You choose w
    hich cell to edit, but you modify another
    location. When the edit is completed, it is incorporated into the
    display so that it is never lost.
    Greg McKaskle

  • Dynamically controling the size (in pixels) of array elements?

    Hey Everyone,
    I am writing a large vi where front panel space is becoming a limitation.   One of the elements that I want to display is a 2-D array of boolean indicators (rectangular LEDs).  Is there any way to dynamically resize the elements in the array so that regardless of the number of elements, the entire array is always visible and has a constant footprint.  For example, say the array is 8 x 8 elements, and takes up 160x160 pixels on the front panel so each element is roughly 20x20 pixels.  Then the number of elements shifts to 4x4.  I want the display to stay 160x160 pixels, but the size of each element to double to 40x40 pixels.  Is this possible?
    Thanks all,
    Matt
    Solved!
    Go to Solution.

    So thank you for two great ideas/examples.  Definitely think I have a couple of very workable approaches.  I have a follow on question about using the intensity graph approach.
    First some background.  This indicator is going to show the progress of a sorting operation, 1-4 copies of 1-8 unique items are being sorted into 1-32 containers.  The items arrive at the sorter in random order, are identified, and then placed into the container where they are still needed.  The point of this indicator is to show the user, at a glance, how full each container is andwhich componenets are missing.  I want the elements (columns) to appear different for the unique items, which I know you can't do in an array of booleans.  So I had already dumped the boolean approach for an array of colorboxes, and it was the color boxes that I was trying to dynamically size. There is still a boolean array to keep track of if an item has arrived, but that array drives the array of colorboxes where each type of item is color coded by assigning a gray value to colorbox for false, and a particular color if true.  See attached, which works pretty well (detailed adjusts will make it just right).
    I think the intensity graph will look much nicer though, so here is the question:
    How do I map the different colors onto the intensity graph so it looks like the colorbox array without the lines?  The attached get vi puts out a different value for each yes/no, which is to say I already know how to take the boolean and convert the 1 state to a unique number, what I don't know how to do is map that number into a particular color on the intensity graph.
    Thanks guys.
    Super helpful as always!
    Matt
    Attachments:
    Puzzle_MM.vi ‏42 KB

Maybe you are looking for

  • **Urgent help on MDS for FileRepositary

    Hi, I got the problem with FileRepositary while creating MDS. i did the same configuration in my local system it's working fine and i tried to deploy the application into server i am getting following error [12:58:32 PM] Target platform is (Weblogic

  • FK as PK in Child tables

    I have an employee table and three tables as child of employee table 1. Instructors 2. Airmen 3. Examiners FK from employes is acting as Primary key in child tables and relationship is identifying. how could i restrict empID(FK) not to copy in three

  • Account assignment tab in PO

    Hi All, I am facing a strange problem while creating a PO In quality system the account assignment tab is appeared but not in production. i am entering the same data Thanks

  • Opening CS5.5 file into CS4

    The office I worked at got the InDesign 5.5 trial. In the middle of working on a docu the trial ended. They do have the Creative Suite 4 cd, but I'm unable to open the CS5.5 file into CS4. Changing the file to a .IMDL didn't work, but also not sure i

  • Adobe LiveCycle Designer und Office 2010

    Hallo, ich nutze den Adobe LiveCycle Designer in der Version 9 (Adobe Acrobat X Professional). Mit diesem möchte ich ein Word-Dokument öffnen, was mir jedoch nicht möglich ist, da beim Versuch die Datei zu öffnen folgender Fehler erscheint: Word (Ver