Status byte times out with KS3988 VIs

I am writing a VI that operates GPIB devices that are being controlled by the Kinetic Systems 3988 CAMAC Crate controller. I have been using the KS3988 VIs that are supplied with LabView 5.1. I have found one problem that persists throughout all of my VIs. They will ALL time out on the VISA Read VI if the status byte is enabled. However, if I change the number of bytes for the VISA Read to expect the applications no longer time out and even return a complete status byte. However, with a different byte count my applications return a warning that the byte count is the same as when it entered--I'm not sure what this means, but it's far better than any time out.
I am now attempting to do block transfers and acco
rding to the manual it is best for the status byte to be activated when doing these kinds of transfers. Again, the status byte results in a time out.
Here is the time out error in its entirety:
"Error -1073807339 occurred at VISA Read in KS3988 Status Register Read.vi->Untitled.vi."
Any help would be greatly appreciated.
-Kazem

Hallo,
Concerning "warning that the byte count is the same as when it entered", I
think it only means that there could be more bytes to read. I got a similiar
problem with a Visa application, but i knew that the sent data was exactly
nine byte long. So there was no point waiting for data that won´t come and
therefore I could ignore the warning.
mfg Ricci

Similar Messages

  • Status byte times out

    I am using LabView 5.1 and writing programs that control teh Kinetic Systems 3988 CAMAC Crate Controller. I use the KS3988 VIs that can be found on the NI web site.
    The one problem that I keep having is that I am unable to get a status byte to return without getting this error in my error out indicator:
    "Error -1073807339 occurred at VISA Read in KS3988 Status Register Read.vi->Untitled.vi."
    If you actually watch what the Status Register Read VI does, you can see that it does return the boolean values of the status byte, however, it doesn't show them on screen due to the time out.
    Thanks.
    -Kazem

    I just figured out the problem.
    Not all CAMAC crates have the +/- 12 V pin assignment. The status byte, among other things, uses an auxilary -6 V which is supplied by the -12 V pin. The -6 V can be found at pin Y1, or the fourth pin up on the left side of the GPIB slots.
    The crate that I have does NOT have 12 V pins. Therefore, the status byte, and things like the Lecroy 2373 Memory Lookup unit DO NOT work.
    Being the hack that I am, I wired -6 V of power into my crate, and now everything works. It looks a little dangerous, but it works.

  • Time out function in VISA configure serial port vi

    I have some doubts regarding the time out functionality of "VISA configure serial port vi":
    1) I have set the time out value as 10s while initializing the port using this vi. Does this mean that for any Rx operation happening on the serial port, it will wait for 10s for the data to be received?
    2) Is this waiting functionality also valid on "bytes at port" vi which I am using before reading the port data?
    Because in my application, the control at serial port is actually not waiting for 10s and is coming out before the desired time out (10s). Do I need to set this time out anywhere else apart from initialization at "VISA configure serial port vi"??
    Can anyone please tell the steps to set this timeout for the serial port?
    Thanks in advance!

    1. A read will return when the first of the following is satisfied:
       a. The number of bytes at byte count has been received.
       b. The termination character (if enabled) has been received.
       c. An error is detected.
       d. The timeout time has elapsed.
    I am not sure what happens if handshaking is enabled and the other device pauses communication.
    2. No. Bytes at port returns immediately. This is a status check and it would not make sense for a timeout to apply.
    Without seeing your code and the data the remote device is sending, we can only guess. My first guess would be that you have termination characters enabled (default) and a termination character appears in your data.
    Lynn

  • HT204053 Our family has several apple devices, iPad, touch, and now iMac, our original iTunes are all under a different apple id.  do we keep our own accounts even in cloud? do we all have access to each others media? (First time out with all this..)

    Our family has several apple devices, iPad, touch, and now iMac, our original iTunes are all under a different apple id.  do we keep our own accounts even in cloud? do we all have access to each others media? (First time out with all this..)

    There is no problem about using one ID for iTunes, iTunes in the Cloud and iTunes Match, and another for iCloud and its email and syncing facilities. This way you can all use the same iTunes account but have separate emails and calendars etc.

  • Remote Desktop Connection Times Out With "Can't Connect" From One Specific Computer Only

    This is an odd one... I manage several servers from this computer. This particular server, 2012 Essentials, won't allow for remote desktop connections to either the server or attached workstations. I can get into the server's remote web page but when I
    attempt a remote desktop connection, it hangs on "Initiating remote connection..." and then times out with the error response that remote desktop can't connect. But... if I attempt the same connections from any other computer, I am able to get in
    and utilize remote desktop. Does this mean that there is a certificate issue with the computer unable to connect and if so, how does one remedy this? Or is it some other issue? I've attempted everything within my technical ability to no avail. Any suggestions
    are greatly appreciated.

    Hi,
    Before going further, would you please let me know the RDC version that used in the problematic computer? Was it the same with other computers?
    Please temporarily disable firewall and then check if this issue can be solved. Based on your current description, it’s hard to say the root reason of this issue.
    So, I suggest that you should check relevant log files and get some clues. It will help us to narrow down and solve your issue.
    Hope this helps.
    Best regards,
    Justin Gu

  • MS CRM 2011 session time out with our CBA

    Hi CRM Gurus,
    can we have CRM website, session time out, with out implementing the CBA?
    by default the ideal time out for the apppool is 20 minutes, still it does not have any impact.
    is there any way to achieve the timeout for the CRM website and any impact for other things like outlook , email router etc if we do so?
    thanks in advance.
    Regards,
    yes.Sudhanshu
    yes.sudhanshu
    http://bproud2banindian.blogspot.com
    http://ms-crm-2011-beta.blogspot.com

    Hi yes.sudhanshu
    Look for the following registry key on a machine where this issue is occuring,
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\WebClient\Parameters\InternetServerTimeoutInSec
    and increase the value, think it defaults to 30, and test .

  • Portal time out with large jdbc query in JSP bean

    Hi,
    My JSP portlet always times out while waiting to complete two large JDBC queries. The error shown in my jserv.log file is:
    [28/03/2002 12:41:51:221 GMT+08:00] page/Fetching timed out for an Unknown Reason. Killing fetcher name=content-fetcher2 label=174 url=http://mephistopheles.au.oracle.com/servlet/agcharts time=120633
    [28/03/2002 12:43:10:595 GMT+08:00] page/UncaughtException in thread name=content-fetcher2, starting a new fetcher after exception
    java.lang.ThreadDeath
    Is there some particular settings I can modify to prevent the content fetcher from timing out? Cheers

    Thanks. The charts portlet now can be delayed up to the required ~10mins before returning data from the large query. This works in conjunction with changes in the directives/parameters for Jserv and httpd(Note:180548.1)
    Shankar,
    Normally, you can increase the time out in the portlet tag of the provider.xml file. The timeout is in seconds, you should also increase the provider timeout. This is done in the provider registration screen.
    <timeout>60</timeout>
    <timeoutMessage>My Portlet Timed Out</timeoutMessage>
    Please note that if you set the timeout too high and your portlet is really not coming up, you page will wait the 60, 90, 120, etc seconds for the portlet to timeout, so be careful will portlet and provider timeouts.
    Sue

  • Genius initialization times out with large library

    I have tried over 20 times to initialize Genius in iTunes 8 with a library containing over 100,000 tracks. Analyzes fine. Uploads to Apple fine. Apple analyzation goes fine. Then downloads data from Apple and it always takes a long time and times out before it completes, giving me an error message. Anyone else getting this?

    same here, not so many files, but do have about 32gb. I am using a pee-see, and running win X-Pee.
    It is not going to sleep. I had already turned the screensaver and tree-hugging energy saving feature. Anyone out there?

  • My upgrade to IOS5 for iphone 4 continually times out with error message 3259. Any ideas on why?

    My download of ios5 continually times out in itunes, quoting error message 3259. Any ideas why

    THIS WAS COPIED FROM A THREAD THAT WORKED FOR ME SO I CAN'T TAKE THE CREDIT
    Open notepad as administrator, and direct yourself to:
    C:\Windows\System32\Drivers\etc
    open the "Hosts" file:
    note the "127.0.0.1 gs.apple.com" portion near the bottom. your hosts may be different, and if so, then look for that part specifically. the problem for me, lied within the fact that just before the "127.0.0.1 gs.apple.com" part, there originally was no hash(#) with the space like the rest of the hosts file. This was all I had to fix. After editing and then SAVING the hosts file in notepad I restarted iTunes and the update went through without a hitch!
    so if you do not see the hash and space before the "127.0.0.1 gs.apple.com" part, all you have to do is put the #, and then press tab! I hope this works for some of you guys! So just to be clear, that particular line in the file should look like:
    # 127.0.0.1 gs.apple.com
    good luck!

  • Connection Time out with StockServlet

    Hi,
    I just followed the instructions on weblogic website to compile and deploy
    the XML over HTTP example. Every thing compiled fine and I reused the
    statefulSession bean as delivered by weblogic.
    After entering all the data at the prompts for StoackClient, I get the error
    on server:
    "Connection rejected: 'Login timed out after: '5000' ms on socket:
    'Socket[addr=127.0.0.1/127.0.0.1,port=2207,localport=7001]''
    Any ideas about how can I get it to work??
    Thanks,
    Anoop

    Update~
    The connection time-out issue happen with Clear Quest any version.
    thanks

  • Skype Connect times out with Elastix - Desperately...

    Hello All,
    I'm trying to use Skype Connect with Elastix and I am having issues. I have tried everything I could.
    The logs keep showing this :
    Registration for ***' timed out, trying again (Attempt #3)
    My registration string is [***]
    Shouldn't the above line make the trunk get registered?
    Please help.
    Thanks
    Edit: I have already tried using putty to connect to the Elastix box. I tried using telnet sip.skype.com 5060. All this works fine. I am able to ping sip.skype.com from the elastix box. I haven't found signs of connectivity issues or firewall blocking or anything like that so far. But strangely, the timedout error is being really tough on me
    Current settings Screenshot (Password replaced) :

    Hi,
    Before going further, would you please let me know the RDC version that used in the problematic computer? Was it the same with other computers?
    Please temporarily disable firewall and then check if this issue can be solved. Based on your current description, it’s hard to say the root reason of this issue.
    So, I suggest that you should check relevant log files and get some clues. It will help us to narrow down and solve your issue.
    Hope this helps.
    Best regards,
    Justin Gu

  • Browser connection(request) time out with the Tomcat server after 1 hour

    Hi,
    I made a servlet request from IE to tomcat server but exactly after 1 hr the browser is showing page can' be fount error even though the request is being executed in Tomcat. Before the server sends the response to browser it is showing page can't found. I tried with the tag <session-timeout> in web.xml and
    connectiontimout in server.xml.Also i tried by adding registry variable 'KeepAliveTimeout' to internetsettings using regedi, but there is no use.Can sombody help me out of this problem.
    thanks inadvance

    Hi,
    well - openDoc can also be used on IIS or Java AS. Where do you use openDoc ?
    Check the parameters from the bost above mine. You should also check SAP Note - 1413774
    https://websmp130.sap-ag.de/sap%28bD1lbiZjPTAwMQ==%29/bc/bsp/sno/ui_entry/entry.htm?param=69765F6D6F64653D3030312669765F7361706E6F7465735F6E756D6265723D3134313337373426
    and SAP Note - 1198539
    https://websmp130.sap-ag.de/sap%28bD1lbiZjPTAwMQ==%29/bc/bsp/sno/ui_entry/entry.htm?param=69765F6D6F64653D3030312669765F7361706E6F7465735F6E756D6265723D3131393835333926
    Regards
    -Seb.

  • Request time out with opendocument

    Hello,
    our system is BO XI 3.1 SP2 on Windows 2008 x64 with MS sql server 2005 SP3 x64.
    We're running a huge report from .net opendocument and we get the following error:
    An error has occurred:Request timed out.
    What can I do?
    thank you

    Hi,
    well - openDoc can also be used on IIS or Java AS. Where do you use openDoc ?
    Check the parameters from the bost above mine. You should also check SAP Note - 1413774
    https://websmp130.sap-ag.de/sap%28bD1lbiZjPTAwMQ==%29/bc/bsp/sno/ui_entry/entry.htm?param=69765F6D6F64653D3030312669765F7361706E6F7465735F6E756D6265723D3134313337373426
    and SAP Note - 1198539
    https://websmp130.sap-ag.de/sap%28bD1lbiZjPTAwMQ==%29/bc/bsp/sno/ui_entry/entry.htm?param=69765F6D6F64653D3030312669765F7361706E6F7465735F6E756D6265723D3131393835333926
    Regards
    -Seb.

  • Session Times out with new update on iTunes

    I am having an issue with the  new update. I click update, and it gets all the way to the end and it states "error: session has timed out" or server has timed out.. not quite sure which one.  I went into the apple store and the guys there said try uninstalling iTunes and re-install. didnt work.. any suggestions on what to do? i really need to update my phone! Thanks in advance!

    have you disabled all firewall, spyware and antivirus programs?

  • How to set a sql query time out with jdbc:oracle:thin

    should i change the JDBC driver with jdbc:oralce:XA:thin or other driver with XA?

    SQL query timeout may be set with setQueryTimeout.
    http://java.sun.com/j2se/1.4.2/docs/api/java/sql/Statement.html#setQueryTimeout(int)
    A query timeout bug is fixed in Oracle JDBC Drivers release
    10.1.0.2.0 (10g)
    FIXED BUG-2249191
    In the Server Internal Driver, setting the query timeout does not
    +(and likely will never) work. The query execution will not be+
    canceled when the timeout expires, even if the query runs forever.
    Further, after the query returns, the execution of your code
    may pause for the length of the timeout.
    http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/htdocs/jdbc_readme101020.html

Maybe you are looking for