Query regarding gps receiver

hello every1,
I have a Novatel centimetre accuracy GPS receiver.I have written a code in Labview 8.0 for it.But it doesnt seem to obtain any data via serial port.The logic is perfectly fine since I have used it for another GPS receiver.Earlier I had used a while loop but now I have tried using a case statement.The latter is not working.The code inside the statement is not executing.I have attached the code along. Please let me know ur suggestions.
-innovator81
Attachments:
cm2.vi ‏66 KB

When you start it, if the true case doesn't execute, then there isn't 144 bytes in the buffer. You should probably put the VISA Bytes at Serial Port in a while loop and then exit that if the number of bytes is what you expect. You should also probe the output to how many bytes really are available with this make and model. I hope you're not using run continuous mode.
You code needs a lot of cleanup. You have wires going in every direction and that just makes it hard to read and debug. None of those convert functions are necessary. All you have to do is right click on those constants and select representation and change them. Wire the constants directly to the Type Cast function.
The string parsing could be done a lot more efficiently too I imagine. I would like to see an actual string that is returned.
Lastly, have you tested everything with some other program such as Hyperterminal?Message Edited by Dennis Knutson on 08-13-2006 07:38 PM

Similar Messages

  • Elite Book 8540w does not recognize GPS receiver in Connection Manager

    The Connection Manager in my Elite Book 8540w does (no longer) recognize the GPS receiver. What could cause this behavior?
    I have the latest version of the Communication Manager as well as HP Software Framework 4.5.12.1 installed.

    Mac,
    Forced Power Reset does not work for everything -- it resets the Drivers as described in the document provided.   Your assessment that the Reset "kind of ridiculous" is perhaps based on your current experience;  your conclusion that the Reset cannot help you in this instance is entirely correct.
    My apologies -- I believe that I lack the expertise necessary to help you with this issue.
    Perhaps another Expert or forum member will have an answer -- there is a wealth of experience on the forum and maybe someone has a fix to share.
    I hope you find a resolution or workaround.
    Kind Regards,
    Dragon-Fur

  • Is it possible to pair a Touch 4G by Bluetooth with GlobalTouch G66 GPS receiver

    Is it possible to pair a Touch 4G by Bluetooth with GlobalTouch G66 GPS receiver?
    Regards,
    Murray

    This will allow you to programmatically pair with a bluetooth device.
    You will also have to download the dotnet files from 32feet
    http://32feet.net/files/
    -Regards
    eximo
    UofL Bioengineering M.S.
    Neuronetrix
    "I had rather be right than be president" -Henry Clay
    Attachments:
    Bluetooth discover and Pair.vi ‏51 KB

  • Query regarding Transfer order creation

    Hi Experts,
    I have query regarding on creation of transferorder in WM.
    1) Once the delivery order received from SD ,  How  WM people  will proceed with that delivery order?
    2) Is it possible  to create transfer order for each item avaliable in delivery order?
    3)  Is there any chance to partial delivery/ partial picking against that delivery order?
    Please guide..
    Points willl be rewarded ..
    Thanks in advance..

    1.once the delivery order received from SD, WM will start up with creating a wave pick thru outbound delivery monitor(VL06P), then trasnfer order (TO)is created , then TO is confirmed and goods issue is posted.
    2.yes it is possible to create transfer order for each item avaliable in delivery order, if the delivery items are not grouped under a wave pick.
    3.partial delivery can be made

  • Regarding : SDOE_CLEANUP & Receiver Generation DO data

    Dear all,
    I have one query regarding NWM 7.1 TCode "SDOE_CLEANUP".
    I have one Receiver Generation Data Object in SWCV, I have triggered INITIAL LOAD & have got data in the ITEM Table of the BAPI used in this DO. I also have another STANDARD DO which also got data in its respective ITEM Table.
    Now when I try to delete the data for this DO through SDOE_CLEANUP TCode then I enter SWCV name. Here Firstly someone please tellme what does
    1. Reset R&R Only mean ?
    2. Asynchronous Execution ?
    Also its deleting the data for Standard DO only & not for Receiver Generation DO. Dont know the reason. Ideally it should delete all data for a given SWCV but it doesnt do it.
    The work-around for this I did was to comment all code in RecGen DO BAPI & again trigger Initial Load, this time it deleted the RecGen data also.
    Pls let me know the reason behing this weird behaviour..
    Thanks in Advance,
    Regards,
    Saptak

    1. Reset R&R Only: This will reset all the calculated distribution to devices. It does not clean up CDS.
    What it means: The DOE will forget which instances went to which devices, and the rules will be deactivated and need to be reactivated again (after which, DOE will send fresh Inserts to subscribing devices which may already have got the data before RR Reset)
    2. Asynchronous: The cleanup will be done in a queue (if you know there is a lot of data to be cleaned, this is a good option to select). The queue follows the pattern DOECLNUP* and can be monitored in the SMQ2 transaction.

  • N73 bluetooth GPS receiver connectivity problem

    I have read many posts regarding the connection drop issue between the N73 bluetooth and GPS receiver. Now everybody is waiting to upgrade to new firmware version. I was just wondering, if just the connectivity is the problem, then is there any GPS receiver which you can conncet to N73 with some cable?? At least you will not loose the connection if at all you managed to install the navigation software.

    Hi forgive my simple question but what is the difference between a LD3W and an LD4W bluetooth reciever as I would like to run either with my N73
    regards pc

  • Does The New iPad have GPS receiver? Can I use it as car GPS navigate?

    Hi, Does the New iPad have GPS receiver include as hardware? Can I use it as car GPS navigate?

    If you get the WIFi+Cell model of iPad, then it does have GPS. You can use it for navigation if you purchase an app that provides downloadable maps. The built-in Maps app can work for navigation, but it doesn't provide turn-by-turn and requires an Internet connection to function and so usually isn't practical for in-car use.
    Regards.

  • Query regarding updation thru a Procedure

    Hi,I have a query regarding updation.
    1.I invoke a procedure in Oracle called submit thru my Java application.
    The submit procedure saves the XML data in the database
    and displays this data in a Front End GUI.
    2. Now,I make a change in my Java application by adding new elements to the same row.This row now contains additional XML elements.
    I would like to display the new row with the new elements in the GUI.
    What is a better option for doing the above?
    1.Delete the row being shown,save the new row with the changes in the database,and re display it?
    2.Or,Update the row dynamically and refresh?
    Any suggestions
    Thanks,

    Hi,I have a query regarding updation.
    1.I invoke a procedure in Oracle called submit thru
    my Java application.
    The submit procedure saves the XML data in the
    database
    and displays this data in a Front End GUI.
    2. Now,I make a change in my Java application by
    adding new elements to the same row.This row now
    contains additional XML elements.
    I would like to display the new row with the new
    elements in the GUI.
    What is a better option for doing the above?
    1.Delete the row being shown,save the new row with
    the changes in the database,and re display it?
    2.Or,Update the row dynamically and refresh?
    Any suggestions
    Thanks,If you delete (it seems to me yours this process is regular and frequent) and re insert the new updated one record then High water mark will cause to scan yours table which may cause to degrade the performance.AFAIK you should go with update.But hold down dont implement it as i suggested lets see what are others solution here which may be more precious then mine.
    Khurram

  • A query regarding synchronised functions, using shared object

    Hi all.
    I have this little query, regarding the functions that are synchronised, based on accessing the lock to the object, which is being used for synchronizing.
    Ok, I will clear myself with the following example :
    class First
    int a;
    static int b;
    public void func_one()
    synchronized((Integer) a)
    { // function logic
    } // End of func_one
    public void func_two()
    synchronized((Integer) b)
    { / function logic
    } // End of func_two
    public static void func_three()
    synchronized((Integer) a)
    { // function logic
    } // End of func_three, WHICH IS ACTUALLY NOT ALLOWED,
    // just written here for completeness.
    public static void func_four()
    synchronized((Integer) b)
    { / function logic
    } // End of func_four
    First obj1 = new First();
    First obj2 = new First();
    Note that the four functions are different on the following criteria :
    a) Whether the function is static or non-static.
    b) Whether the object on which synchronization is based is a static, or a non-static member of the class.
    Now, first my-thoughts; kindly correct me if I am wrong :
    a) In case 1, we have a non-static function, synchronized on a non-static object. Thus, effectively, there is no-synchronisation, since in case obj1 and obj2 happen to call the func_one at the same time, obj1 will obtain lock for obj1.a; and obj2 will obtain lock to obj2.a; and both can go inside the supposed-to-be-synchronized-function-but-actually-is-not merrily.
    Kindly correct me I am wrong anywhere in the above.
    b) In case 2, we have a non-static function, synchronized on a static object. Here, again if obj1, and obj2 happen to call the function at the same time, obj1 will try to obtain lock for obj1.a; while obj2 will try to obtain lock for obj2.a. However, since obj1.a and obj2.a are the same, thus we will indeed obtain sychronisation.
    Kindly correct me I am wrong anywhere in the above.
    c) In case 3, we have a static function , synchronized on a non-static object. However, Java does not allow functions of this type, so we may safely move forward.
    d) In case 4, we have a static function, synchronized on a static object.
    Here, again if obj1, and obj2 happen to call the function at the same time, obj1 will try to obtain lock for obj1.a; while obj2 will try to obtain lock for obj2.a. However, since obj1.a and obj2.a are the same, thus we will indeed obtain sychronisation. But we are only partly done for this case.
    First, Kindly correct me I am wrong anywhere in the above.
    Now, I have a query : what happens if the call is made in a classically static manner, i.e. using the statement "First.func_four;".
    Another query : so far we have been assuming that the only objects contending for the synchronized function are obj1, and obj2, in a single thread. Now, consider this, suppose we have the same reference obj1, in two threads, and the call "obj1.func_four;" happens to occur at the same time from each of these threads. Thus, we have obj1 rying to obtain lock for obj1.a; and again obj1 trying to obtain lock for obj1.a, which are the same locks. So, if obj1.a of the first thread obtains the lock, then it will enter the function no-doubt, but the call from the second thread will also succeed. Thus, effectively, our synchronisation is broken.
    Or am I being dumb ?
    Looking forward to replies..
    Ashutosh

    a) In case 1, we have a non-static function, synchronized on a non-static object. Thus, effectively, there is no-synchronisationThere is no synchronization between distinct First objects, but that's what you specified. Apart from the coding bug noted below, there would be synchronization between different threads using the same instance of First.
    b) In case 2, we have a non-static function, synchronized on a static object. Here, again if obj1, and obj2 happen to call the function at the same time, obj1 will try to obtain lock for obj1.a; while obj2 will try to obtain lock for obj2.a.obj1/2 don't call methods or try to obtain locks. The two different threads do that. And you mean First.b, not obj1.b and obj2.b, but see also below.
    d) In case 4, we have a static function, synchronized on a static object. Here, again if obj1, and obj2 happen to call the function at the same time, obj1 will try to obtain lock for obj1.a; while obj2 will try to obtain lock for obj2.a.Again, obj1/2 don't call methods or try to obtain locks. The two different threads do that. And again, you mean First.b. obj1.b and obj2.b are the same as First.b. Does that make it clearer?
    Now, I have a query : what happens if the call is made in a classically static manner, i.e. using the statement "First.func_four;".That's what happens in any case whether you write obj1.func_four(), obj2.func)four(), or First.func_four(). All these are identical when func_four(0 is static.
    Now, consider this, suppose we have the same reference obj1, in two threads, and the call "obj1.func_four;" happens to occur at the same time from each of these threads. Thus, we have obj1 rying to obtain lock for obj1.aNo we don't, we have a thread trying to obtain the lock on First.b.
    and again obj1 trying to obtain lock for obj1.aYou mean obj2 and First.b, but obj2 doesn't obtain the lock, the thread does.
    which are the same locks. So, if obj1.a of the first thread obtains the lock, then it will enter the function no-doubt, but the call from the second thread will also succeed.Of course it won't. Your reasoning here makes zero sense..Once First.b is locked it is locked. End of story.
    Thus, effectively, our synchronisation is broken.No it isn't. The second thread will wait on the same First.b object that the first thread has locked.
    However in any case you have a much bigger problem here. You're autoboxing your local 'int' variable to a possibly brand-new Integer object every call, so there may be no synchronization at all.
    You need:
    Object a = new Object();
    static Object b = new Object();

  • IPhone as GPS receiver for Wi-Fi iPad

    As you sadly know there is no such feature, the iphone hotspot provides ONLY internet.
    what other options are available?
    1. buy BT GPS receiver in addition? which one is best?
    2. Apps?
    Please share and let me know how did you overcome this.
    [it's really annoying that apple couldn't overcome this and develop location service sharing between idevices (when using personal hotspot)]

    One solution is a Bad Elf GPS receiver for iPad - http://bad-elf.com/
    They've been making external GPS receivers for iOS devices for several years, and have some good online reviews.  They make BT devices as well as devices to connect via the older 30-pin or lightening connectors.

  • Can I use an external GPS Receiver via Bluetooth?

    Great phone.  I used a Galaxy Nexus for over a year until I got this phone, but once I started using the Z10, I never looked back.  The "Hub" is a GREAT feature, exactly what I use most of the time.  Oddly enough, I was never much of a BB fan until the Z10.
    Anyhow, I have bought several apps and accessories for the Z10.  I rely on my Z10 a lot.
    I still have (from my old Windows Mobile 6 phone days back several years ago) a perfectly working external GPS receiver that has Bluetooth (Holux GPSlim236).  Great little receiver.
    Since I often use my Z10 for GPS nagigation (I am using Mireo DON"T PANIC) for directions whilst riding my motorcycle all day long, with Bluetooth enabled to my helmet, having the GPS radio on as well as Mobile (aka phone) and Bluetooth does drain the battery faster than if I could avoid using the internal GPS at this time (I still want to use the internal GPS at other times).  I do have a data plan, so I could use the internal maps, however, I often ride through places with no data access (back country).
    I was able to pair the Bluetooth GPS Receiver to the Z10 (easy enough), however, there is no option in the "Network Connections" settings area to be able to disable the internal GPS radio, or anywhere else, so I can't tell for sure that this is working (that is, not using internal GPS but using external GPS).  I suspect it is not using the external GPS Receiver, though, since Bluetooth settings indicate "no services" for the external Bluetooth device.
    Is there a way to sometimes use the external Bluetooth Receiver on the Z10 (in order to save battery on long trips)?
    It is also not just for battery power savings, but also when I ride there is no air conditioning, so the phone does get hot, and I suspect would be cooler if I used an external GPS receiver via already-enabled-anyways Bluetooth.
    Thanks

    I am not sure my original message was clear.
    I have th Z10, it has GPS software and a built-in GPS radio receiver.  I also have an external GPS radio receiver, not a GPS device.  It is strictly a radio receiver.  I used to use it years ago on my Windows Mobile device - the software with maps was on Windows Mobile, and the GPS receiver hooked up via Bluetooth.
    The GPS receiver in the Z10 uses the Z10 battery.  I have the Bluetooth on anyhow to connect to my helmet headset.  Since Bluetooth is on already, I could save Z10 battery by using the external GPS radio receiver (disable the internal GPS radio receiver), thought the map software would still run on the Z10.
    So, the previous response says "does have GPS profile" but also says "external GPS will not work:".
    I am not sure the statement was respect to my setup.
    What I really need is for the Z10 Bluetooth to see the external GPS receiver, perhaps as a serial  device or as a GPS device, howsoever such things work, and for the GPS map software to use the external rather than try to use the internal (the map software should not really care, it should be the OS that virtualises the GPS port).

  • Query regarding the conversion of DME file in MT940 format.

    Hello Experts,
    I have a query regarding the generation of MT940 file after generating the payment file from other DME tree.
    After completion of payment run, my payment file is generated in the DME format which is according to the DME tree.
    I want to convert the DME file (which is generated via F110)  from existing format to the standard MT940 format.
    Is there any standard program which converts the DME file to MT940. If so,  please inform me as early.
    I have tried to upload the DME file in FF.5 transaction, but it is not allowing me to convert the file in MT940 structure.
    Or please inform the steps how i can convert the file .
    Awaiting for your inputs.
    Thanks in advance

    Hi Zareena.
    I would like to suggest,
    SX_OBJECT_CONVERT_RAW_TXT.
    Hope that's usefull.
    Good Luck & Regards.
    Harsh Dave

  • Query regarding the data type for fetcing records from multiple ODS tables

    hey guys;
    i have a query regarding the data type for fetcing records from multiple ODS tables.
    if i have 2 table with a same column name then in the datatype under parent row node i cant add 2 nodes with the same name.
    can any one help with some suggestion.

    Hi Mudit,
    One option would be to go as mentioned by Padamja , prefxing the table name to the column name or another would be to use the AS keyoword in your SQL statement.
    AS is used to rename the column name when data is being selected from your DB.
    So, the query  Select ename as empname from emptable will return the data with column name as empname.
    Regards,
    Bhavesh

  • Query regarding Cluster nodes in CC

    Hi Experts,
    We have a query regarding the cluster nodes available in the CC monitoring.
    Can two nodes of a same channel can poll at the same time?
    Kindly suggest what should be done to make a specific cluster node of a CC polls at a particular time.
    Thanks
    Suganya.

    Hi,
    There is an answered thread on this
    Processing in  Multiple Cluster Nodes
    Regards,
    Manjusha

  • N95 8GB with external GPS receiver

    Not being too happy with the internal receiver on my N95 I bought and external one (HBTGPSOL BT Solar GPS Bluetooth GPS Receiver by Hamletcom.com).
    It is very easy to connect by bluetooth but I cannot figure how to switch the phone from using the internal receiver to the bluetooth one.
    Any ideas ???
    Message Edited by linwood on 23-Jun-2008 12:15 PM

    You will get a meassage asking you whether or not you want to activate bluetooth everytime you run Maps. If you say yes, it goes to bluetooth if you say no it goes to the internal GPS receiver.
    There is no real need to disable the others.

Maybe you are looking for

  • My G4 is making me sad. Please unsad us.

    I was given two Power Mac G4 computers to attempt to sell. My friend's office was throwing them out and I thought I could get some money for food by fixing them up and selling them off. (When you're a poor student you take work where you can find it)

  • Error when deploy a jsp page which includes customizable component

    Hi all, I add a customizable component to my jsp page. It works fine on local but when I deploy it and run the deployment I get the error below: 500 Internal Server Error OracleJSP: JSP Error: Request URI:/islistesi/DevamEdenIsler.jspx Exception: jav

  • Failed to load jsp with jstl 1.0 when deployed to Weblogic 11g

    The same war is successfully run on weblogic 10.X but failed to run on weblogic 11.x JSTL version is 1.0 Compilation of JSP File failed: Exception occurred while processing '/u02/tech/product/otm620/otmapp/weblogic/domains/otm/servers/gc3-scdemo/tmp/

  • Linux thin client

    I have a dual boot Linux/NT 2k machine. On NT, I can connect using the Java thin client to a database running on NT 2k. The same code on Linux give me 'The Network Adapter could not establish the connection' error when I try to establish a connection

  • Looking for experience with Wireless Printserver

    Hello all! I would like to connect my HP PSC 2171 to my iMAC (10.4.7) and my 2 WinXP LapTops via a wireless printserver. As I fear heavy problems and unreliable print service, I would like to ask the expierenced users for their opinion and recommenda