How can I capture all CAN traffic in VS2009?

I am debugging CAN communications in VS2009 having the XNET add-on. Frames send fine. Incoming frames look fine monitored externally, but I get value 0 for all channels from incoming frames,
To troubleshoot the issue I would like to see all frames on the bus as VS sees them. I thought that there was an add-on for VS2009 that added this functionality, but it seems to have disappeared now that the functionality has been rolled into VS2010. Could someone please make the add-on available to me? ...or correct my erroneous memory and offer a suggestion on troubleshooting my issue. - thanks

As of my knowledge, the XNET add-on custom device for NIVeriStand 09 neither has the capability of raw frame data logging nor to stream data to the bus monitor.
If you are talking about a generic way to log data, check out the embedded data logging add-on:
http://zone.ni.com/devzone/cda/epd/p/id/6240
If you need raw frame data logging I suggest to modify the source of the XNET custom device. The custom device is open source and fairly simple to modify.
Thanks,
Tom
http://www.newgistics.com

Similar Messages

  • I need to back up my imac running Tiger (no time machine) so that we can upgrade OS. It is set up for multiple accounts.  How do I capture all files in each account using newly purchased USB external hard drive?

    I need to back up my imac running Tiger (no time machine) so that we can upgrade OS. It is set up for multiple accounts.  How do I capture all files in each account using newly purchased USB external hard drive?  Thanks!

    Backup Software Recommendations
    Carbon Copy Cloner
    Data Backup
    Deja Vu
    SuperDuper!
    Synk Pro
    Tri-Backup
    Others may be found at VersionTracker or MacUpdate.
    Visit The XLab FAQs and read the FAQ on backup and restore.  Also read How to Back Up and Restore Your Files.
    Or you can simply use the Restore option of Disk Utility to clone the drive to the backup:
    Clone using Restore Option of Disk Utility
    Open Disk Utility from the Utilities folder.
    Select the destination volume from the left side list.
    Click on the Restore tab in the DU main window.
    Check the box labeled Erase destination.
    Select the destination volume from the left side list and drag it to the Destination entry field.
    Select the source volume from the left side list and drag it to the Source entry field.
    Double-check you got it right, then click on the Restore button.
    Destination means the external backup drive. Source means the internal startup drive.

  • Capture all VPN traffic?

    I downloaded Microsoft Network Monitor and I'm trying to look at all the traffic going on on the remote network. I enabled NDISWANBH (WAN Miniport) only to capture the PPP traffic. I have set up PPTP VPN and can connect to (and browse) the remote network
    just fine.
    But when I tried to capture all the traffic on the VPN network, it only showed my computer's IP address (the local one when connected to the network 192.168.1.200) and the remote router's IP address (192.168.1.1).
    I'm looking to capture what the other computers and devices (that are on the remote network) are doing. How do I do that?

    When you start network monitor, you need to select NDISWAN from select networks. You should see this option on the start page when you launch Network Monitor.
    BTW, Message Analyzer (http://blogs.technet.com/MessageAnalyzer), the eventual replacement for Network Monitor, can also capture tunnel traffic, but intstead it uses a firewall driver to capture the
    data.  Perhaps this is another option for you.
    Thanks,
    Paul

  • How do I direct all internet traffic I on my firefox portable browser I use at school, through to my computer at home, so I can use my modem as a proxy?

    My school has a web filter that prevents me from accessing any website I want to at school, and I want to get past it.
    I know, from experience, that I can use a program called Ultrasurf to get around this, though it requires me to use IE, and is inconvenient.
    I want to know if it's possible to configure the proxy settings on Firefox (and some on my modem/router, and/or computer at home), in order to direct all my traffic through my router at home, similarly to how one would use a proxy.
    If so, how is this possible?
    (I'm relatively experienced with computers, but have very little programming, and other complex knowledge of the workings of these things)
    At home, my computer is running 64 bit Windows 7, has 4 GB of RAM, a 2.1GHz Intel Core 2 Duo processor, and can be turned on and online 24/7, such that if necessary, it can direct traffic sent to it.
    My router/modem at home is (I believe) a Westell 327W, I can get more information by looking at it later if necessary.
    At school, as of last year (and probably the same this year), the computers run Windows XP, and I am able to run programs installed on a flash drive on them, though cannot actually install programs on the computers themselves.
    I'll be using whatever the latest (not beta) version of Firefox Portable exists when I return to school in a week.

    My school has a web filter that prevents me from accessing any website I want to at school, and I want to get past it.
    I know, from experience, that I can use a program called Ultrasurf to get around this, though it requires me to use IE, and is inconvenient.
    I want to know if it's possible to configure the proxy settings on Firefox (and some on my modem/router, and/or computer at home), in order to direct all my traffic through my router at home, similarly to how one would use a proxy.
    If so, how is this possible?
    (I'm relatively experienced with computers, but have very little programming, and other complex knowledge of the workings of these things)
    At home, my computer is running 64 bit Windows 7, has 4 GB of RAM, a 2.1GHz Intel Core 2 Duo processor, and can be turned on and online 24/7, such that if necessary, it can direct traffic sent to it.
    My router/modem at home is (I believe) a Westell 327W, I can get more information by looking at it later if necessary.
    At school, as of last year (and probably the same this year), the computers run Windows XP, and I am able to run programs installed on a flash drive on them, though cannot actually install programs on the computers themselves.
    I'll be using whatever the latest (not beta) version of Firefox Portable exists when I return to school in a week.

  • Capture all sql statements of a logical transaction

    Hi!
    How can i capture all sql statemnts of a
    logical trasaction(ALL sql stamtements before a commit) . Could somebody please
    reply...
    Thanks
    null

    Turn on tracing in that session (look in DBMS_SESSION)

  • Outside-PAT all UDP traffic, but exclude DNS

    8.4(3)
    I need to outside PAT all incoming UDP (SIP/RTP) traffic from outside to an internal IP. The following command makes it work:
    nat (outside,inside) source dynamic any obj-10.0.0.173 service udp udp
    But it breaks DNS resolution from inside. If I add the above command and try to nslookup from inside to an outside DNS server
    64.90.175.90, DNS times out. If I remove the above nat command, it works again. It seems like even though DNS UDP originates from inside which should create a statefull connection, ASA still messes with return DNS responses.
    I then tried to create an "exclusion" for that IP with the following:
    object-group network nat-exclusions
    network-object host 64.90.175.90
    nat (outside,inside) source static nat-exclusions nat-exclusions
    but it's not working.
    I also tried:
    nat (outside,inside) source static nat-exclusions nat-exclusions unidirectional
    Also not working.
    Any suggestions? How can outside-PAT all UDP traffic excluding DNS.

    TAC was able to help. I needed this:
    object network exclusions
    host 64.90.175.90
    nat (inside,outside) source dynamic any interface destination static exclusions exclusions
    nat (outside,inside) source dynamic any obj-10.0.0.173 service udp udp

  • Capturing all the text that I output to the console

    HOw do I capture all the text I output to the console to a file. I know how to open filebuffers and all that, well I don't really know, but I have some sample code that I can follow. I am just wondering if I am suppose to just open the file buffer, then run my normal application with all the system.out.println() statements and then have that fed to a file? Right now I am using a lot of println() statements to debug, and I would like to be able to push it into a file so I can look at it later, without having that console line limitation.
    My guess is to just open up a filestream and have it open and then run my normal code and then close the filestream at the end. Can somebody let me know if that is good enough...
    let say I have a static method hat outputs a bunch of text, can I do this
    filestream open
    static method run
    filestream close
    and that's it.

    I could see why you'd want to automatically
    route output to a file, that normally would
    go to the console. There might be use for
    capturing output lines.
    If the question is to avoid having to specify
    the output on the command line, then what
    one can do is to create a ".bat" file.
    Ex.
    kstring.bat
    ======================================
    @java kstring > kstring.out
    Now in executing, you'd just ==> kstring
    Which will execute the kstring.bat,
    and since "> kstring.out " is inside
    the "bat", your output goes to the
    kstring.out, instead of the console.
    This would be another way, saves all the
    redirection in Java code. Just use the
    DOS command inside a xxx.bat file.
    Just my opinion, may not work in your
    circumstance.
    -- gte99te

  • Can I capture USP traffic with NI-SPY

    11-14-07
    Can I capture USB traffic with NI-Spy? if so how?
    Thanks
    TeBlues

    Hi TeBlues,
    NI-Spy captures return a log of low-level driver calls being made to National Instruments drivers.  It does not track the serial data passed along the USB bus.  To capture the serial traffic on the USB bus, I would recommend Portmon (if you are using a Windows OS).  This program monitors all serial and parallel port activity on a system.
    Donovan

  • How can I transfer all my data including SMS to my mac/windows computer?

    My friend has asked me to help her transfer all the data from her iPhone 3GS to a computer then to a hard drive. She has several folders with pictures in but image capture on mac is only picking up the one. I have an iPhone 4S and iPad 3 installed already on iTunes so don't want to accidentally erase her phone.
    She also needs some of the SMS messages taking off of her phone and saving either as they are or in some form of text file so they are readable in the future.
    How can I retrieve all this data including the messages without losing anything and can it be done for free?
    If you need anymore info please just ask and I'll try and pass it on to the best of my (limited) knowledge.
    Thanks in advance!

    http://www.iphonebackupextractor.com/
    SHe can also do a backup of her phone and it will save the text message, but she won't be able to view the text unless she restores to the backup.

  • How can I get all photos from the camera roll onto the photo stream so they will share between iphone and ipad?

    How can I get all photos from the camera roll, and all new pictures taken, to get on the photostream so they can share between iphone and ipad?

    When turning PhotoStream on with photos available in the Camera Roll, only photos captured by the iPhone or saved on the iPhone are placed in the PhotoStream.
    For all photos that were in the Camera Roll prior to turning PhotoStream on, import the photos with your computer and add the photos to your PhotoStream on your computer.

  • How can I view all photos from a specific year?

    How can I view all photos taken in one calendar year like 2010? Is there a way to filter this way?

    Yes, create a smart album or a search with a "Date" rule or a Calendar rule.
    For example: New > Smart Album
    Add Rule:  Date
         Capture year is 2010.
    or: Add Rule: Calendar
    and click-step  the year back to 2010:
    In the Calendar it is a bit cumbersom to select a whole year, because it will only show 3 month at once. Select the first day and then scroll to to the end oft the year.

  • I am moving all my iphoto pictures to seperate folders outside of iphoto.  I have found iphoto slighlty cumbersome.  After I move all pictures from iphoto to a separate file how can I delete all the iphoto photos without deleting the ones in the file?

    I am moving all of my iphoto pictures into seperate folders becuase iphoto is great, but a bit cumbersome when I need to transfer all the pictures to a external drive.
    1) After I move all pictures, how can I delete the iphoto pictures without destroying the ones I have in files
    2) how can I ensure that I have sucessfully captures all the iphoto files so when I delelte from iphoto I have not forgotten any
    3) is there a way to determine what duplicate pictures I have?
    Thanks!

    If you Control click on the iPhoto Library, you'll see a list of folders - one named "Masters". Inside of this folder are all of your original, high-res photos. You can copy them to other folders if you like.
    You can't delete iPhoto pics without deleting the ones in the iPhoto Library.
    You can copy all of your Masters pics out of the Library, ensuring that you won't forget any.
    I don't know of anyway to determine if there are duplicate photos - most (if not all) have a unique name assigned.
    Good luck,
    Clinton

  • Yours sincerely! I just bought a Sony DCR-SD1000 camera only when installing the cd drivers not supported by the operating system Machintosh. I've contacted the seller said the store did not provide for the apple os. How can I move all the files on the ca

    Yours sincerely! I just bought a Sony DCR-SD1000 camera only when installing the cd drivers not supported by the operating system Machintosh. I've contacted the seller said the store did not provide for the apple os. How can I move all the files on the camera the port out is to use a USB data cable to a laptop for my macbookpro can not read the contents of the file and the camera. I also want to use the lens on the camera as a substitute for the embedded camera on my macbookpro, what should I do to replace the embedded camera on macbookpro with sony camera so that the camera could be more variety and can I record when I turned macbookpro . Please help for this so that I can quickly capture the results from sony camera to my macbookpro. Thank you.

    See this page http://macosx.com/forums/networking-compatibility/296947-sony-camcorder-my-mac.h tml - might be some helpful tips there.
    Clinton

  • In ALV reports how can we capture separate data in 3 internal table

    HI
       In ALV reports how can we capture data in 3 Internal tables and combine them in another internal table to display........

    Hello Sudhanshu
    Another option would be to display all three itabs together which is a piece of cake using OO-based ALV lists. Please refer to thread
    Re: Alv
    for a sample report.
    Regards
      Uwe

  • How can I remove all photos and directories from iPhoto?

    How can I remove all photos and directories from iPhoto as if it was a brand new install?
    I am new to iPhoto and was unaware of how it works, honestly I still am a little confused as to when pics I am using 1/2 the time, some from iPhoto and some from MyPics.
    Anyhow, I am looking to remove all photos from iPhoto because during the migration of all my photos from PC to MAC, somehow my timeline became messed up and all my photos that have been logged my dates since 1998 are now all messed up.
    Although all my year folders are still in tact, IE 1998-2006, the subfolders and like pics are all intertwined somehow.
    And when I search iPhoto for a given year, photos from 2,4, 8 yrs back show up in 2006.
    Anyhow, I have selected and deleted all photos and folders within iPhoto, and then import the desired photos from MyPics, only to have the photos double up in the library. ( The old ones that should be deleted and the new imports)
    I simply don't get it, they fill the trash and disappear when it's emptied, then reappear when iPhoto re-opens!
    Can someone help????
    I have completely reworked all my photos so that they are all in the correct folders outside of iPhoto, and now I want to import those and only those pics with that file structure.
    IE Structure = YEAR > MONTH > DAY ( or if needed) > DAY/EVENT

    Do you want to remove the existing full sized image files also? If so then just drag the iPhoto Library folder from the Pictures folder to the Trash and empty it. But be warned you'll lose all of your image files.
    You are dragging the files to the iPhoto Trash bin and then using the iPhoto->Empty Trash menu, right?
    In copying your photos to myspace and then back the original capture date may not be retained and then either the created date or modified date will be used by iPhoto. If the files in the current library are the originals from your camera then those have the best chance of retaining the correct Captured Date. You can check that out by dragging the Originals folder from your iPhoto Library folder to the desktop and then trash what remains of the iPhoto Library folder. Then launch iPhoto and it will ask you to create an new library. Then import that Originals folder and it's subfolders by dragging it into iPhoto's open window. You'll keep the same rolls that was. The roll dates may change but you can check the captured date of the files by using the calendar in the Source pane.
    You won't be able to keep your folder structure within iPhoto. Each outside folder will result in a roll with the same title as the folder. You'll be able to create folders in the Source pane to put albums inside. You can create a smart album to include all photos in a certain date range, line one month.
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    G5 Dual Core 2GHz, 2G RAM, 250G HD; G4 Dual 1Ghz, 1.5G RAM, 80G HD,   Mac OS X (10.4.7)   22 LCD Display, 200G & 160G FW HDs, Canon S400, i850 & LIDE 50, Epson R200

Maybe you are looking for

  • Cannot select elements on page unless on the specific layer

    I'm having a very strange  problem in Fireworks CS5. I cannot select an element on my page unless I go and find the appropriate layer and select that layer. Only then will the elements in that layer be available for selection. I looked through the pr

  • How to add a list bean in seeded region?

    Hi All, I am working on "employee self service" responsibility addcompetency page.on which I have a requirement to add a list bean. Fro that I have extended CO and added folowing code in that co. super.processRequest(pageContext, webBean); OADefaultL

  • Dump error in mb1a(SAPSQL_ARRAY_INSERT_DUPREC)

    Dear Friends,                        We got a dump error(SAPSQL_ARRAY_INSERT_DUPREC)                        when relesing particular material of the production order in mb1a. the detail error is as follows. ABAP runtime errors    SAPSQL_ARRAY_INSERT_

  • Once my book has been published can I make some small change?

    HI Guys. I have recently published mu book on ibooks. however I have just noticed two small mistakes that I would like to rectify. Dose anyone know ifthere some sort of editing tool I can use.

  • ABAP Query based on Integrated Program

    I m trying to set a value of extra field (E_PO_Number) that I have created, but when I try to do it in the Data Read Prog section code, it says "Field "E_PO_NUMBER" is unknown. It is neither in one of the specified". E_PO_NUMBER is one of the columns