ARM Luminary TCP debug double precision numbers

Hi,
I'm working with Labview and a LM3S8962 Luminary evaluation board.
I'm debugging with TCP port and when I use double precision float variables I see some like random numbers on my front panel indicators or on my probe points (i.e. 1.5664325e34.....-12.452244e128) for those variables, but at the same time I'm printing the numbers on the board LCD display and they are shown ok. If I do all the opperations on double precision and then convert the result number to single presicion to display it...then indicators and probes works fine. Also if I do debug with USB ULINK JTAG all works ok on single, double and extended presicion.
Have anybody experienced something like that?
I'm missing some TCP configuration perhaps? 
Regards,
Matthuz

Hello Kevin, thank you for your reply.
I'm attaching a little demo to show you what is going on. If I set the debug options to use ULink all works nice, but it doesn't with TCP.
It could be something with the signal generator that I'm using?
Attachments:
Test_Double.zip ‏16 KB

Similar Messages

  • Formatting a string with time stamp and double precision numbers

    %s\t%f\r%f
    This is a format string that I have in old code that I've decided to change.  Problem is I cannot make sense of the string codes in my own old code! Let me explain what I want, and hopefully someone can explain how to do it.
    I am using the format into string subvi to merge a time stamp (formatted as %m%d%Y%H%M%S%5u) and two different double precision numbers.  This string is then wired into the Write Characters to File subvi so that I can record data as a .txt file, and open it in either Matlab or Excel.  There is a minor problem with the string format above because in excel the first time stamp entry is blank, and the first loop only gives the two double precision numbers withouth the time stamp - the time stamp appears in the next loop (probably a looping issue and not due to the string format, but if you see differently please let me know).  Now what I want to do is 1. potentially fix that problem and 2. add some more doubles. 
    1. Is there a string format issue that is evident that I am not seeing that causes the time stamp to be formatted into the string after a carriage return?  Or should I be looking at looping issues?
    2. How do I add another one - three floating point numbers (double precision)?  Are the \'s marking different numbers in this string constant?  Or is it the %?  I can't find any information about the \'s, but I see that % begins the format specifier. 
    Ideally, I want these data in the following columns:  Date, Time(absolute), FP, FP, FP, carriage return for the next loop (FP is floating point double precision number).
    Thanks,
    Brad

    Hi JonN,
    Here there is no need of string concordinate function (in your code), the same result you can find if you connect the output of the format string to shift register, and shift register in data to initialize string connector in format into string function.
    <<KUDOS ARE WELCOME>>
    ELECTRO SAM
    For God so loved the world that he gave his one and only Son, that whoever believes in him shall not perish but have eternal life.
    - John 3:16

  • FFT using16-bi​t precision numbers

    Hi,
    I was recently putting together a data acquisition program to log and process data continuously over a period of a week.
    Hardware: cRIO, 9233 modules
    Signal processing requirements: 50kS/s on 8 channels, performing FFTs on all channels with greater than 1Hz resolution (attempted to use 64k sample block size)
    We had a fair few issues with the hardware hanging or just stopping without obvious explicit errors. The program appeared to run fine using a 32k sample block size. We assumed that it may be a RAM issue, however we haven't confirmed this.
    One consideration was that all the FFT processing is performed on double precision numbers, and it did not appear possible to perform the FFT operation on single or 16-bit precision. The few FFT VIs i had a look at all used "Call library function nodes" that I could not edit.
    Just interested to know if there is an easy way to edit these routines, or if anyone has created some VIs that work on varying precision numbers.
    Again, not 100% sure this was the sole issue with the above program, but interested nonetheless.
    Thanks for your time.
    Cheers,
    Mike

    Hi Mike,
    I've looked at the FFT VIs and it seems you are correct that all of the VIs are designed to operate on double precision numbers.  As you also noted, you cannot re-write these VIs because you are using the Real-Time VIs that use dll calls.  Your best bet for varying the precision of your FFTs would seem to be designing your own, or soliciting other users for what you are looking for (as you have already done here).  You can also do the processing on double precision data, but convert back to 16-bit precision after the FFT to conserve space.  I would also recommend that you submit a product suggestion for this;  I suspect this would be useful to a lot of people!
    You may also want to check out the Real-Time System Manager which is a very useful tool for monitoring your Real-Time system's performance.
    I hope this gives you some helpful information!
    Brian A.
    National Instruments
    Applications Engineer

  • Possible bug: Saving array with extended and double precision to spreadshee​t

    If one concatenates a double precision array and an extended precision array with the "build array" vi and then saves using "Write to Spreadsheet File" vi any digits to the right of the decimal place are set to zero in the saved file. This happens regardless of the format signifier input (e.g. %.10f) to the  "Write to Spreadsheet File" vi.
    I am on Vista Ultimate 32 bit and labview 9.0
    This is a possible bug that is easily circumvented by converting to one type before combining arrar to a spreadsheet. Nonetheless, it is a bug and it cost me some time.
    Solved!
    Go to Solution.
    Attachments:
    Spreadsheet save bug.vi ‏9 KB

    Hi JL,
    no, it's not a bug - it's a feature
    Well, if you would look more closely you would recognize the "Save to Spreadsheet" as polymorphic VI. As this polymorphic VI doesn't support EXT numbers internally (it only supports DBL, I64 and String) LabVIEW chooses the instance with most accuracy: I64 (I64 has 64 bits precision, DBL only 53...). So your options are:
    - set the instance to use as DBL (by right-click and "Select type...")
    - make a copy of this VI, save it with a different name and make it support EXT numbers (don't rework the polymorphic VI as you would break compatibility with other LV installations or future revisions)
    And yes, those coercion dots always signal some conversions - you should atleast check what's going on there...
    Message Edited by GerdW on 05-21-2010 10:01 PM
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • Converting array of Double Precision values to U16 for MODBUS

    Hello,
    I am trying to send over pressure and temperature information via the Input Register array in MODBUS TCP.  My question is, how to I properly send over an array of double precision values without loosing my data?
    For example, my array of data looks like:
    12.0001
    32.001
    0.00051234
    0.0014838
    1.02
    12.0232
    31.920
    Thanks so much.

    Thank you Ravens Fan for replying.
    I missed one extra point of data.  Below is what I'd like to send:
    12.0001
    32.001
    0.00051234
    0.0014838
    1.02
    12.0232
    31.920
    2046
    The array above is an array of double precision values.  I will convert that array to an array of single precision floating data to reduce data size.
    Since I have eight pieces of single precision floating point data now, I will need to write to 16 registers correct?  What is the best method to split up each piece of data into two consecutive registers?
    Attached is a Slave Send Data.VI that I want to send this data through.  The end goal is to have a Master PC (not using labview, but a MODBUS utility) to read my MODBUS TCP message from the "Slave Send Data.vi" 
    Thanks
    Attachments:
    Slave Send Data.vi ‏15 KB

  • What use of having double precision in java.awt.geom?

    Hi,
    I am trying to draw a line using Line2D with this param:
    g2d.draw( new Line2D.Double( 1.1d, 1.5d, 1.9d, 1.5d ) );
    in my own JPanel paint method.
    However, the result is that the panel does not display a line nor a dot at all. Only when i change it to:
    g2d.draw( new Line2D.Double( 1.0d, 1.5d, 2.0d, 1.5d ) );
    that it draws a dot in the panel's first pixel.
    Can someone please guide or tell me why is this so? And what is the purpose of providing a double value for a geom ( such as Rentagle2D, Line2D, etc )?
    The actual case is that I have created a graph with x and y axis. I set the graph to be 400pixel * 400 pixels. And the scale for the graph is 1 million unit * 1 million unit which means a pixel would have contain (1000000/400) units, or 0.004 pixels represent 1 unit. The problem occurs when i try to draw a line that is only 10 unit.(which nothing is draw on the panel). I try to use all 2D geom with double precision, yet i could not get the result that I wanted. Isn't that java 2D will handle the double precision for graphing or drawing?
    Your help and reply is very much appreciated.
    Thank you.

    have in mind that you always have to fill 1 pixel to see anything as the panel has a 1 pixel grid.
    i guess the thing about double precision is in the contains(...) or crosses(...) methods of the geom.* objects.
    its nothing about drawing. how can you draw finer than the 1 pixel grid.
    even the antialias has to fill more pixel to make you thing the line is smooth. (BTW: antialias makes fonts widt less than 10px look terrible :))

  • Convert double precision float string to a number

    I am a newbie with Labview.
    I have a GPIB link with a vector voltmeter and I receive the data as a double precision float string (IEEE standard 754-1985). I would like it to be recognized as a number, but I can't find the proper conversion function. The string to convert is 8 byte long. Does anyone have an idea how to do it? Thank you!

    Asumming your data is big-endian, you should be able to simply typecast it to a DBL (see attache LV 7.0 example).
    (It is possible that your DBL string is little-endian, in this case it will be slightly more complicated. Let us know )Message Edited by altenbach on 05-27-2005 04:49 PM
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    StringToDBL.vi ‏23 KB

  • Why I get double phone numbers and addresses but not notes within a contact when I sync iphone 4S with Outlook 2007?

    I get double phone numbers, double addresses, but not double notes, when I sync iPhne 4S with Outlook 2007. How can I prevent it from happening?

    Yes, I removed iCloud add-on from Outlook; and uninstalled iCloud.  I then re-installed, and sync would not work (no tab for sync in Outlook either). There was no improvement.
    However, since reading your post, I have just tried signing out of icloud control panel and signing in again....and now all si working as it should.  Weird!!
    Thanks for your assistance.

  • Can Photoshop or Lightroom utilize double-precision capable GPUs for photographic image editing.

    Hello - I need to upgrade my graphics card.  Question can either Photoshop CS5 or Lightroom 5 utilize doubleprecision capable GPUs?  Thanks much for your help.
    Background: Application- photographic RAW files editing (no video editing.) Software- Photoshop version CS5 and Lightroom version 4,  OS- windows 7 64bit, Hardware- Asus P8P67 Deluxe LGA 1155, Intel Core i5 2400 processor, 16GB SDRAM, SSD (apps/temp files), HD (archives), current videocard- Quatro FX 1500.

    Let me start by saying I don't know what's inside the Mercury Graphics Engine.  Certainly Adobe has not published anything stating the thing would benefit from double precision.
    Double precision increases the floating point word size from where it carries 24 bits of mantissa precision to 52 bits, if I'm not mistaken.  Since one each floating point number is used to represent red, green, and blue, even single precision floating point is going to give you all the accuracy of any document format.
    From another perspective, your display only shows a maximum of 10 bits per channel -if you have 30 bit color.  Most don't; most have 24 bit color, or 8 bits per channel of display accuracy.
    I honestly don't know why the graphics card designers created the really deep formats - perhaps for specific CAD software or because scientific computing needs acceleration of very accurate calculations.  I'm pretty sure Photoshop won't use it - at least not for a few versions yet.
    -Noel

  • Formatting custum double precision

    I don't understand the DecimalFormat API.
    I need to format double variables trajectory_angle, velocity_fps and elapsed_time to three decimal place precision round off in the following code segment. For example, the value of elapsed_time would change from 1234.56789 to 1234.568 in results_string. Note that I need to set this precision only in this method since I wish to retain prior precision determined in other parts of the code prior to this method being invoked. Please examine this segment and indicate what corrections I need to make.
         public String results()
         DecimalFormat df = new DecimalFormat(.###);
         results_string =
         "Distance =\t\t" + distance / 5280.0 + " miles\n"
         + "Altitude =\t\t" + altitude + " feet\n"
         + "Trajectory Angle =\t" + df.format(trajectory_angle) + " degrees\n"
         + "Velocity =\t\t" + df.format(velocity_fps) + " feet per second\n"
         + "Elapsed Time =\t\t" + df.format(elapsed_time) + " seconds\n";
         return results_string;

    Nevermind. I found the solution. However, I need to see better examples on how to use that API.

  • Urgent : double precision problem

    This problem is reported on the forum lots of times by lots of people.
    consider situation :
    if ((2.9 - 1.1) == 1.8)
    do something
    else
    do otherthings;
    Its expected to do something on evaluation of condition in if statement .. instead it enters else part.
    secondly, if somewhere in the code,
    The BigDecimal can solve the problem in most of the situations but even it has some problems.. sometimes we need to format the contents of BigDecimal before displaying them.. formatting solves display problem but the value stored internally is not proper..
    e.g.
    formatting to 2 decimal places might display 12.35 for 12.349999 but the value stored in the variable is still 12.349999.
    Please let me know if anybody has inputs on this.
    Thanks in advance,

    Here is some code that may help you and others who are having a problem with double values. I created this class specifically to be used when using percentages. You can use it to round off values, I have yet to complete the code to round up or truncate values. Once you set the value you can then call the roundOff() method specifying how many decimal places you want to round off (i.e. 2 for percentages). You can then retrieve the value as a double or string or int or float.
    I hope that you find this useful.
    import java.lang.*;
    public class MyDouble extends Number {
         private double value;
    * MyDouble constructor comment.
    public MyDouble() {
         super();
    * MyDouble constructor comment.
    public MyDouble(double newValue) {
         super();
         this.setValue(newValue);
    * Insert the method's description here.
    * Creation date: (2001-01-04 1:24:18 PM)
    * @return double
    public MyDouble(String inputString) {
         super();
         this.setValue(inputString);     
    * Insert the method's description here.
    * Creation date: (2000-12-28 8:08:54 AM)
    * @return double
    public double doubleValue() {
         return (double)this.getValue();
    * This method will accept a value to use as decimal positions required.
    * It uses the exponent function "e", to move the required decimal positions
    * over.
    * Creation date: (2001-01-03 3:02:26 PM)
    public void exponent(int decimalPositions) {
         String text = getValue() + "e" + (decimalPositions);
         setValue(Double.valueOf(text).doubleValue());
    * Insert the method's description here.
    * Creation date: (2000-12-28 8:08:54 AM)
    * @return double
    public float floatValue() {
         return (float)this.getValue();
    * Insert the method's description here.
    * Creation date: (2000-12-28 8:20:08 AM)
    * @return java.lang.Double
    public double getValue() {
         return value;
    * Insert the method's description here.
    * Creation date: (2000-12-28 8:08:54 AM)
    * @return double
    public int intValue() {
         return (int)this.getValue();
    * Insert the method's description here.
    * Creation date: (2000-12-28 8:08:54 AM)
    * @return double
    public long longValue() {
         return (long)this.getValue();
    * Counts the number of numbers that are after the decimal position.
    * Creation date: (2000-12-29 8:36:10 AM)
    * @return int
    public int numberOfNumbersAfterDecimalPosition() {
         String text = getValue() + "";
         int decimalCount = 0;
         for (int i = 0; i < text.length(); i++) {
              String characterText = text.valueOf(text.charAt(i));
              if (characterText.equals(".")) {
                   decimalCount = text.length() - 1 - i;
         return decimalCount;
    * Insert the method's description here.
    * Creation date: (2000-12-28 8:33:55 AM)
    * @return java.lang.Double
    public Double returnDouble() {
         return new Double(this.getValue());
    * Insert the method's description here.
    * Creation date: (2000-12-28 8:33:55 AM)
    * @return java.lang.Double
    public Integer returnInteger() {
         return new Integer(this.intValue());
    * Insert the method's description here.
    * Creation date: (2000-12-28 8:33:55 AM)
    * @return java.lang.Double
    public String returnString() {
         return ""+getValue();
    * This method will round off itself to the specified decimal places.
    * There is a maximum size of 7 decimal positions,
    * if a bigger number is entered unpredictable results will be returned.
    * Creation date: (2000-12-20 3:35:07 PM)
    public void roundOff(int decimalPositions) {
         /* Check the number of decimal postions to determine if the user is requesting an
         unneeded rounding. */
         if (decimalPositions < this.numberOfNumbersAfterDecimalPosition()) {
              int size;
              int intValue = 0;
              int comparisonInt = 0;
              String comparisonString;
              Integer comparisonValue;
              /* Will create an exponent in string format so that the decimal place can moved
              over the requested decimal positions to the right and adds one to the
              decimal position so that the value after the cut off position can be evaluated
              for rounding purposes. */
              String text = "";
              if (getValue() > 0.001) {
                   text = getValue() + "e" + (decimalPositions + 1);
              } else {
                   text = "" + getValue();
              comparisonInt = Double.valueOf(text).intValue();
              text = "" + comparisonInt;
              // Determine size of string     
              size = text.length();
              /* Checks the value in the last position of string */
              comparisonString = text.valueOf(text.charAt(size-1));
              // Converts the value to be compared from a string to an Integer
              comparisonValue = Integer.valueOf(comparisonString);
              // Creates the actual exponent string to be used
              if (getValue() > 0.001) {
                   text = getValue() + "e" + decimalPositions;
              } else {
                   text = "" + getValue();
              /* Compares to see if the value should be rounded up. The exponent string is
              passed to the valueOf method of a Double and then the int value is determined.
              if the value is to be rounded up then 1 is added to the int value.
              if (comparisonValue.intValue() >= 5) {
                   intValue = Double.valueOf(text).intValue() + 1;
              else {
                   intValue = Double.valueOf(text).intValue();
              /* Creates an exponent sting so that the decimal positions can be moved over the
              specified decimals places to the left. */
              text = intValue + "e-" + decimalPositions;
              // The double value of the exponent string is stored in value field
              setValue(Double.valueOf(text).doubleValue());
    * Insert the method's description here.
    * Creation date: (2000-12-20 3:35:35 PM)
    * @return double
    public double roundUp() {
         return 0;
    * Insert the method's description here.
    * Creation date: (2000-12-28 8:20:08 AM)
    * @param newValue java.lang.Double
    private void setValue(double newValue) {
         value = newValue;
    * Insert the method's description here.
    * Creation date: (2001-01-04 1:28:14 PM)
    private void setValue(String newValue) {
         value = Double.valueOf(newValue).doubleValue();
    * Insert the method's description here.
    * Creation date: (2001-01-03 2:53:55 PM)
    * @return double
    public double truncate() {
         return 0;
    Robert

  • Writing double precision to Excel

    Hi folks,
    as others, I am having problems with writing doubles to Excel with the new Report Generation Toolkit.
    My problems are due to localized decimal points and as far as I figured out, this makes it impossible to use the "EasyExcel Table.vi", feeding in a numeric array as designed. It might be that this problem is due to the writing, then backreading and rewriting of the table, programmed by NI in the "Excel_Insert_Table.vi" (fig. 1). At least the code does not make sense to me .
    A solution like converting the numbers to text myself and then sending the text to Excel becomes very clumsy, when I have to check for the country settings, convert points to commas and vice versa and in addition, I did not find out how to read these settings programmatically.
    Now, I just recently figured out an elegant solution to the problem that I implemented for the previous version of the Toolkit: Don't convert the numbers but transfer them to Excel in binary format (fig. 2).
    Excel (2003 at least) understands these numbers perfectly. I thus programmed a custom "EasyExcel TableHL.vi" (including its subVIs), in order not to change the Toolkit library.
    Now, due to problems with Office 2007, I have to upgrade to the new toolkit version and I do not know, how to deal with the new object oriented approach.
    It is clear, the easiest solution to my problem would be, NI fixing it by writing non converted numbers to Excel (as you expect from the appearance of "EasyExcel Table.vi" ).
    A second solution would be to modify the the toolkit, which I don't like.
    The third way then is to learn OOP, build a new class with the desired functionality ........ , leaving the toolkit untouched.
    Now my question is: Does anybody have a fourth possibility or can anybody give me a hint, how laborious it will be, to dig into OO-programming to do the above described work?
    Thank's in advance.
    Herbert
    Attachments:
    Excel_Insert_Table.jpg ‏123 KB
    write DBL to Excel.jpg ‏118 KB

    Hello Marian,
    the toolkit I am using is 1.1.3 together with LabVIEW 8.6.
    Now, since I do need a solution due to customers waiting, I tried to modify the Office-library and I succeeded.
    This means, I am very thankful to NI that it did not protect all the VI's by password, as it did with the classes. This fact enabled me to implement my solution into NI's VI's and become unsensitive to  the country settings of the customer.
    Now, since only "non-protection" made this simple solution possible, I would like to ask NI to protect as few code as possible. I know, NI does so in order to protect it's intellectual property. On the other hand, open code provides the user the possibility to correct bugs himself, which can be "vital" in some situations (according to my experience, this happens seldom, but it does happen).
    Thank's
    Herbert

  • Microproce​ssor VIs and TCP Debugging

    I am trying to use the
    LEP_Utilities_GetProjectInfo.vi  (included when you install microSDK) and
    getting an error every time I call it. There are no inputs except an error
    wire. Am I in the wrong scope? Do I need some type of reference to be established?
     Is there documentation regarding how to use this and the other  SDK
    VI’s? The help sections are not much help.
    The underlying reason that I am
    trying to use this VI is to implement the instrumented TCP/IP debugging, if
    there is a better reference than the porting guide for the debug
    implementation, could you also point me that way.

    The problem here is that LEP_Utilities_GetProjectInfo.vi is running in the wrong context. The missing context manifests itself in the form of error:
    Error 1055 occurred at Invoke Node in LEP_Utilities_GetProjectInfo.vi
    Possible reason(s):
    LabVIEW:  Object reference is invalid. 
    LEP_Utilities_GetProjectInfo.vi is meant to be a Plug-In VI, which means that it runs on the desktop in the context of the Embedded Project. So even if this VI is executable on the desktop, running it by itself outside a project will throw error 1055. Merely including in an embedded project under the My Computer as shown below will not make it work either.
    So where does this VI get its context from?
    As a Plug-In VI, this VI should get invoked directly or indirectly by right-clicking the embedded target in your Project Explorer and choosing one of the Target actions (like Build, Run, Deploy etc). This invocation provides the VI with the right context. Please look at the Plug-In VIs for any of the example targets included with the LabVIEW Microprocessor SDK to see proper usage.
    Hope this helps,
    Jaidev Amrite 
    National Instruments
    LabVIEW Embedded Product Support Engineer

  • Double precision formatting in web service messages

    I currently have a value passed in the response of a web service that represents a currency value. Right now I have it defined as a double type in xsd. Every time I return a value such as 12.00 the value gets truncated to 12.0. And if I have a value of 12.01, the entire number is returned. What is the best way to make sure the value is always two decimal places for the returned value?
    Or does the client side have to know if the number is 12.0, then the second decimal is 0 etc?

    I think its working i redefined the web service call and was able to use it with no problems - except when I try to substitute a form variable into the call. The webservice actuals does not substitute the variable.
    So this is the webservice call that I set up - and what ends up in the database is "#P72_NAME#" instead of what is in the field
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:com="http://com.remp.web.sas.dataimport.type">
    <soapenv:Header/>
    <soapenv:Body>
    <com:registerCompound>
    <String_1>#P72_NAME#</String_1>
    <Double_2></Double_2>
    <String_3></String_3>
    </com:registerCompound>
    </soapenv:Body>
    </soapenv:Envelope>

  • Forums server restting TCP connections and performance numbers

    I have a packetsniffer running on my network because I was testing some
    issues with the webservice interface when I noticed something strange.
    The server accepted a request and started processing it, then after 72
    seconds it suddenly closed the connection. My client obviously retried,
    and the server immediately closed the connection again. I have attached
    the TCP dump summary as "Server connection resets.txt" to this message.
    Later on I captured the TCP dump of a server timeout. Or maybe not
    really a timeout, but after 630 seconds waiting for a list of all forums
    I decided it was enough. The TCP dump summary is attached as "Server
    connection timeout.txt". If necessary I have the full dump, but I would
    have to sanitize it.
    This kill after 630 seconds is the worst case I have seen so far. On
    average a call to the webservice API to download the list of all
    communities takes approximately 110 seconds until the first response
    bytes arrive. A full login cycle (request to forum, request to login
    service, request to forum, request to API) consistently takes 17 seconds.
    Jochem
    Jochem van Dieten
    http://jochem.vandieten.net/

    I have a packetsniffer running on my network because I was testing some
    issues with the webservice interface when I noticed something strange.
    The server accepted a request and started processing it, then after 72
    seconds it suddenly closed the connection. My client obviously retried,
    and the server immediately closed the connection again. I have attached
    the TCP dump summary as "Server connection resets.txt" to this message.
    Later on I captured the TCP dump of a server timeout. Or maybe not
    really a timeout, but after 630 seconds waiting for a list of all forums
    I decided it was enough. The TCP dump summary is attached as "Server
    connection timeout.txt". If necessary I have the full dump, but I would
    have to sanitize it.
    This kill after 630 seconds is the worst case I have seen so far. On
    average a call to the webservice API to download the list of all
    communities takes approximately 110 seconds until the first response
    bytes arrive. A full login cycle (request to forum, request to login
    service, request to forum, request to API) consistently takes 17 seconds.
    Jochem
    Jochem van Dieten
    http://jochem.vandieten.net/

Maybe you are looking for

  • Scanner not working hp officejet 6700

    I have an Officejet 6700 Premium Printer..   When I hit scan to computer, it says no computer found.   I connected the printer to the computer with a USB cable and hit scan but window says waiting for scanner..   Printer works wirelessly w/ computer

  • Creating a photo slide shome with music and text and export to dvd

    Hello I am a newbie on this so I would need a lot of help I would like to create a presentetion DVD for my town. The idea is a slide show of photos with some music and after a set of photos a screen with text displaying infos about the city or the si

  • Cyan overprint in white border around pix

    Using Epson 1900 and CS5--- Using Colormunkie created paper profile for Epson paper - using any paper surface and problem exists.. It is printing a light cyan overprint on the white borders around the pictures. There is no cyan overprint in the pictu

  • Hierarchy data(Profit center Hierarchy,Cost element)

    Hi every one, How can i load the hierachy data from R3 to BW? Please search the forum Edited by: Pravender on Jul 13, 2010 6:56 PM

  • How can i run Report in Web (Oracle 9i)

    I working with Report Developer 9i, How Can i run my report to web ?