Read Terminated Buffer bug in CVI 5.5 ? (2)

Another thing that make my headache to grow....
When I run the project inside CVI 5.01 IDE, it works but if I create
the .exe file, it stops working.
This is because the .exe file is using the CVI 5.5 RTE ?
If so, there is a way to make the .exe file using the old CVI 5.01 RTE
Ciao
Dimitri

Dimitri
I also fight with different versions of the RTE, but I found no way to use
different version on one machine.
Once you have updatet to 5.5, I found no way to run an .exe file with RTE
5.0
Stephan
Dimitri Ghinis schrieb in im Newsbeitrag:
[email protected]..
> Another thing that make my headache to grow....
>
> When I run the project inside CVI 5.01 IDE, it works but if I create
> the .exe file, it stops working.
>
> This is because the .exe file is using the CVI 5.5 RTE ?
>
> If so, there is a way to make the .exe file using the old CVI 5.01 RTE
> ?
>
> Ciao
> Dimitri

Similar Messages

  • High waits on scatter read and buffer busy wait ..

    one of my system is undergoing some serious problem ~
    i checked when some sql querying few large tables ( 30 millions rows ,partioned )
    system waits became significant .. the ones stand out are scatter read and buffer busy wait ...
    on the longop , you can see those sessions waitting to scan the large table ..
    buffer get ratio dropped from 90% to like 30% ,average buffer hit ratio is like 55%
    mu questions are
    1.what's your view of throwing the problem away ?
    add physical memory, then increase data buffer ?
    it's getting scanned very often , but it's too large to pin it in the keep pool .
    2. why buffer busy wait ?
    i don't fully understand why this happened ?
    becase what they are doing are just querying ,nobody is modifing any data ?
    will increase freelist help this ??
    thanks your talneted ideas
    br/ricky

    Have these SQL statements been added recently, or have they been around for a long time. If the latter, then it seems likely that they've changed their execution plan to start doing tablescans (hence db file scattered read waits) or index fast full scans.
    One of the causes of buffer busy waits is concurrent tablescans/index fast full scans - in 10g this particular cause has been split and reported as "read by other session".
    Your first action should be to see if there is a more efficient execution plan for these queries. If the problem is due to a change in execution plan, common causes are: changes in statistics on the objects, failure to change statistics on the objects, changes in input value on the queries, changes in optimizer parameters, unlucky changes in data volumes.
    Regards
    Jonathan Lewis
    http://jonathanlewis.wordpress.com
    http://www.jlcomp.demon.co.uk

  • Noise on my input signal at each reading half buffer

    I use the PCI 6033E board.
    Normaly, my signal is around 0 Volt, but at each reading half buffer, I receive a noise, and my signal come back to zero.
    I find this problem on Channel 2.
    Thank's in advance for your help.
    Best regards

    Hi,
    Have you the same problem with other channel, or only with channel 2 ?
    If you make a test in Measurement & automation explorer (Test panel) in continuous mode, have you the same problem ?
    Perhaps channel 2 in your board is broken.
    You can test your board with DAQ diagnostic utility : http://digital.ni.com/softlib.nsf/websearch/FEA4D55E1B3DA33A86257076006AA260?opendocument&node=13206...
    And after, you can call National Instrument to repair this, if your board has a problem.
    Regards,
    Christophe S.
    FSE East of France І Certified LabVIEW Associate Developer І National Instruments France

  • Strange marks during reading Rs232 buffer

    Hello,
    I have got the problem with read Rs232 buffer.
    I am sending a frame to initiate an buffer from RAM of the external device. Everything looks correct, the device is answering, but during reading a feedback message i receive a strange marks(attached jpg). I wrote adequate software in c# to have sure the external equipment is available, it works. So i checked if in my .vi are any bytes in the received buffer of Rs232, yes they are...So the problem is in LABView. Does anyone have had the same situation?
    I am wondering if there is no any problem with fonts or something?
    Thanks for any tips.
    Solved!
    Go to Solution.
    Attachments:
    1.jpg ‏43 KB
    2.jpg ‏246 KB

    You should only be configuring your port once.  That should be done before this loop.  By configuring the port inside of the loop, you are reinitializing that port with every call.  That could cause weird things while the configuring is happening.
    You should probably have a wait sometime between your write and your read to allow your device to respond.
    Is your device sending an End Of Line character at the end of each message?  If so, get rid of the "Bytes At Port" propery node.  Just tell the read to read something really large.  It will automatically stop reading when that End of Line character is found.  If it isn't sending that character, you should disable that with the Configure Serial Port (that you should have BEFORE that loop).
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Install error on Debian 6 (dpkg short read on buffer copy)

    Using SCOM 2012 SP1 here. I have successfully deployed the SCOM agent to Debian 7 and Centos 6.5 machines. However, when deploying to a Debian 6 machine, I am getting the following error:
    Agent installation operation was not successful
    Failed to install kit. Exit code: 1
    Standard Output: Sudo path: /usr/bin/
    (Reading database ... 23625 files and directories currently installed.)
    Unpacking scx (from .../scx-1.4.1-304.universald.1.x64.deb) ...
    Standard Error: dpkg-deb (subprocess): short read on buffer copy for failed to write to pipe in copy
    dpkg-deb: subprocess paste returned error exit status 2
    dpkg: error processing /tmp/scx-scom-ma/scx-1.4.1-304.universald.1.x64.deb (--install):
     short read on buffer copy for backend dpkg-deb during `./opt/microsoft/scx/lib_openssl_0.9.8/libpegwql.so.1'
    Errors were encountered while processing:
     /tmp/scx-scom-ma/scx-1.4.1-304.universald.1.x64.deb
    Exception Message:
    There was nothing after "Exception Message:"
    Searching for this error generally seems to indicate a corrupt .deb file. Anyone ever run into this one?
    -- ND Smith

    Well, this was a pleasant surprise - when I ran it manually, it worked. I'm not sure why it didn't work through the wizard.
    # dpkg -i scx-1.4.1-304.universald.1.x64.deb
    (Reading database ... 23625 files and directories currently installed.)
    Unpacking scx (from scx-1.4.1-304.universald.1.x64.deb) ...
    Setting up scx (1.4.1.304) ...
    Checking existence of /lib64/libssl.so.0.9.8o and /lib64/libcrypto.so.0.9.8o ...
    Checking existence of /lib64/libssl.so.0.9.8 and /lib64/libcrypto.so.0.9.8 ...
    Checking existence of /lib64/libssl.so.0.9.8o and /lib64/libcrypto.so.0.9.8o ...
    Checking existence of /lib64/libssl.so.0.9.8 and /lib64/libcrypto.so.0.9.8 ...
    Checking existence of /usr/lib64/libssl.so.0.9.8o and /usr/lib64/libcrypto.so.0.9.8o ...
    Checking existence of /usr/lib64/libssl.so.0.9.8 and /usr/lib64/libcrypto.so.0.9.8 ... 
    Found /usr/lib64/libssl.so.0.9.8 and /usr/lib64/libcrypto.so.0.9.8 ...
    Generating certificate with hostname="foo", domainname="bar"
    Starting Microsoft SCX CIM Server: .
    -- ND Smith

  • JPEG file reading wierd bug using ImageIO.read and buffer strategy

    OK I have a slightly (!) bizzare problem. I have a program in Java 1.5.0 /5.0 which is fundamentally using a full screen exclusive mode window to display images loaded from files using ImageIO.read(file). I am getting the graphics context of the buffer strategy used on the FSEM window, and then drawing onto that the image that I have loaded using graphics.drawImage(ImageObj, 0,0, null).
    Now ordinarily this works fine, but I have (after much head scratching) discovered that certain specific jpeg images cause me problems. If I load one of these jpeg images, then it loads in with ImageIO.read fine and I get no errors, but the program locks up on the drawImage(ImageObj, 0,0,null) command in the rendering engine. It doesn't crash, but the CPU usage goes to 100% and stays there, and the method never returns. The image is never displayed on screen obviously, as the program never gets to call bufferStrategy.show() for these images. I have to forcibly terminate the VM to get out of the program.
    Does anyone know what is going on here? Is there some extraneous meta data in the dodgy jpeg files that is doing this? I don't know what 'extras' you can have stored on a jpeg that would cause this behaviour, and I don't know what restrictions there are in the jpeg file reader in Java.
    Its not a major bother to me (now I figured out whats causing it!), as I can just resave a duff jpeg in my image editing app and it will work fine. I just don't know whether I should submit it as a bug or not, and also I thought it would be useful for others to know of this strange behaviour - if I had known about it I would have saved myself about 8 hours!
    Thanks
    Alex

    Oh I forgot to add - I am resizing the images to the screen size using
    Image.getScaledInstance(deviceBounds.width,
    deviceBounds.height,
    Image.SCALE_AREA_AVERAGING);
    and then drawing the scaled image onto the graphics context.

  • Terminal preferences bug

    Have any of you seen or heard of a bug in 10.10.2 affecting the preferences for Terminal.app?
    Here's how I got to it.  With Terminal.app running, open Preferences, click Profiles, and then make sure that focus is on the TEXT tab.  What you should find is that clicking the color boxes turn gray and do not cause the color picker to open.  Clicking them twice returns them to their color, but the color picker still doesn't open.  It might open if you click the color boxes that are set for Terminal, but when it does the dialog is broken and malformed.  The same issue appears in the WINDOW tab for determining the color of the terminal window.  Also, none of the pre-set profiles will change the appearance of Terminal even if you select them.
    I've tried restarting the application, but nothing more drastic than that.  If any of you have seen this and know a solution, please let me know.
    Thanks in advance!

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your documents or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this behavior; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Please take this step regardless of the results of Step 1.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
    Note: If FileVault is enabled in OS X 10.9 or earlier, or if a firmware password is set, or if the startup volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of Steps 1 and 2.

  • Adobe Reader / Pro XI bug with PDF as embedded object in Microsoft Excel

    We are using Adobe Reader and Adobe Pro version 11.0.06, Windows 7 Enterprise 64-bit, with a mixture of MS Office 2010 and 2013.
    We have been able to reproduce a bug using Reader/Pro together with Excel, where Reader/Pro freezes when we preform the following tasks.
    Open an Excel file where a PDF file is attached as an object in the spreadsheet
    Double click and open the PDF file attached, PDF is opened in Adobe Reader/Pro
    From Adobe Reader/Pro, click on the document on the Page Thumbnails, scroll the document up and down for a few times
    Close the Adobe Reader/Pro, it freezes and the adobe process is starting to consume the system memory
    This problem is happening on multiple machines with Adobe Reader/Pro 11.0.06 installed, regardless of the Office version and is reproducible. We did not see such issue on Adobe X.
    Is there anyone reported the same?

    Hello,
    I know this problem was reported many months ago, but I am also experiencing this exact same issue, and have found no resolution to it yet. My user has a simple PDF embedded into an Excel 2010 document. Double click the PDF and it opens properly in Acrobat. If I close Acrobat, Excel freezes in the background (not responding). I have to force quit Excel to get back to Excel.
    Also, if I double click on Acrobat again to re-open the application, it won't open. If I check Task Manager after Excel crashes, I can see that Acrobat.exe is still running in memory, and I have to force-quit it before I can re-open Acorbat.
    Any progress on this issue?

  • Searching PDF's with Sharepoint and Adobe's iFilter (Reader 9 install bug?)

    Hi,
    The suggested way to get the latest iFilter for PDF's is to install the latest Adobe Reader version 9. However I think that there is a bug in the install process -anyone agree?
    The Adobe web site says that the iFilter that comes with Reader version 6,7,8 was the same and that the new iFilter that comes with 9 is an improved version.
    My hunch is that the installer for v9 places in the new iFilter, but incorrectly points the file extensions in the registry to the old v6 program, that on a fresh install don't exist.
    ie in Regedit - the Gather in Microsoft shared tools should point to
    E8978DA6-047F-4E3D-9C78-CDBE46041603, but instead is set up to point to
    4C904448-74A9-11D0-AF6E-00C04FD8DC02. (which is iFilter v6)
    There appears to be a lot of support on the web for the iFilter v9 not working and people falling back to the v6 one. The Adobe ITMatters blog saying "You may then need to do an additional step of registering that iFilter with SharePoint, but it's easy to do that is not quiet right, as it is not easy.
    Regards
    S

    Thanks for the document link.
    I tried manually updating the DocIcon.xml file and adding OpenControl="AdobeAcrobat.OpenDocuments" stops the web client from being able to open pdf's.
    I have checked IIS and the WebDAVModule is not present.
    The one thing I have noticed is that the iFilter is version 9 is there a version 10 and would this be causing the problem?
    Thanks

  • Function Module to read from buffer in marketing

    Hi Experts,
    Please let me know thefunction module to read values from buffer instead of the database. Actually, I need to get the buffer values of table 'CGPL_HIERARCHY' for my requirement. Please help.
    Thanks,
    Ramya

    hi,   I don't know the correct FM name,  but normally the function  name like  XXXX_DB  will read data from database, and name like XXXX_OW will read data from buffer
    you can search if these function exists for CRM Marketing

  • How to Read DAQmx Product name in cvi

    How do I read the USB product names in CVI. I need to know which DAQmx instruments I have connected. If its a USB-6009 and/or USB-6221.  Any help would be appreciated.
    Thanks

    Device product type can be obtained with
       DAQmxGetDeviceAttribute ("DeviceName", DAQmx_Dev_ProductType, msg, 4096);
    There is a whole series of properties that you can retrieve on installed devices: I suggest you study the list of attributes available for this function in order to detect if some of them can be of some help for you.
    The list of all devices present in the system (regardless they are simulated or actual devices) can be obtained with
          DAQmxGetSystemInfoAttribute (DAQmx_Sys_DevNames, msg, 4096);
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?

  • Terminal Buffer Overrun, Can You Change the Size?

    Hi-
    I frequently use BBEdit or the Text Editor to write a bunch of text (SQL, scripts, etc.) and then COPY / PASTE that into the Terminal. If the block of text I copy is longer than about 1024 characters, I hear a beeping sound from Terminal and it drops characters from the middle of the PASTE operation.
    My guess is that Terminal has a buffer of about 1k and when I copy large chunks of data, I overrun the buffer and it sounds the beep to tell me that. Then it just keeps pushing data in from the COPY / PASTE; although, some characters end up missing because of the overrun.
    Is this correct? Is there a way to change the buffer size?
    MacBook Pro, iMac 20   Mac OS X (10.4.7)  

    Yes. Duplicate your book first in case of issues with text reflow ( depress the command key and press d to duplicate) then select the book, click on themes and choose the same theme and the new size
    LN

  • Adobe Reader X cosmetic bug - browser integration scrollbars do not move

    There appears to be a cosmetic bug in Adobe Reader X (10.0.0) browser integration. When you open a PDF in a browser window, the scroll bar remains at the top of the window when you scroll the PDF using page up / page down, or the mousewheel. If you mouse over the scroll bar, it moves to the correct place in the PDF.
    This bug is consistent across IE 8, Chrome 7.0.517.44, and Mozilla Firefox 3.6.12 (running on Windows 7 Enterprise x86).

    *PUSH*
    Please fix this. Its just ridiculus to provide a plugin like _THE_ Adobe Acrobat Reader and not be able to implement a proper scroll behavior. Come on it can't be _that_ hard .
    Thanks

  • Read Current Buffer Value DAQmx

    Is there a way, using DAQmx to read the current buffer value that is being written? I need to plot the buffer output in relation to a process measurement.
    Thanks
    S

    Hi Yatin,
    Thanks for the response, I have sorted the problem.
    I was tring to plot the response of a machine to it's input signal. I am now simply using the generated sinewave that is being written to the buffer and plotting against actual displacement (from a linear encoder). I plot the buffer values first and then overlay the feedback data.
    s

  • How to read full buffer from stream

    I try:
    - (void)stream:(NSStream *)theStream handleEvent:(NSStreamEvent)streamEvent {
    switch (streamEvent) {
    case NSStreamEventHasBytesAvailable:{
    // reading data
    UInt8 *buf;
    NSUInteger *len;
    [ [input getBuffer:&buf length:len] ]
    But in documentation:
    "buffer
    Upon return, contains a pointer to a read buffer. The buffer is only valid until the next stream operation is performed."
    How to get buffer. I think, it should be copyed...
    And what tag I must use for CODE formating?

    abuharsky wrote:
    But in documentation:
    "buffer
    Upon return, contains a pointer to a read buffer. The buffer is only valid until the next stream operation is performed."
    The more important point is where it says:
    Subclasses of NSInputStream may return NO if this operation is not appropriate for the stream type
    You would really only expect this method to be implements on a NSInputStream instantiated from an NSData, for example. You are going to have to use "read:maxLength:" the good old-fashioned way.
    And what tag I must use for CODE formating?
    Put your code between two lines of:
    like this
    Reply and quote this post to see it in action.

Maybe you are looking for