Program simulation in cProjects 4.0

Hi,
When I create a simulation version for a cProjects "Program" (see Multi-Project Management in the online library), the assigned projects and phases are not included in the simulation.  Per documentation in the online library:
"If you create simulations or snapshots for a project that is linked to another project (program, master project for a subproject, or a project with a mirrored task), the system copies the link and shows the linked operational object. If, for example, you create a simulation of a program, the simulation is also given the operational projects that belong to the program. In the same way, the simulation of a master project is assigned the link to the operational subproject." 
Could you please tell me what am I missing?
Thanks in advance,
Guillermo

Hi Guillermo,
I just followed up with a colleague. Simulation is only possible for single projects but not in a multi-project setup.
Regards
Dirk

Similar Messages

  • Freeware program simulation with Sim Tool Kit

    Hi:
    Somebody knows about some freeware program simulation with Sim Tool Kit?
    thanks

    * Send message by SMS
    * @param message byte[] : message to send
    * @param number byte : number of the sms
    public void envoiSMS(byte[] message, byte number) {
    // sending of message with all needed parameters
    ProactiveHandler hdlerPro = ProactiveHandler.getTheHandler();
    short tpduSubmitLength = (short) (SERVER_ADDRESS.length + 6 +
    message.length);
    byte[] tpduSubmit = new byte[tpduSubmitLength];
    // TP-SRR + TP-UHDI + TP-RP + TP-VPF + TP-RD + TP-MTI
    //reply path(b) | user header indicator (b) | report request (b) | periode validity(2b) | rejet m�me numero MR(b) | message type (2b)
    byte FIRST_BYTE_local = (byte) 0x01; //juste type de message SUBMIT
    //tpduSubmit[0] = FIRST_BYTE; // TP-MTI + TP-RD + TP-VPF + TP-RP + TP-UDHI + TP-SRR
    tpduSubmit[0] = FIRST_BYTE_local;
    //tpduSubmit[1] = number;
    tpduSubmit[1] = 5;
    for (short i = 0; i < SERVER_ADDRESS.length; i++) {
    tpduSubmit[ (short) (i + 2)] = SERVER_ADDRESS;
    tpduSubmit[ (short) (SERVER_ADDRESS.length + 2)] = TP_PID;
    tpduSubmit[ (short) (SERVER_ADDRESS.length + 3)] = TP_DCS;
    tpduSubmit[ (short) (SERVER_ADDRESS.length + 4)] = (byte) message.length; //UDL
    for (short i = 0; i < message.length; i++) {
    tpduSubmit[ (short) (SERVER_ADDRESS.length + 5 + i)] = message[i]; //UD
    //envoi d'un SMS
    hdlerPro.init(PRO_CMD_SEND_SHORT_MESSAGE, (byte) 0, DEV_ID_NETWORK);
    hdlerPro.appendTLV(TAG_SMS_TPDU, tpduSubmit, (short) 0,
    (short) tpduSubmitLength);
    hdlerPro.send();
    I can't do all comments in english; another comments is in french.

  • ABAP thread programming simulation

    Hello
    I'll try to explain me well
    Iu2019m creating an interface between SAP and 3 different robots
    The design roughly is as follows
    Thereu2019s one interface with the definition of the common methods (Abstract)
    Each robot is a class that implements this interface
    Iu2019d like to execute the methods of this classes using something similar at the concept of threads in JAVA (create, pause, resume, finish, abort, etc )
    I think about simulating threads using jobs but i can't stop, resume a job, somebody can give me another idea¿?
    Thanks and regards

    I'm not familiar with threads, but I think I can understand what it is (tell me if I'm wrong).
    In SAP, threads are at a higher level : jobs as you say, but more generally SAP uses the term "[workprocesses|http://help.sap.com/saphelp_nw2004s/helpdata/en/69/c24e104ba111d189750000e8322d00/frameset.htm]".
    I think that threads are used to achieve better performance, but we usually don't need this level of performance in SAP as its architecture is scalable (buy more memory, more processors, etc.)
    For information, In SAP, we achieve parallel execution by using [parallel RFC|http://help.sap.com/saphelp_nw04s/helpdata/en/22/0425c6488911d189490000e829fbbd/frameset.htm], via [lock concept|http://help.sap.com/saphelp_nw2004s/helpdata/en/c2/2d7037ecc92a7ee10000009b38f8cf/frameset.htm] which is based on [lock objects|http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21eea5446011d189700000e8322d00/frameset.htm].
    And when we need to "serialize" execution, we use simple home-made "wait for" algorithms.
    What do you mean by "robot" (machine or scan program?) Why do you exactly need threads for ? (maybe this question makes no sense but I'm not familiar as I said)
    Can you create a master program which controls the executions? When everything is finished, it stops.

  • CProjects 4.0 - Resource Availability

    How does the Resource Availability feature work in cProjects 4.0? Can the resource maintain his calendar in cProjects?
    Staffing of a resource happens when the resource has the qualification for the role? How does the system take care of 'Availability?'

    Hi Bittu,
    Some information to enhance Thorsten's answer about availability, it is not very straightforward.
    First of all, does WFD server (other name WFM core) is used?  If Yes, then the availability is controlled by the WFD server (External).
    If No, then the program using the cProject internal logic frequences to determine the availability:
    1.  The BP has the availability maintained. for example BP 'Mr. Hugo Boss'  works 8 hours each day.
    2.  The BP has a location, and the availability has maintaned for the location.
    for example: 'Mr. Hugo Boss' has location 'Germany' and location 'Germany' works 7,5 hours.
    3. The BP has not the locaion . But the role has maintained a location.
    For example: Role 'Software development' should be done in location 'U.S' and location has 9 Hours each day.
    4. If none of above is maintained, then the program check the customizing of distribution. The standard SAP dilivery has 8 hours each day.
    The note 958573 is the prerequisite, and explain the same logic.
    Please rewards point, if it is useful.
    Kind regards,
    Zhenbo

  • Using LabView to run VB program with parameters

    Hi,
    It's my first message here so I hope I am doing things correctly. I tried to do some research before asking and I found a lot of good informations but right now, I seem to be stuck.
    I am quite new to LabView, I did few VIs here and there but nothing really "serious". I am currently working on a LabView interface that deals with VB, Excel macros and Data extraction from Text file.
    The VB program is in charge of a motor position, then, some Excel macros are used to do some measurement and the results are written in a text file that I use to plot some graphs.
    The VB program I made give the window I put in the picture in the attached files. Basically, you have to enter some values in those TextBox then click on Move and the motor will move. When you click on the button Home, the motor moves back to the position "0", no need of the two TextBox. In my labview interface, I created two ComboBox that contain all the possible values for both of the TextBox of my VB program. What I would like to do, when I click on my "Measure" button on LabView that initiates the VB program, is that it can fill the two TextBox from VB with the data entered in my LabView ComboBox and then run the program, simulating a "click" on the Move button.
    Right now, I found a VI (included in the attached files) that runs my VB program from LabView (I use it as a Sub-VI) but I still have to manually put the values in my VB program. My goal would be that when I click on my LabView button to start my measure, the motor moves but the VB program doesn't show up for the user to manually enter the values he wants.
    I hope I was clear but if you need any clarification.
    I did the the VB program myself.
    I can also link the LabView interface I already created if need be.
    Thanks for your help,
    Baptiste
    Attachments:
    Moteur.png ‏5 KB
    lancerEXE.vi ‏9 KB

    First, thank you for your answers.
    I know that I don't need to use VB or LabView. I just want for myself to be able to use LabView to manage a program in VB, one in VBA and use data from a text file. I know I could write everything in VBA and that would get the job done. The thing is I want to get away from VBA and Excel as much as I can. In the future, the plan would be to re-write my VBA program with LabView but as of now, I just want to use LabView to manage everything. I know I don't really need it but I want to learn how to do it and have something that works.
    So I would like to know if there is way to do what I wish to do, running my VB program with parameters coming from LabView.
    Thanks

  • Windows reboot while oscilloscope simulation

    Bonjour
    J'ai créé un petit programme de simulation d'un oscilloscope par LabView en passant par une carte NI PCI-6251
    via les outils DAQmx.
    Malheureusement lorsque le programme tourne pendant un court instant (environ 1 minute ) le PC redémarre.
    Je pense que mon problème serait lié au remplissage d'une mémoire cache du genre mémoire de la carte ou RAM
    mais je n'en suis vraiment pas sûr... Enfin bref j'aimerais savoir s'il est posible de faire un vidage du cache mémoire
    ou si vous avez quelques remarques diverses sur mon programme enfin de le corriger.
    Le programme acquiert 4 entrées analogiques, dont une est également branchée en PFI0 et sert de trigger au scope.
    si vous voyez une raison potentielle de ce bug n'hésitez pas à poster.
    Par avance merci
    Message Edité par Illuyanka le 05-03-2010 07:47 AM
    Attachments:
    Oscillo Beta.vi ‏40 KB

    Translation 
    Hello
    I created a small program simulating an oscilloscope LabView via a NI PCI-6251
    via tools DAQmx.
    Unfortunately when the program runs for a short time (about 1 minute) the PC restarts.
    I think my problem is related to filling a cache type memory card or RAM
    but I'm really not sure ... Anyway I wonder if it is posible to make a dump of the cache memory
    or if you have any comments on my various program finally fix it.
    The program takes four analog inputs, one of which is also connected in PFI0 and serves as the trigger scope.
    if you see a potential reason for this bug please post it.
    Thank you in advance
    You can try the french board in future

  • Very slow graphics on Windows XP

    I've just ontalled Boot Camp and the windows xp professional on my MacBook Pro (mid 2010 2.66 GHz Core i7, 8 GB Ram).
    All seems to work vell BUT the graphics in Windows is EXTREMELY slow (unaceptable) when une 100% graphic acceleration and definitively SLOW (just acceptable) when reducing to zero the acceleration.
    Now I'm going to install a program (simulator) that needs fast graphics and it refuse to run because it detects a too slow graphics performance of the system.
    This one is a new installation of Boot Camp since I've upgraded to a new 750 GB hard disk and I had to reinstall all Windows from scratch; in the previous disk I had no problem with the same Windows and (as far I remember) the same installation.
    Is there anyone that can help me? Is there any new Boot Camp version around? I've just upgraded to Mac OS Lion, but it seems that Lion does not have nothing to do.

    I would have moved to Windows 7, better support for i7 and of course 64-bit / 8GB, seriously.
    I am not sure but guessing it has Nvidia 3xxM (Mobility)
    Verde Driver v267.24 BETA
    267.24
    March 1, 2011
    http://www.nvidia.com/Download/Find.aspx
    And yes, the latest beta. Though with XP I am never 100% certain, and use to be modified drivers such as from Laptop2go had to be used, I think that is less an issue; though one person recently said they had to use very old 18x.xxx driver on their system.
    Windows 7 has better driver support today.

  • Time offset problems with file i/o

    Hello everyone, I'm having a problem with the file i/o VI's. I require my application to save serial data at constant five minute intervals. The problem I'm currently seeing is that on each save to a file a time offset is being added which eventually becomes seconds, then minutes and so on. Since this application is meant to be run for a whole year this is a serious problem.
    Attached is the VI, an Arduino program simulating how the DAQ sends data and a file showing my time offset problem. 
    Any ideas/suggestions/fixes are appreciated.
    Thanks
    Jose Molina
    P.S.
    To run the VI upload the code to an Arduino, select it's serial port in the popup VI then click on Ok. The VI will wait for a time that is a modulo of 5 then create a folder structure inside the same location as the LLB. Inside this folder structure should be a file with the data which should be saved every five minutes if left at the default averaging time.
    Attachments:
    7-8-2012.txt ‏3 KB
    Daq_Simulator.zip ‏1 KB
    Weather_DAQ.zip ‏117 KB

    Sorry I forgot to mention that the averaging time is configurable in the pop up vi at the start. I tried 20 seconds because it's much faster for testing than 5 minutes. Timing is being done by a simple counter that increments each time data is received. So if I receive data the timer increments by 5 because data is sent every 5 seconds. Once the timer is equal to the averaging time the data is sent to the enqueue function and then the blocking dequeue function on the second loop sends the data to the file save vi which then saves the data to the file. 
    Attachments:
    counter.PNG ‏13 KB

  • IMac Core 2 Duo vs MacBook Air i7

    hi all,
    Q: performace-wise, which is "better"?
    iMac:
    2.66ghz Core 2 Duo
    New MacBook Air:
    1.8ghz Core i7
    some background:
    a few months ago (march 2011) i purchased an 11" MBA (1.4ghz Core 2 Duo, 128GB HD (currently with 80GB free), 4GB RAM) and i love it.
    ever since the mba came along, i've been using my iMac (2.66ghz Core 2 Duo, 320GB HD (currently with 120GB free), 4GB RAM) a LOT less - if at all.
    and with the release of the new i7 macbook airs.. i'm playing with the idea of selling the imac and my current mba.. and replacing both with a new beefed up mba.
    from a (simplified) tech spec comparison i'm looking at this:
    iMac:
    2.66ghz Core 2 Duo
    320GB HD (currently with 120GB free)
    4GB RAM
    Current MacBook Air:
    1.4ghz Core 2 Duo
    128GB HD (currently with 80GB free)
    4GB RAM
    New MacBook Air:
    1.8ghz Core i7
    256GB HD
    4GB RAM
    obviously an air-only set up has it's downfalls.. namely: inability to play/burn cds and dvds (unless i buy a superdrive) and a few other monitor/peripheral issues - but obviously these can be resolved with additional purchases... if necessary.
    can you see any other pros/cons here?
    but i guess the main question for me is - what's the difference between a Core i7 MBA and a Core 2 Duo iMac with an extra 0.86ghz?
    Cheers,
    Pete

    oops! my bad.
    first off.. i don't use any of my macs for gaming.
    a lot of my general day-to-day use is the standard web browsing, email checking, iwork, etc, etc
    however, my more "heavy-duty" activities would include:
    mixing/editing songs and drum programming using GarageBand (for drum programming/simulation i use a plug in called "EzDrummer")
    basic image editing/manipulation with a program called "Seashore". basically a majorly simplified version of Photoshop. i quite like it, and it gets the job done to the point i need it done. however if the work i'm currently using seashore for increases to a point where i need something more.. i may end up needing to use Photoshop.
    it might also be worth mentioning i do a lot of browser-based web design/editing with cms and ecommerce platforms like lightcms and bigcommerce.. but doubt you could really consider this to be "heavy duty" in terms of processing power, etc?
    there's a possibility i may need to start using iMovie for a new job i'm about to go into. but that would be for editing 5min videos.. not 3 hour epics..
    i also use iChat and Skype every now and again. and am required to remotely log in to various places using Remote Desktop and the like... but again.. not sure how "heavy duty" these tasks are. just figured i'd throw all possibilities out there

  • Read XML data from file

    Hello!
    I have data in an xml file which i want to read into my program. The problem is i do not want to parse the whole file at once, but in sequece, maybe in to or three sequences. In other words i want to parse the frist part of the file, and then the next sequence.
    Is this possible and how? I use a SAXParser right now, but it parses the whole file at once. Examles and refrences to java api is appreciated
    Best Regards
    Yoshi

    Ok!
    the problem is not to call the function several times, but that the function parse in SAXParser parses the whole xml file at once, so im not sure how a switch case loop is going to help me, maybe you could clarify a little.
    The data in the xml file contains history im going to read into the program, simulating progress. each root element contains a progress. So i want to read one element at a time everey time i call the parse function or a function containing the SAXParse function
    like this
    <datafile>
    <loggfile>
    <time>10:11</time>
    <data>12323></data>
    </loggfile>
    <loggfile>
    <time>10:12</time>
    <data>12424</data>
    </loggfile>
    </datafile>
    best regards
    Yoshi

  • BADI during the save projects

    Hi all,
    we are trying to create a small program to get cprojects project details and send it to xrpm customer fields... we need a BADI to get this information when cprojects projects are saved (button save is pressed).
    we do not want to use the events / workflows from the TC swo1. Someone has any idea to help me?
    tks,
    Elias

    Hi Elias,
    You can use the BADI DPR_ATTRIBUTES for the purpose. You can go through the several interfaces provided in this BADI.
    In the interface VERIFY_ATTRIBUTES, you can write your logic under the method 'SAVE'.
    Let me know if this helps.
    Regards,
    Vivek Pandey

  • Disable random generation of  .adf-ctrl-state and the view state

    Hi,
    I'm trying to test a few transaction on an ADF application that would need to be run using a simulator.
    The problem is it is pretty hard to do this using a programmed simulator since everytime the adf-ctrl-state and the viewstate in the browser change, which requires capturing them. To complicate matters further there exists the PPR navigation (at least that's what I think it is) which present a unique _afrLoop id, that also seems to behave differently with different user-agents. 
    My question is, can I do anything with those fiedls that would allow me to have one id to run my transactions ? I understand that some of those ids, like the viewstate act like a session nonce....but are there do I have any options ?
    Thanks,

    You will need to configure your test suite to capture and replay those values. There is also the javax.faces.ViewState variable.
    Here are some good pointers on how to do this in JMeter
    http://one-size-doesnt-fit-all.blogspot.com.au/2010/04/configuring-apache-jmeter-specifically.html
    A more generalized article
    http://www.oracle.com/technetwork/developer-tools/adf/learnmore/adfloadstresstesting-354067.pdf

  • 10-Y Labview experience, NI ceritified developer

    Hello,
    I have 10 years experience on LabVIEW programming and passed NI certification exam in 2003. I have worked on many projects, including instrument driver development, production test station, reliability test programs, simulation programs, and commercial products.
    I am in Boulder Colorado area and looking for contract work. Resume is available upon request.
    contact info:
    [email protected]
    Thanks,
    Donghua

    Based on response to my initial posting, it appears I've given a misleading impression about my willingness to travel long distances for LabVIEW work.  Having now turned down such work, let me be a little more clear to try to avoid future misunderstandings.  I would also like to make a small addendum to my credentials in case that opens some additional doors.
    Location/Travel Preferences
    I am not presently willing to travel airplane distances to stay on-site and live a life apart from my family for months at a time.  Perhaps I'll need to reconsider this stance in the future, but I'm not yet at a point to seriously entertain such offers.
    I remain willing to travel out of state under circumstances that are more family-friendly, meaning that time away is paramount and distance is nearly irrelevant.  For example, I'd be willing to travel to a site for a few days to get briefed on a project, and provide a rudimentary solution or at least a head-start to a problem.  Then, if needed, I'd be willing to return again in the future to carry the project further.
    Evenings and weekends are an option.  I understand that some projects are best handled during off-hours when equipment is more available.
    My preference for local projects relates to driving distances and reasonable daily commuting time.  That will generally mean Rochester and Buffalo areas, with consideration given to Syracuse and Corning.  Again, this restriction primarily concerns work that requires a daily round-trip commute.  I'd make longer one-way drives for circumstances like I described above for out-of-state travel.
    Credentials Addendum
    Recent 5-year renewal of SSBI (Fall 2009)
    -Kevin Price
    Location: Rochester, NY area, specifically Hilton

  • Trying to login to software program known as hamspher (vip simulated ham radio,  it downloaded the program but it will not allow me to login with call sign and pin.  it has to be opened with what they call a jar file.  how do i do this?

    trying to login to software program known as hamspher (vip simulated ham radio,  it downloaded the program but it will not allow me to login with call sign and pin.  it has to be opened with what they call a jar file.  how do i do this?

    This is compatible with Mac? Especially Snow Leopard (if that is what you'e running)?
    Have you considered posting your question in their forums?
    Here is some information re. the jar file:
    http://ostermiller.org/opening_jar_files.html

  • Test simulation or Test run in program RFBIBL00

    Hi,
    I am trying to use the program RFBIBL00 for invoice posting...
    I have filled the relevant data in the strucutres and populated the file...
    Now i need to simulate/or do a test run to check the data is correct before the actual posting...
    There is a checkbox for "Check File Only"... is this checkbox for the same purpose of simulation or test run?
    Have anybody done the test run using this program, Do let me know
    Also i am getting an error "Not able to open the file"....what could be the problem..(i have created a txt file and placed the same in the presentation server/desktop with some data..still there is an error)
    Thanks
    Shiva..

    Hi,
    Check file only checks the validity of the data in the file. The file must be sitting in app server.
    Cheers.
    ...Reward if useful

Maybe you are looking for