Read out from OBD-II Freematic Emulator using ELM327 with USB and LabView

Hello. I have an Freematic OBD-II mk2 emulator which simulates diagnostics of a real car. I have connected an ELM327 diagnostic device with USB cable to the emulator and a PC. The connection between emulator, diagnostic device and computer works. Now I need to read out parameters in LabView. How do I do it? I tried to use the NI VISA functions, but didn't manage to read out anything sensible. How can I for example read out Engine RPM? Do you have some example code?
I want to avoid using Automotive Diagnostic Command Set, because it's to expensive for me. 

Oh yes, I didn't realize what this hardware does.  Some beginners think that a DB9 is a standard interface for a CAN bus, and when they see the DB9 serial port on their computer they think they can just use that.  I was worried this was what you were attempting.
So yes VISA is the right way to go.  Once you have this device installed and recognized in Windows it should appear as a COM port.  You can open the Windows Device Manager and by plugging and unplugging your device you should see a COM port appear and disappear.  
Assuming you do launch LabVIEW and go to the example finder and search for Simple Serial.  This is an example VI that can send serial data to a COM port, wait, then read the response.  It can basically work like hyperterminal.  Assuming there are no already made LabVIEW drivers (I haven't seen any) this will be a good place to start.  Using documentation on your hardware you can start to come up with commands to do things like read and write CAN data, by sending the appropriate commands to the hardware over serial.
http://www.elmelectronics.com/obdic.html
Depending on what you want to do it might be a decent amount of work.  Of course if you do get anything good and working feel free to post your progress here so others can benefit.
Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.

Similar Messages

  • Due to the requirement of a UUT report with pageheaders, I am looking for solution to print an MS Access report from TestStand. I am using TestStand 4.2 and LabView 8.6.

    Solved!
    Go to Solution.

    You can customize your process model with LabVIEW steps. You can connect to the access database http://digital.ni.com/public.nsf/allkb/1D5EB4DCBD13106486256B9D005E11B0 you can also get the data and format it and print it with the report generation toolkit, or you could see if Access exposes those functions through an ActiveX server. What functionality exactly are you looking for, and at the end of the day how much time are you willing to develop your own customized microsoft access reporting function?
    Richard S -- National Instruments --Applications Engineer -- Data Acquisition with TestStand

  • Who worked with ICS' Model 4896 GPIB? I can not count the data from the module. Can prompt as it to make. It is desirable with examples (data read-out from the module and data transmission between channels. It is in advance grateful.

    I can not count the data from the module. Can prompt as it to make. It is desirable with examples (data read-out from the module and data transmission between channels. It is in advance grateful.

    Hello. Most of the engineers in developer exchange are more familiar
    with NI products. Contacting ICS for technical support is a better
    course of action.

  • How can I convert/read out from a string Hex (8-bit), the bit 0 length 1

    How can I convert/read out from Hex (8-bit), the bit 0 length 1 (string subset!!??) and convert it to decimal.
    With respect to one complement and two complement ?

    Just like Jeff, purely guessing here.
    It almost sounds like you just need to Read from Binary File?
    AND the 8-bit number with 1?
    Need more details.  What exactly do you have to start with?  What exactly are you trying to get out of it?  Examples help.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • HT201303 how do i associate a different apple ID with my ipad?  I need to do this bc my gmail account was hacked and a hoax email sent out from it. so i opened a new gmail account and want to associate this new email with my ipad

    how do i associate a different apple ID with my ipad?  I need to do this bc my gmail account was hacked and a hoax email sent out from it. so i opened a new gmail account and want to associate this new email with my ipad

    To check if you have a virus, you can download ClamXav
    also, go to Applications>Utilities>Activity Monitor and see if there's anything that you don't recognize, and check your sent email to see if you've been sending emails without your knowledge.

  • How do i print to pdf from excel? I am using Windows 8.1 and Office 365 (new)

    How do i print to pdf from excel? I am using Windows 8.1 and Office 365 (new)

    Please see Huge lag in games on bootcamp as a reference. The linked thread is for a GT750m.
    Since there are no mid-2013 Retina models (as per Apple - Support - Technical Specifications), assuming this is your Mac - MacBook Pro (Retina, 15-inch, Late 2013) - Technical Specifications - the same should work for you.

  • If i buy Unlocked Iphone 5s from Virgin Mobile can i use it with other operator?(In Europe)

    If i buy Unlocked Iphone 5s from Virgin Mobile can i use it with other operator?(In Europe)

    You need to clarify where you are as Virgin Mobile are a Global Mobile Virtual Network Operator (MVNO) brand however the terms and offers differ in each country.
    If you are in the USA the brand is actually franchised and operated by Sprint .
    Operating on Sprint CDMA and LTE frequency bands.
    The CDMA radio will be provioned to work off of the Sprint towers - This IS locked down and can't be used on any other network -for instance Verizon.
    The phones GSM Sim card holder and radios should be unlocked but we won't know for sure until the handsets are available to test.
    The models in question are the A1453 - 5S ad A1456- 5C- these support the most channel frequencies of any iPhone , however NOT the all important European LTE band 7 (2600mhz)
    So it is highly likely that the Virgin USA model will have unlocked SIM and GSM support will work on all European 3G and most earlier 2 and 2.5G networks however may have patchy to no European LTE support.
    Note that comment reqarding 2G (GPRS) and 2.5 G (Often called Edge) - A number of European countries and mobile operators are re-provisionng (reusing) frequencies in the 800mhz spectrum to 800DD (digital) for future LTE and where this takes place normal subscibers without LTE contracts will loose service in some areas.
    This is already taking place in the UK - Beware.
    Virgin Mobile UK are not currently an Apple iPhone dealership.
    And other countries with the band including Canada, France and India I have information about.

  • Using url with username and password in URL class

    Hi,
    I'm writting an applet in which I use getAppletContext().showDocument with an URL.
    The problem is that I'm using URLs with username and password (http://user:[email protected]/page) and it isn't working because the browser is getting the URL http://user/page.
    Is this a bug in the URL class? Or in the showDocument method?
    Is there any way to make this work?
    Thanks for any help,
    Pedro Prospero Luis ([email protected])

    I'm not sure whether this is supported behaviour. I've had this syntax fail to work in the Netscape address bar so I can't recommend it as an approach for authentication.
    If you want to authenticate the user before redirecting to the page, though, you could try creating a connection to another page on the same server and sending the authorization information then. Your browser may then be successfully authenticated.
    See http://www.javaworld.com/javatips/jw-javatip47.html for information on this.
    You might not need to read back the page from the server, just connect to it. Might work.

  • I've lost the contacts and calendar events from my 3GS after setting up iCloud with iPad3 and PC Outlook.  Any solutions?

    I've lost the contacts and calendar events (& email) from my 3GS after setting up iCloud with iPad3 and PC Outlook.  Any solutions?
    I tried to re-synch it with the PC iTunes, but no luck, even when re-checking the boxes for Outlook...

    I should mention that i have NOT upgraded to iOS 5 on the 3GS and don't want to.  Therefore, no iCloud on the phone.

  • Any Problems using SSL with Safari and the move with Internet explorer to require only TLS encryption.

    Any Problems using SSL with Safari and the move with Internet explorer to require only TLS encryption.

    Hi .
    Apple no longer supports Safari for Windows if that's what you are asking >  Apple apparently kills Windows PC support in Safari 6.0
    Microsoft has not written IE for Safari for many years.

  • .mov from 4S is black screen when played with QT and QT 7/lion

    Q1. .mov from 4S is black screen when played with QT and QT 7 on lion/mac book pro.
    Q2   Also I want to burn it in DVD with common video format. Any recomment free burner software?
    Very very very urgent!! Please help.

    Hello there,
    I have a similar problem! Windows 7 shutdown unexpectedly and since that I can not reboot in windows anymore only with safe mode where everything is a mess.
    Also when it's trying to reboot in windows a blue window appears,says something about drivers  and it is counting something (79.78...till100)but  I m not able to read it cause it disappears immidiately and then black screen and then it turns to reboot in mac which works fine.
    I m sorry if I confused you with my english...
    If anyone knows please help!
    Thanks

  • Dm4-1060us laptop SD Card Reader 5-in-1 question. Does it work with SDHC and SDXC memory cards?

    dm4-1060us laptop SD Card Reader 5-in-1 question. Does it work with SDHC and SDXC memory cards?

    This cart reader is a kind of multi card reader and you can use different cards with it. In my opinion every multi device should be used very, but very gently. I do not know what happened exactly in your case but maybe you have damaged something inside.
    Try to restart your notebook and use other SD card to check if everything works well. Please do it very gently and if you see something is wrong stop with inserting the card.
    I use 1 GB SD card on my A200 without any problems.
    In my opinion you should check notebook by technician.
    Bye and good luck!

  • Hello, I'm using ubuntu with firefox5 and can not find the option to import my bookmarks file backup

    Hello, I'm using ubuntu with firefox5 and can not find the option to import my bookmarks file backup

    Is that Ubuntu 11.04?
    Ubuntu 11.04 displays window menus in the control bar at the top of the screen<br />
    Click on Bookmarks/Show All Bookmarks then move your mouse to the left upper corner toward Firefox Web Browser.<br />
    You'll get pop up menu (Organize, Views and Import and Backup).<br />

  • After itunes finishes restoring my ipod touch 8gb, itunes still says itunes has detected an ipod touch recovery mode. You must restore it before using it with itunes. and i dont knwo what to do

    after itunes finishes restoring my ipod touch 8gb, itunes still says itunes has detected an ipod touch recovery mode. You must restore it before using it with itunes. and i dont know what to do

    Are you sure it is 1043? I've never seen that error before. But you can try disabling your security software, connecting the phone to a USB port directly on the computer (not a hub), and trying to restore again.

  • Can I use HP Pro 8600 with usb and wireless at the same time

    Can I use HP Pro 8600 with usb and wireless at the same time?  Sometimes I cannot get the wireless to work, it seems to be my laptop.  It would be nice if I could use the usb, but it doesn't work.  What should / can I do, if anything?
    Sam

    Hi,
    Same physical printer but when connecting to SAME computer using both USB and wireless it becomes two (logical) printers. Probably your default prnter is the wireless one, you have to select the right printer before print .
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

Maybe you are looking for

  • How to keep a label at the left side of a JScrollPane

    Hi all I am essentially trying to make a text block that doesn't move as the scrollpane scrolls (horizontally in my case) Here's my code trying to do this simply using Graphics.drawString (not compilable - tell me if you need something that compiles)

  • Issue WIth Screen Painter

    I am trying to assign same varible to Field and corresponding text filed. But it is not allowing as it same duplicate field . All though I have done that for couple of screen elements. Please share your thoughts.

  • "needs media recovery" after a successful recovery ???

    RMAN novice here.... Oracle 9.2.0.1.0 on Redhat Linux (Itanium) Running in NOarchivelog mode In RMAN, I backed up a set of datafiles in read only mode taking this approach.... sql "alter tablespace foo read only"; configure channel 1 device type disk

  • PL/SQL FORM DEVELOPER

    Hi All, I am interested to work in QUERY related jobs(pl/sql developer). Now I know well about SQL. I completed one certification exam also. Now I dont know what i have to study next for getting query related jobs. Now I am FRESHER(MCA) also. Please

  • Plug in calling third party functions like MS Office programs or other .exes

    This is a question I wrongly asked in the scripting section of the forum. I am a 100% beginner making sure that what I want to do is possible. From a plug-in what is the best way to communicate/signal/start or to tell another program (would be great