Time Structure for multiple controls changes?

I have some controls like shown in the picture. Lets say I want to check for changes done by the user in the String controls, since every string is inside a separated cluster, I would have to create a single case (inside a Event Structure) for each string or add them one by one to the same case, again one by one. How can I check for events on all the controls of the same type without having to add them manually one by one? Or, if I check for events on all the controls, how can I then identify wich control triggered the event structure?
Attachments:
Desing.png ‏402 KB

Ty very much, I will create a "all elements" value change case, and then compare. But since in my cluster ther is a lot of diferent types of elements,the new value type gives me a analog cluster with the new value written into it, and also the control ref. Since I have all the control references stored, I would prefere to compare them instead of comprare individual elements of the cluster (to avoid a lot of unbundles and stuf), but i cannot compare this control refs (see image atached). I assume that control ref given by the Event structure is polimorfical, or weak control ref, and mine is strict. How can I convert classes?
Attachments:
Event Structure.png ‏145 KB

Similar Messages

  • COPA Assessment Cycle using KEU5 for multiple controlling areas

    Hello All,
    There is an organization with operations in several countries. There is a separate controlling area for each country. There is one controlling area, for instance, for Germany and another for Netherlands.
    A problem is encountered while executing transaction KEU5 for multiple controlling areas in parallel. For instance, when one user from Germany executes KEU5 for an assessment cycle for Germany controlling area and at the same time another user from Netherlands tries to execute KEU5 for a cycle for NL controlling area, the user from Netherlands encounters an error message u201C'Cycle XXXX 01.02.2008 cannot be started because run group 0000 is locked'.
    Apparently SAP allows assessment cycles for exactly one controlling area to be executed together. This poses a problem since the organization plans to implement SAP in several other countries (There will be one separate controlling area for each country as per the organization structure adopted by the company).
    Any ideas, views or suggestions on the aforesaid issue would be highly appreciated.
    Regards,
    Soumya

    Hi Soumya,
    Did you find any text in SAP Documentation saying that "SAP does not allow cycles belonging to different controlling areas to be executed at the same time"...?
    Pls find the following text from SAP Help...
    Parallel Processing of Cycles of an Allocation Type
    Use
    Parallel processing of cycles results in considerable time savings. To process cycles of one allocation type in parallel, they must be assigned to different cycle run groups.
    You define the cycle run groups in the cycle header data. You also assign cycles to the cycle run groups in the header data.
    To process the cycles of a cycle run group in parallel, start the cycles one after the other, if required, in different sessions.
    You are carrying out a cross-company code cost accounting and want to perform the actual assessment in the individual company codes in parallel. Create a cycle run group for each company code and assign the appropriate cycles to these groups. You can then carry out the actual assessment in the individual company codes in parallel.
    When you execute a cycle, you can start a consistency check. The system checks whether you are allowed to execute the selected cycles in parallel.
    Though I didn't come across such requirement, I feel, my earlier suggestion will work out...
    Srikanth Munnaluri

  • Getting run time error for multiple counter plan

    Hi Friends,
    Its very critical issue,wherein i am getting run time error for multiple counter plan.
    Explanation:While try to change the Call horizon or scheduling period of the counter based plan through IP42 or IP15,systam allowing me to change the data but while saving also i am getting "Maintenance plan has changed" message and once come to the back of the transaction instantly i am getting pop up window saying that "Express document get terminated".However we have been maintaining copy of this data in another client wherein we are not getting any Run time error.
    Please find the screen shots for your reference and please let me know how to fix the issue.
    Regards,
    Srinika

    Hi,
         Please check reason for update termination in Transaction code SM13.

  • Time Machine for multiple macs - NAS or DAS attached to my iMac, which I then share?

    Greetings
    I currently have three macs - MBA, MBP and an iMac (newest generation). I'd like to use Time Machine for all of them.
    Is it better to set up a NAS for Time Machine or can I use DAS that I woudl share (external HDD) attached to my iMac if they are all on the same network?
    Also, is there any need for something like a Drobo or an external RAID array, if it's mostly for backing up and not for video editing? It would be used as a mnusic server to some degree. I've used a Drobo in the past (2nd gen) and find that I've spent a lot of time troubleshooting and fiddling with it over the years.
    Thanks,
    John

    I am looking to add a Seagate NAS TM compatible to my network.  I have 8 TB of storage w multiple Macs that I would like to backup to a NAS device.
    Any advice would be welcome.
    http://www.seagate.com/external-hard-drives/network-storage/business/business-st orage-8-bay-rackmount-nas/

  • Swiping for Mission Control changes in Mavericks?

    In Mountain Lion I can three finger swipe up to get to Mission Control, then without lifting my fingers from the trackpad swipe down to bring the screen back.  In Mavericks I have to lift my hand from the trackpad to get back out of Mission Control.  I cannot find a setting to change that behavior.  Is this an intentional change in Mavericks?  It's ashame if it is.
    Thanks.

    I just played around with this again. I can swip back and forth with out picking up my fingers. However, it's more complexed than a simple "return swipe".
    Swipe up for Mission Control. Then a swipe down and back up for normal.
    KOT

  • Time Synchronization for multiple Arduino

    I made a program wherein there are 3 nodes, each node measure temperature using thermocouple. Each node has 1 arduino and 1 Xbee. All the three will send their temperature data to the base station where Xbee exists. What I want to do is All of the data will be placed in chart, it should have time and date. As shown in my VI, and if you see something that I have used incorrectly please do say. I am new to LabVIEW.
    How will I synchronize the data? For each and everyone have a time and date? Say, node 1,2, and 3 took a measurement at t=0. Since they all have different location, they will all have a different received time in base station? How can I make them send their data and place the appropriate time for the temperature measurement?
    Attachments:
    overview.vi ‏64 KB

    Serial communication via RS-232 is always one-to-one because there is no addressing capability. The LIFA Init VI does not have any addressing capability so it appears that none of the other communications methods allows more than one device per channel. I think you will need three separate channels (COM ports) for the three devices.
    How precisely do you need the temperatures to be synchronized? I would expect that any system using XBEE will not be responding to rapid changes of the temperatures. Just assume that the three readings taken in the same loop are at the same time and append a timestamp or tick count in software. I do not have the Get All Data.vi so I canot tell how fast it executes. I would move the Write to File to a parallel loop and put a Wait in the read loop to set the loop time. For most temperature applications software timing is good enough.  What will you be doing with the data?
    Lynn

  • Using One Property Node For Multiple Controls/I​ndicators

    Question for all you LabVIEW gurus.  Is there a way to create 1 property node that is used for multiple indicators?  For example, if I wanted to display the same value on 10 different indicators using the property node - value function do I need to create 10 separate property node-value instances for each indicator?  Or is there a way to tie all of those indicators to only one property node?
    Thanks!
    Solved!
    Go to Solution.

    Hi hobby1
    You could create a cluster, and inside in it put all the indicators, see the image attached
    Attachments:
    capture1.JPG ‏14 KB

  • Same operating concern for multiple controlling area

    Dear all,
    We have a senario in which multiple controlling area is defined with multiple currency. Is it feasible to use same operating concern or different.
    Thanks & Regards,
    Vishal

    Hi
    As long as the Fiscal Yr Variant is same between the two, you can use same Op Concern
    I dont think the above reply is valid because in my opinion, there is no restriction with regards to Currency
    br, Ajay M

  • Keyfocus for multiple controls in a cluster of clusters

    Hello friends!
    I have a front panel, which is made up of three tabs. Each tab has one cluster made up of a number of strict type deffed cluster of two numerics. User would be editing these controls. What I want to achieve is that the key focus should move to the appropriate numeric control when the user moves his mouse over it so that the value it contains become highlighted. The way I think it can be done is tediously long (i.e., create a mouse enter event for each control (several hundred of them) and using the control reference, in the event case, set the key focus to true) Is there an easier way to do that.

    Yes you can.
    You have to use the property node from the Application palette & choose the appropriate VI Server Class to get the references of all the Controls/Indicators present on the FP or inside a Cluster & so on...
    See the attached VI.
    - Partha
    LabVIEW - Wires that catch bugs!
    Attachments:
    Refs for Controls.vi ‏5 KB

  • Organization Structure for multiple countries

    Hi,
    We are setting up GLOBAL support organization. Our support organization includes following countries:
    1. China
    2. Japan
    3. Korea
    I am reading the SAP blog from forum. It says that,
    "Enter the necessary data in the address tab (City and Country). In the Function Tab, Select Service and Service Organization. In the Attributes Tabs, check for the attribute maintenance Scenario: Service that you have a value in the attribute Country. Be aware that the basic organizational determination process is based on the Country value. This means that all of your business partners should have the same value in this attribute. If you have more than one country then you should create several organizations".
    My query is:
    In my organization structure, it involves three countries (China, Japan & Korea). I have included all the three countries in a single organization structure. But as per the above statement, should i need to create three organization structure for three countries?
    Regards
    Kumar

    Hi Kumar,
    Sorry for late response: but the answer is no, only one structure for each country.
    Dr. Berg

  • Is it possible to run single workflow instance for multiple item changed or created?

    I have created a SharePoint Designer 2010 approval workflow and I am starting this workflow on item created and modified . Now when I am adding and updating multiple items it is starting workflow for each item but I want to start only one workflow for all items.
    I think it is possible in workflow 2013 but i want to use in
    workflow 2010.
    Is this possible? if yes then how?

    Hi Resham,
    From your description, my understanding is that you want to only start a workflow instance when multiple items are added or updated.
    Per my knowledge, if we set workflow start on item created or modified, when we add or update multiple items, SharePoint will create a workflow instance for each item, it is unable to just create an instance for multiple items. It is same
    between SharePoint 2010 workflow and SharePoint 2013 workflow.
    You said it is possible in workflow 2013, do you have any references?
    Thanks,
    Wendy
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Multiple events structures for same control

    Hi,
    I would like to use a same blinking button into 2 event structures seperately.
    Please see my VI, after the first event is done, the second event is not wait for user to press the button, and it is auto triggered.
    How to solve that? Is there any way to reset the event?
    Thanks.
    Attachments:
    2 events.vi ‏13 KB

    It is also not clear what you are trying to do with the blinking. In your code, the LED will blink basically always. (you don't use the timeout event).
    In the first frame, blinking is enabled. Nothing happens in the second frame until the start event occurs. At this time blinking gets disable for about a nanosecond and gets immediately enabled again in the third frame. Even if the second eveng would not execute, you'll never see a difference. So what's the point?
    Here's a quick draft where each press of the start button toggles between blinking and not blinking. Maybe it can give you some ideas.
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    2 eventsMOD.vi ‏10 KB

  • Date and Time adjustments for multiple photos

    Hello, thanks for providing the space for new users, and thanks in advance for your assistance.
    I am currently moving out of apple aperture/iphoto and across to lightroom 5.
    The OCD part of me likes to have my library organized, and I noticed that when I transferred my library across it is in a bit of a mess, so I am currently in the process of organizing the library and cleaning it up (approximately 18000 photos)
    Any how, I have almost settled on a folder structure (YYYY/MM - I feel for the number of photos I have trying to nut down to day might be to much - happy to receive advise on this also)
    For the most part, the photos have correct date and time from the commencement of the digital era (for me 2006 onwards)
    Photos pre 2006 are in negative form, and I am currently in process of having these scanned and imported into library, I have a batch done every month.  Adjusting the date and time from the creation date is where I am running into trouble.
    I have looked around the web and various forums to no avail.
    Firstly, I organize the photos into the correct order.  I then select the first photo and the then select the remaining photos.  I then select the adjust date/time from the menu and select the first option, adjust to new date and time, lets say 01/01/1990 at 1200 PM.
    The result I end up with is the first photo (the more selected photo if correct term) has 01/01/1990 @ 1200 as date and time, the remaining have 01/01/1990 as date (if I am lucky), and the times jump all over the place.  Sometimes it wont even change the date time for the remaining photos.
    What I am trying to achieve is either the same Date/Time for all the photos when I select a batch, or have them increment in time by a standard amount (i.e 1 minute (1200/1201/1202) or 1 second (1200:00/1200:01/1200:02)), and I just dont seem to be able to work this out to automatically do this, currently I have to achieve this by a manual adjusting each photo (some 200 at a time) which is really labor intensive
    Thanks in advance, and hoping an easy solution
    Regards
    Dean

    Thanks, that seemed to fix the problem.
    Workflow is:
    1) In grid view arrange photos in correct order
    2) Rename photos with a name & sequence (i.e. photos-1), this appears to then keep the photos organized as how I had arranged in grid view
    3) Export photos & delete original photos from my master library
    4) Open exported photos in an EXIF editor and change date & time to a common format (I am currently using the seasons as a guide, i.e. the photos that I recall being taken in spring are dated the first day of spring, using noon as the time)
    5) Import back to Lightroom and organizing as per my usual structure.
    This has allowed me to easily batch change date and times, keeping the correct order and has drastically reduce my workload, thanks for the suggestion!

  • How to implement Case Structure for multiple inputs to Pic Ring?

    So I have a reasonably simple program which I am almost completeed with. Basically the data of an array is read and then is indexed and a new array is created from the indexed data. And then I use Match Pattern to see if elements in the new array match certain words. And if they do then a number value is allocated to a Pic Ring at the end. And depending on the final number value the Pic Ring changes from one pic to another.
    However, I have the problem that I will be using multiple Match Pattern functions to compare elements in the final array, but I can't attach multiple Match Patterns and their subsequent logic statements to a single Pic Ring, only one. I've been trying to work this out by implementing a Case Structure or Event Structure. But the Event Structure isn't working and with the Case Structure, it is very messy with multiple True/False Case Structures inside of each other. Anyway, hopefully this all makes some sense. I'm attaching the VI program to this post. Thanks.
    Attachments:
    ArrayTest2.vi ‏495 KB
    ArrayTest2.vi ‏495 KB

    Obviously, you can only display one picture.  So then the question becomes which picture to show.  Therefore, you will have to create some sort of preference of one pattern over another.
    I would use a FOR loop so that you can loop through your available patters and their possible results.  Use the Conditional Terminal on the FOR loop so that you can stop the loop on the first match.  Then you just wire up the selected value for the ring outside of the loop.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Basic structure for sequencial control

    Dear all,
    I'm trying to create a vi to realize sequencial execution of subvi's, the time delay between two subvi's should also be controllable. Is there any sample program available? Thanks
    Jerry

    Also look under the Help menu, find examples. and search for State Machine
    There are empty templates available if you look under the Files Menu, select New > From Template> 
    You'll see a list, such as Event Structure, with data, etc and State Machine.  There should be 2 of them.
    As Altenbach suggested, do a search in this forum for State Machines.
    They are easy to implement, easy to use, easy to maintain, and are scalable.  Use Type Def'ed control for your case selector, you'll thank me after you modify it's content for the 10th time
    RayR

Maybe you are looking for

  • I am getting message cannot connect you to you tube?

    I have suddenly lost access to you tube on my iPad and get message cannot connect to you tube.  Have tried all suggestions I have so far found on Internet but still nothing. Can anyone help?

  • UseOneAsMany Function Not Working

    Hi Experts, I have tried the example from the below blog: **************** - Implementation of Node functions I have changed the context level as mentioned in the blog. I have changed the Plant Context Level to Mt_Sender for both MatNo and MatDesc wh

  • Direct connection between 2 clients without any configuration!

    I wan to make a system act like hamachi or logmein (websever & clients). I have a webserver on the internet and two client from different networks connected to this webserver, now i want to make directly connection between these clients without any c

  • In table, coloumn's data is repeating multiple times

    Hello Everybody, We have upgraded patch level of EP 7.0 from SP10 to SP17.We are using VC 7.0 with Flex2 compliler and BI 7.0 SP19. In Visual Composer we have developed a dashboard but We are facing some issues related to table values. In tables outp

  • Can't see entire CD in iTunes

    Having an issue with iTunes on a MacBook Pro running Yosemite and iTunes 12. I downloaded a single (Chris Tomlin's Jesus Loves Me) back in September. The entire CD (Love Ran Red) was released last week. The CD download did not include the single sinc