Real Time updates

Hi,
We have recently purchased a version of  Xcelsius Engage 2008 version 5.0.0.99 and have problems with real time updates when linking to an existing  Excel  sheet that has auto refresh queryu2019s the sheet is updating as expected but neither the preview nor exported flash files update.  Is it possible to do the above with this version of  Xcelsius?
regards,
Joe

Hi Joe,
It sounds like you have a connection tied to the Excel spreadsheet which updates your data.  If this is true, then this will not update the SWF file produced by Xcelsius.  When previewing or exporting the SWF file, it only translates the data/formulas used in Excel in actionscript to produce a self-contained SWF file.  The connection between the SWF and the original Excel file is then severed.
The Xcelsius SWF files can only be updated in run-time via XML or web services.

Similar Messages

  • Real time update in Oracle Table

    Hi Friends,
    I have a new requirement (challenging) and i need your inputs to proceed further.
    User is expecting an real time update in Oracle Table.
    Example:
    I have an Oracle (10g) table DDSX-CALENDAR table. whenever a record(new) gets inserted into this table, i need to take this record and update the other oracle table (10g) existing in a different environment (schema and server).
    Please let me your inputs about handling this requirement.
    Thanks for your time.
    Regards,
    Diwakar Dayalan

    Thanks Prasath.
    I beleive for setting up the DBlink the user needs to have DBA role.
    How do we know the data has been inserted into the source, do i need to use a trigger for that ?
    In which way i can use the DB link inside a trigger to update the values in the target table.
    Example
    My source tables is
    DDSX_STR_BANK
    Store Number Bank Name Bank Account Number
    0001 BOA 111111111111 (assume previous value is 222222222222 )
    0002 BOA 222222222222 (assume previous value is 111111111111).
    Now two store numbers have got its bank account number updated in the source and the value is inserted, Now my requirement is once the value is inserted in the source, i need to update bank account number in SSDX_STR_BANK table in a different server and schema.
    SSDX_STR_BANK
    Store Number Bank Account Number
    0001 222222222222
    0002 111111111111
    Update the bank account numbers in Sync with the DDSX_STR_BANK.
    Please guide me how to proceed with this requirement.
    Thanks,
    Divakar

  • Real Time update through ODBC

    One of our customers is currently using Lotus Notes to maintain service calls. They want to keep using Lotus Notes while migrating accounting functions to B1. Most of the BP master data will be maintained in B1, but they want to enter comments in Lotus Notes. Is there a way to make the changes in Lotus Notes but update data in B1 in real time, i.e. no other interface for upload? Can this be done by ODBC alone, and would it violate any business rules if this can be done?

    You can't write directly to B1 master data tables with ODBC.
    (see Forbidden, allowed and recommended database issues )
    AFAIK, a feasible workaround might be something like this:
    [code]
    1. in B1 create  a User Defined Table for your comments
    Tools - User Defined Fields - Manage User Fields
            - Click "User Tables"-button on the bottom of
              the form and add your table
            - In matrix:
               - Open "User Tables"
               - select your table
               - Click "Add" to add columns to your table
                    - CardCode
                    - Comments
    2. use ODBC to replicate comments from Lotus Notes
       to your User Defined Table
    you can fill in test data using
            - Tools - User Tables - [YOUR_TABLE]
            - use Tools - Form Settings to make your columns
              visible and enabled
            - Code and Name must be unique
    3. in B1 application create a Formatted Search to the
       field of your choice (for example BP MasterData -Remarks)
    create and save a user query
             SELECT T0.U_Comments
             FROM [dbo].[@SXM_TABLENAME] T0
             WHERE T0.U_CardCode = $[$5.0.0]
    Define the Formatted Search to the field you want
          to see the comments
             - Alt-Ctrl-F2 - Search By Saved Query - Auto
               Refresh When Field Changes - BP Code
    [/code]
    HTH
    Juha

  • Real-time updates of an XY graph with a 2D array (x,y) inside a for-loop

    Hi all,
       I am new to this forum, and relatively new to LabView (I've used TestPoint in the past), and I have a question. I have implemented a for-loop to grab data from an LCR meter (via GPIB) which becomes the Y data. The X data is calculated and tunneled into the for loop (although varies with incrementing 'i'). Anyhow, I am trying to store all of the data and keep the user updated throughout the test by plotting the XY Graph each iteration. Right now, the XY Graph plots one point at a time, so somehow the data I am appending to the 2D array (x,y data) is getting overwritten each itteration. How can I make it so that each new point is added to the array, making it bigger so that the data will be saved and so that the user will be able to see all the data in real-time on the graph as the test in running?
    Thanks
    P.S. I would post a screenshot, but I'm not sure how to upload here.

    Hey Mendeleev3104,
    There is an attachment section at the bottom of the post when creating or editing a post. You might want to use that to attach a picture of your code.
    None the less I will give a shot with some suggestions without viewing your code.
    You should look into using shift registers along with the Insert Into Array.vi to build an array of numbers. A good source of information for shift registers can be found in the For Loop and While Loop Structures help.
    Hopefully this helps!!
    Aashish M
    Applications Engineer
    National Instruments
    http://www.ni.com/support/

  • How can I get real time updates in multiple views when scrubbing through the timeline?

    I am using After Effects CS 5.5 on Windows 7. When I use the mouse to click / drag / scroll through the timeline, one view updates in real time, this is great! If I open a second view, it only updates that view when I finish scrolling.
    I would like to be able to scroll back and forth through the timeline, and have two different compositions update in real time (live update)?
    Is this possible?
    Thank you!

    The long answer is: No. It's not even a performance issue, it's how AE evaluates time, since time is fluid and can be mangled in a million ways from time-remapping to expressions...
    Mylenium

  • Real-Time updating 2D Polar Intensity Plot

    Hello,
    I am trying to construct a polar intensity plot.  There are a lot of different solutions on the board but 3D graph and pixel by pixel plotting won't cut it for the update time I am looking for.
    Think 'weather radar'
    My current solution is to use replacePixelLine.vi.  I place one end of this line in the center of my picture, and sweep the other end around in a circle.  My pixel color data is my intensity levels, I switch data sets everytime I move into another angular bin.  Its quick enough to update every ~25ms, which is good for me.
    However there is a bad side effect in replacePixelLine.vi that makes all of this pretty much useless.  When the line must step diagonally, it moves 1 pixel in both x and y directions, instead of making an L by moving in x, then y.  This means that at 45 degrees, this vi draws only 71% of the pixels as 0 degrees.  On top of this, instead of scaling the pixel color data, it just lops off what it cannot plot.
    Therefore I have a strange situation where my data is plotted in a squarish shape and the angular bins don't 'arc' correctly.  The bins are just drawn as straight lines, either horizontally or vertically depending which side of the n*45deg lines you are on.
    Is it possible to change internal workings of replacePixelLine?

    Hi pschmal,
    replacePixelLine.vi is not a VI that is shipped with the Vision Development Module.  I assume you are using the IMAQ Get Pixel Line and IMAQ Set Pixel Line within a subVI that is named replacePixelLine.vi.  Is this true?
    Is it possible for you to post a bit of sample code that demonstrates what you are having problems with.  It is easier to diagnose and come up with possible workarounds that way.  Thanks!
    Kristen H.

  • After upgrading to OS 7.1.1 Maps no longer works correctly.  It is constantly "locating" and does not do real time updating.  Tried "Scout" map app it does the same thing.  Do I have something not properly set up for viewing Maps the way I used top?

    After upgrading my iphone 4s to 7.1.1 the Maps application does not work properly.  It updates very slowly and is constantly "locating".  Why is this happening after the upgrade?  I also tried SCOUT App it is does the same thing.  It seems like it is losing the GPS position.  Is there a fix for this?

    Any change after turning Airplane mode off and on and/or or after turning Location Services off and back on?
    If not, any change after doing a reset which is similar to a computer restart and is done by pressing and holding the home button and the sleep/wake or on/off button simultaneously until you see the Apple logo and then release?

  • Smart Mailboxes: Why don't they update in real time?

    I have a Smart Mailbox that shows me any Unread messages i have. As i read these messages, they become Read messages, yet they remain in the Smart Mailbox. Is there any way to initiate a real time update to these so that I am not required to switch Smart Mailboxes to initiate the update.
    Not very 'smart' are they…
    Any solutions are welcome.d

    sphereboy wrote:
    That all sounds correct on paper. But in real life it just doesn't work out that way. Let's say I have 20 Unread messages in my Unread SmartMailbox. As I read each message they become Read messages. The messages do not automatically clear this mailbox. They stay there in a Read status inside the Unread Smart Mailbox. The only way I can update the mailbox is by switching over to another mailbox, any mailbox, and back to my Unread Smart Mailbox and then it properly shows only Unread messages.
    And that is the correct action...the update trigger is when you move out of one and into another (acts as a confirmation that you're done).
    Seems appropriate and a small price to pay. It would seem to be a burden if otherwise as it would always be working while you were trying to read....can't have everything at once

  • PS CS6: stroke color picker preview in real time not working

    re: NEW color picker stroke color not updating in real time (previewing).
    Is it me or has the stroke color preview been removed in CS6 or is there a setting that needs to be changed to enable it?
    The problem: When I create a shape layer, press enter and then chose a stroke color from the color picker, I select a color but it doesnt update the stroke color until I press enter. I'm sure it used to change in real time as you clicked on the color picker panel before accepting it.
    Any sugestions or ideas as to whats going on or am I going mad?
    Further update: This is when creating a shape but using the new stroke feature in the properties bar at the top (the one which gives you the new fancy options like having a dashed, transparent or gradiented stroke) and not the traditional method of adding it as an effect. This still shows a real time update, but the new method doesnt.

    Curt Y wrote:
    zarrdave wrote:
    You're then moving the colour picker dialogue box to one side so you can see he shape created, and you've then tried clicking on different colours and the border color has changed after each click (but before you press OK)?
    If thats working so the color changes in real time for you, then unfortunatley I've got a problem with my version.
    Using Win7 CS6 extended, and following your instructions it works for me.
    Border changes withn I click on color pallet with color picker.
    Odd, same version/ O.S. here, thanks for that though Curt Y. Are you sure you're not clicking on the preset colours and actually using the color picker dialogue box.
    I've been in a bit of a rush here at the office and appologise for not being clearer and posting a screencap earlier.
    To clarify, its the Cyan dialogue box not the orange box I'm talking about  (nice choice of colours I know ). The top right icon in the organge box with the colours in is how you get to it.

  • Needs some Advice on How-to, Real time Price Quote Page?

    I need to create a page that gives  a real time price quote. I would like to be able to allow the end user to  select the an option and in real time update the price and up date a  running total. I have looked around for some extentions but have not  found anything. Can anyone point me in the right direction?? If a DB is  need I use Access and ASP pages.
    thanks
    Dogger

    Anyone????

  • Real Time Report Placed in iFrame and then Within a Web Applet

    Real-Time Reports built and executed BI tool retrieve real-time updates. However, when report URL is placed within an IFRAME and that is then placed in a Web Applet and the Web Applet is placed within a Page Layout Section, the real-time report no longer retrieves real-time updates.
    Do you have any ideas as to why?

    Hi Don,
    Thanks for the reply.  I had downloaded a set of samples from SAP and I have looked through a few of the set you supplied.  I am worried that I'm going to have some trouble because the samples have the reports loaded as part of the solution but I was looking to create a more generic viewer.  I don't want to have to reprogram for each and every report that is created.  That is why I was trying to use the generic parameter dialog.  After the Report Load Failed dialog comes up, it does bring up the parm dialog and hits SQL Server just fine.  Yes...the reports are passing Parms to Stored Procs in SQL Server.  The report has default parameter values. 
    What I am trying to do is search thru the application folder and gather the names of the reports located there and fill the combo box with the names of the reports.  Then the user should just be able to select a report and run it.  I can't save the data in the reports because they must be ran per the requester's date range and other desired parameters.
    Does this seem valid or am I going to have to program for EVERY single report and reprogram/recompile for every report added?  Not particularly what I want to hear.   I would have used the standard Crystal Report Viewer and had the users use that but it doesn't seem to allow you refresh the data from the viewer.
    Thanks for your help,
    Chris

  • Real-time data extraction for FI-GL

    Hi All,
    I have a business requirement to have FI-GL transactions updated in 5 minutes or less in our BI system.
    As per OSS Note 991429 (Minute based extraction enhancement for 0FI * 4 extractors) it seems in theory possible. However, the settings in this note inidcate that the extraction can only happen every 3600 seconds (1h) or more to avoid losing any delta records.
    Has anybody been able to use either datasource 0FI_GL_4  or any other standard datasource to set-up a real-time extraction (the key point being a real-time update of 5 minutes or less, not an hour)?
    Thanks a lot for your help.
    David

    I would like to inform you, that SAP does not recommend to reduce the
    safety interval from 1 hour to 15 minutes.
    This setting can cause missing records in the BW system.
    However it is on your OWN risk, and it is NOT supported by SAP, if it
    will cause missing datas in BW.
    You can change the safety interval in table BWOM_SETTINGS.
    Please take a detailed look at the note 991429.
    Colin

  • Updating a Real-time Infocube

    Hi All,
    In one of the requirements in BPS planning.
    We are using the Exit function for validating the data.
    In our function module we are fetching the data and two of the fields in the cube needs to be modified in the cube after completion of the validations.
    I would like to know if there is any existing functionality or Function module in BPS planning for this for updating the Real-time Info cube.
    Thanks
    Prathish

    Try this link:
    www.geocities.com/cynarad/reference_for_bps_programming.pdf
    In the chapter where table xth_data is described more detailed this can be one possibility to validate your realtime IC.
    Have fun,
    Clemens

  • How can I get updated data in sub VI in real time?

    Hello.
    I'm making application using Labview 7.0.
    What I want to do is the data acquisition changing some parameters. I get the data each time
    I changed variable parameters. I can do it in sub VI by inserting array component into 'for' loop.
    As loop iterates, the parameter sets are changed, and new data is inserted into array by 'replace subset array'.
    New data fills the array by each iteration.
    However, I can't bring this result array to my main.vi. Sub VI gives me the result array only when
    its processes are done. I want to display the data while parameters changing is still on
    the way.
    Are there any solution to get the output of sub VI while the it is not finished yet?

    Hi Joewun:
    Yes, you can update that data in real time.
    It's done using references and property nodes.
    You can Create Reference of an array in your main VI
    In your SubVI, create a new Input to an array reference, and insert a Property Node function into the For where you update the value, and select Value property.
    This way when your array updates in the SubVI you will see the changes in your main VI.
    Attatched Image:
    Left: Main VI
    Right SubVI.
    Aitortxo.
    Attachments:
    Update Array Data from SubVI.png ‏54 KB

  • BT NetProtect plus – Real time scanning and update...

    I have posted this message as both a pointer in case others have the same issue as well as whether anyone has found a proper resolution.
    I have recently experianced problems with my BT NetProtect plus indicating the Real time scanning has stopped and any attempt to restart it does not work. This is accompanied with it keep promptig that there is a new update and to restart the computer. This happened every time I logged on.
    I had spent some considerable time with the BT support people who have now reinstalled the software about 6 time's after the 2 time I had already tried.
    I run Windows 7 64 bit and recently installed an SSD drive. The key thing I have subsequently discovered in my upgrade is that I changed some registry settings to make my default installation location to be my D: drive. I followed this post :
    The 64bit version has two versions of regedit. Make this change as well:
    1.) Enter into Start>Run: %systemroot%\syswow64\regedit 2.) Go to: HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion 3.) Change the Path in DWORDs ProgramFilesDir, ProgramFilesDir (x86) to the new path, probably just changing the drive letter
    Everything works fine apart from BT NetProtect plus which when installed new has the above issue.  If I change the default install location back to C: drive then it installs OK and works OK when I subsequently change the default install location back to the D: drive. When I say works OK, that is until BT NetProtect plus issues a major update when the same problem appears again.
    I am waiting further contact from the 3rd line helpdesk but the 2nd line team did not seam to know of this problem.
    Has anyone else experenced it or know of a proper solution ?

    A full McAfee scan on my desktop PC can take about 2 hours or so and a full scan sometimes slows down my over 3 year old desktop PC. Thats why I only do a full McAfee scan every once in a while but I do a quick McAfee scan every 6 or 7 days.
    I do like the McAfee shredder though and use that now and again. I also got McAfee quick clean set to run at lest twice a week.  
    I have used Norton in the past and that slowed down my last PC more than McAfee from BT. The free version of AVG is good but its only an anti-virus. Some say the windows firewall is ok but not the best.
    I also have windows defender set to do a quick scan every evening around 9pm. As most nights I have my Desktop PC on at that time.
    I also do a disk clean up at leat once a day.
    Darren

Maybe you are looking for

  • Client opening in production/Quality systems

    Hi Gurus, I need your inputs on my thoughts regarding client opening in production or quality systems. Am a BASIS administrator and sometime we get requests from functional teams to open a production or quality client to do some direct changes which

  • Any more info on Retina display optimized Photoshop?

    Just checking back every couple of weeks (or months) to see if there is any more information regarding any availability of Photoshop CS6 optimized for Retina display capabilities? I know that it was probably a rush job getting it ready for the Apple

  • SQK Developer 3.0.03 generated ORA-0904 on table detail tab

    When I select the table detail tab, I get an error dialog with the following message: An error was encountered performing the requested operation: ORA-00904: "STATUS": invalid identifier 00904. 00000 - "%s: invalid identifier" *Cause: *Action: Vendor

  • How to load empty column from flatfiles to tables in oracle using aql*loade

    HI,, i am trying to load data from flat files to oracle tables using sql*loader. i got empty column to load. while i am trying it is throwing an error as null colums canot load... plz help me with this... Thanks in adavnce..

  • Rwrun.sh generates blank PDF file on AIX

    We are using Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 on AIX Application Server 10.1.0.2.0 on AIX I have executed the following command on AIX to generate my report in PDF format $ORACLE_HOME/bin/rwrun.sh report=rba14.rep userid=eoc/