9144 chassis works with CANBus 9853, 9862 or others?

Hi all

I am using a 9144 chassis to 'communicate' (it is more listening, but good) with a measure devica via a CANBus. Has anyone tried using CANBus modules on a module CompactDAQ again?

Thanks in advance!

Kind regards

Filip.

Hi Filip,

All of which is documented here.

Tags: NI Products

Similar Questions

  • How is it that a computer which works very well with a direct Ethernet connection won't work with a switch, however any other computer using the same port, cable, ect, and so on, can?

    Switch issues. Help, please.

    How is it that a computer which works very well with a direct Ethernet connection won't work with a switch, however any other computer using the same port, cable, ect, and so on, can? We already checked the firewall as a question, that it was not, and now, we are puzzled.

    Well, I know that the issue is long-term... believe me, it's a long, but as they say, the devil is in the details. Anywho, the question is, my grandfather has a HP laptop, which for two years has been able to run through a Linksys switch to his router and connect its printers to his laptop. About two months ago it suddenly doesn't work like that. Now, it works fine if it plugs directly into the router/Ethernet. My uncle suggested that the switch was bad, but after testing the same port, cable and all, the switch worked well for him. ' GRAMPS really needs this answered, but someone else, it is called can not understand and now I, in turn, ask you all for what you can offer. Here are the ideas that we have already discredited.

    -Switch bad: as above, is that this particular laptop, even under identical conditions, the works of my uncle very well.
    -Bad NIC: debunked through the fact we connected to the computer directly to the router and it worked fine.
    -Bad configuration of the firewall: we have disabled the firewall (please do not notice, he wasn't the smartest idea, we already know) and even if she recorded the switch exists, the internet is always triggered when you are connected with the switch.

    Thanks in advance for any assistance that you can provide and Merry Christmas to you all.

    It would be useful to consult the results of the ipconfig/all command both when it is connected to the switch and when it is connected directly to the router.  In addition, what is the model of the switch?

    To save the manual copy and the new hits of the ipconfig/all command output-

    First connect through switch.
    Open a command prompt window (start > run > cmd > OK)
    Type the following lines in the black command prompt window and press ENTER after each line

    echo "Connected via the button" > "% UserProfile%\Desktop\ipinfo.txt".
    ipconfig/all > "% UserProfile%\Desktop\ipinfo.txt".

    Now connect directly to the router, type the following lines in the command prompt window and press ENTER after each line

    echo "Connected to the router" > "% UserProfile%\Desktop\ipinfo.txt".
    ipconfig/all > "% UserProfile%\Desktop\ipinfo.txt".
    Notepad '% UserProfile%\Desktop\ipinfo.txt '.
    output

    Copy the contents of the Notepad window in your response (if you use the laptop when it is connected directly to the router) or close the Notepad window, and then copy ipinfo.txt of the laptop to the Gramps in a USB FlashDrive you can connect to any computer allows you to answer.

    You can delete ipinfo.txt on the desktop when you are finished.

  • Ideas for why HttpConnection works with some clients and not others

    Hi, I have an application that downloads and analyzes an xml file. This works perfectly for some users and does not at all for others. They can even access the XML on the web, but it won't work with my application. Some said they used a bold font, other OS 4.5. Here is an excerpt from my source:

    HttpConnection conn = (HttpConnection) Connector.open(url);conn.setRequestMethod(HttpConnection.GET);String _node, _element;DocumentBuilderFactory docBuilderFactory = DocumentBuilderFactory.newInstance();DocumentBuilder docBuilder = docBuilderFactory.newDocumentBuilder();docBuilder.isValidating();Document doc = docBuilder.parse(conn.openInputStream());doc.getDocumentElement().normalize();NodeList list = doc.getElementsByTagName("*");// .. parse data
    

    Edit: formatting is all messed up

    Not necessarily. You * can * make your app to use BIS-B if you are a partner of the Alliance and I recommend this, but this is not necessary.

    Your customers can also connect using WAP 1.1, WAP2 or direct TCP. I would recommend that you try WAP2 first, this requires no info gateway APN or WAP. You can get the WAP2 info directly from the maintenance book.

    Try the code in the example (in the white paper that I attached earlier).

    Your best bet is to develop some hueristics of network connection using the CoverageInfo class (see the documentation of the API).

    We are doing something like this, at the bottom of the list:

    BES

    BIS-B

    WiFi

    WAP2

    WAP1.1

    Direct

    I think that in the USA, CA, UK and Western Union, BES and BIS - B cover approximately 90% of users. Once you walk out of those areas, it starts to be more exciting.

  • Their search engine is 64-bit capable that works with Win. 7 pro. other then IE or Chrome?

    If their search engine compatible 64 bits which works with Win. 7Pro. other then IE or Chrome?

    Original title: 64-bit compatibility

    Hello

    There is a lot of browsers availible for 64-bit systems.

    Examples-

    Firefox

    Internet Explorer

    Chrome

    Safari

    Pale Moon

    Lunascape

    Blackhawk

    Mantra

    Xtravo

    While many others which can be found here:

    http://www.x64bitdownload.com/categories/free-64-bit-network-Internet-browsers-downloads-10-115-0-d.html

    Hope you find a suitable browser.

    Kind regards

    Joel

  • Bad analog output help Every_N_Samples-NI-9263 cDAQ-9172 chassis (works with cDAQ-9178 chassis)

    Hello

    The NOR-9263 analog output voltage geberation works correctly with the cDAQ-9178 chassis but gives wrong result using the chassis NOR cDAQ-9172.

    In the attached code example, a single cycle of a sine wave is composed of 40000 samples and came out in the background using Every_N_Samples at a rate of production of 5000 samples per second.

    The output buffer size is set to 10000 samples.

    Prepare us the buffer writing 10000 samples 1, then write the remaining data in the background using the Every_N_Samples callback.
     
    Bug: Using the cDAQ-9172 chassis, to the 5000 s/s sampling rate with the help of an external field (or through closure to another HAVE), we observed that 1 10000 samples came out twice, followed by the rest of the waveform. The last 10000 samples are never exits. If you are working properly, we would expect to see 1 full cycle of a sine wave.

    The bug does not occur with the chassis NOR cDAQ-9178. I use the driver NIDAQmx v9.2.1f0 on Windows XP
    The bug does not happen with simulation devices, so you will need to use harwdare real to reproduce.

    Please find attached an example of code C based on the example program OR "ContGen - IntClk.c" to reproduce this bug.

    Thank you

    whemdan,

    The MathWorks

    Hi whemdan,

    By default, DAQmx regenerate old samples if no new data is available.  To give the correct behavior, you can:

    Use DAQmxSetWriteRegenMode to disable the regeneration (DAQmx_Val_DoNotAllowRegen).  In most cases, this is recommended if new data are written continuously in the buffer as the build is in progress.

    If you just need to generate 40 k samples, you can write them just all at once, rather than in 10 pieces of k (the code you attached probably is just an example, so I'll assume that you have a reason to write the data into segments in your actual code).

    I think the difference in behavior between 9172 and 9178 can if explained by the different way, buffering is set up on each product.  The 9172 uses a buffer of 8 k (on the STC2) in all cases (source).  The 9178 uses an 8 k of memory buffer (on the STC3) If you use regeneration shipped, but uses the 127 samples FIFO cartridge, if you use no on-board regeneration (source).

    Then... on the 9172 8191 samples are immediately transferred to the FIFO.  By default, the hardware is going to request new data when the FIFO is less to fill (this is configurable with DAQmxSetAODataXferReqCond).  I'm not sure what the transfer data request size is in your case (you can set the maximum value with DAQmxSetAOUsbXferReqSize), but obviously it is bigger than the other 1809 samples that you have not yet sent to the Board of Directors of your first entry.  At this point, the pilot will regenerate 10 existing k samples so that sufficient data will be available to meet the demand of data transfer.

    The 9178 however use the FIFO of 127 smaller samples so you will not have the same behavior in your case.

    In summary, the behavior is explainable by the difference of material.  If you want to avoid to regenerate old samples, you should ban the regeneration using DAQmxSetWriteRegenMode.

    Best regards

  • Web site will not work with Flash Player but no other Flash available pepper.

    Question - I try to use a locator tool to find a job with a company but if Flash Player is used, it does not work and issues a warning that pepper Flash Player should be disabled. Problem is the Flash I have now only got pepper. How can I fix it? Site issue: http://jobs.timewarnercable.com/content/location/


    Type of computer - PC computer for help. Victory 8.1, Chrome.


    Action - zero, previous versions of Flash has a pepper and non-poivre one, it has pepper.

    I was perplexed.  I thought that you were using some kind of third-party tool, and the link got a bit distorted when you posted.

    This error is raised by the content of Time Warner.  Chrome dropped NPAPI in favor all the time, so the advice of TWC is no longer valid.  Their solution of having users reconfigure their browsers to view their site is also a good choice.

    You will need to use another browser to access their site.

  • Can I connect a link more MXI for PXI-1033 card in order to work with it

    Ladies and gentlemen,

    Tell me please that I can plug a card of MXI link more in the PXI-1033 chassis in order to work with it.

    In other words, I don't use the built-in controller for MXI and want to work with the NI PXI-8366 MXI-Express and PXI-1033.

    Thank you.

    The answer to your question is no. The question that must be taken into consideration is the type of housing, we have access to on the PXI-1033. To use a PXI MXI card for control purposes in a PXI system, we need to use the card in a slot of system controller (denoted by a triangle around the number of slots on the chassis). With the 1033 however, we have no access to slots control. Because of the connection of controller MXI incorporated, we only have access to a calendar/trigger and devices slots.

    Is there a particular reason you don't want to use on the 1033 MXI connection, or you just want to avoid having to change the connection to another computer?  Single MXI cards which would depend on the space available on the PXI-1033 would be something along the lines of the 8367 and 8367, who are used to the Garland of a separate chassis.

  • When I receive the notification of update of Firefox tells me that my Dashlane will not work with it. It applies to Firefox 38.0 as well?

    I am currently on beta version update channel. Before installing update, I need to know if it will work ok with Dashlane.

    It is Dashlane that is made to work with Firefox versions not the other way around. The message said the version of the Dashlane extension you have is not compatible with versions beta of Firefox 38.0 you are testing (38.0b9 is the current version).

    Normally, these things are designed to work with the current version at least (say Fx 37) and not built as Beta, Aurora (aka Developer Edition) development channels and nightly.

    http://support.Dashlane.com/HC/en-us/articles/202699011-how-to-check-your-Dashlane-extension-in-Firefox#title6

  • Web of trust no longer works with bing and google image searches

    Hi all

    I searched and searched, but have not found a response that matches my characteristics. Any help would be appreciated.

    I used to be able to do but now I can no longer search and browse pictures on google or bing image search and have the function of the Web of Trust. Here's how I go about it.
    What I use:
    Annoymous google or bing search link to the image to DuckDuckGo when I get querries. In addition, the search directly from the search page of Google or Bing image does not work with WOT more or the other.
    Firefox 23.0.1
    The following add on:
    Add block plus 2.3.2
    BetterPrivacy 1.68
    Flagfox 4.2.12
    Ghostery 5.0.4
    Search link Google/Yandex difficulty 1.4.1
    No Script 2.6.7.1
    Web of Trust 20130515

    If anyone has a solution for this please let me know.

    Have you tried to contact WOT support?

  • Apple TV Airplay works with a MBP, not others

    I have two McBook Pro. Both perform exactly the same version of OS X: 10.8.5.

    The difference is, my ATV 3 appears in the menu bar of one of my Mbps, the mid-2012 and does not appear in the menu bar of my other (Late 2008).

    In 2008 there is one, in System Preferences, under 'The front', a checkbox (checked) that says "see mirroring options in the menu bar when it is available."

    But there is no familiar black triangle in the menu bar.

    However, on my MBP for 2012, in the same place, above the box I have the option "Airplay mirroring" and a drop down menu for, without doubt, regardless of the Apple TV, I want to use. The black triangle is in the menu bar.

    My Apple TV works with this computer, not the other. All three are on the same network. As far as I know, all the preferences on both computers are identical.

    I've seen many threads frustrated on this problem, which many have not been solved, but I have the advantage of having two computers that run the same systems to test.

    Now... What's going on here? I notice the silence of Apple on this issue has been deafening. Fortunately, cela solve for me would be convenient, not essential, because it seems to be with several disgruntled users.

    This document says that MacBook Pros (Early 2011 or later) support AirPlay. The 2008 is just too old.

  • 4clipika for satluj police (Punjabi) does not work with windows 8

    R/Sir

    4clipika software for satluj police (Punjabi) does not work with windows 8, but it works with 7 and windows xp. Please solve this problem.

    BSwakaf

    I suggest you cont developer patches or updates.  It is for the developer to make it work with win 8-not the other way around.

  • Pinning and align problem - working with alternative configurations fixed and fluid

    Hello

    As suggested by the staff of Adobe, I'm working with a layout of fixed width for the desktop version, so I can use the scrolling effects in this version and a layout alternative tablet with a fluid design for mobile devices.

    In this way, I will have two major problems with the working fluid design version:

    -I can't pin objects to fixed locations in the browser. The option is disabled, and I can't create a set menu, for example.

    -I can't focus the presentation of the fluid design version, there's always left align. In fact, breakpoint rule changes and stays aligned left also. It is a problem, because when I opened my site in a device with a larger resolution, it remains to the left of the browser.

    There is a solution for these problems?

    Hey well thanks for the help, Bernard.

    I tried to work with a fluid layout compressed as an alternative to avoid creating a Tablet and the mobile version of the site. Instead, I would have only the office page and the layout fluid compressed, that would suit regardless of the user's device.

    As for now, I will continue to work with the development of Adaptive with variants of the tree when scroll effects are necessary and work with a sensitive provision in other cases, with more correct is.

  • Adobe Muse will work with Business Catalyst?

    Adobe Muse will work with Business Catalyst?  In other words, if we build a website using Adobe Muse, Business Catalyst will work with our Muse site when creating forms and pages of e-commerce?

    I was reading Business Catalyst and watched the video from Adobe on it.  Nothing has been said on integration of Business Catalyst with Muse.  I am not able to create new web pages with HTML and CSS.  Although I can, it will take long.  Any thoughts there?

    I should add that to keep in mind that you will need at least a little comfortable with HTML and CSS.

  • Why the HDR toning work with some pictures, but not for others?  I have CS6.

    I have Photoshop CS6 and when I go to HDR toning, it is only highlighted for work with some photos, but not others, why?  Thank you.

    HDR toning does not work with CMYK images. Change the RGB color mode, and then you will be able to use HDR toning. It also works with the color to grayscale mode.

  • 1458RT CVS with 9144 chassis ethercat

    Hello

    I want to use a chassis with a CVS 1458RT EtherCAT. I'll have to dedicated to one of the three gige ports (1/3) to communicate with the 9144 chassis? Therefore 1 for my camera, 1 for gigE plant LAN and 1 for chassis EtherCAT?

    I know there are EtherCAT drive, I work with Allen Bradley, so I think to use a 9263 and a 9411 for analog player. Could you confirm that I will be able to control the analog output of the CVS at the EtherCAT frame to 4ms?

    Thank you

    Patrick

    As mentioned, you should be able to be in the 4 DC, you need. I will recommend you don't not to lower the engine of 1 ms... Also, you should be able to control the etherCAT carefree expansion chassis. However, you should be aware of the limits of the EtherCAT frame.

    This document is very useful:

    http://www.NI.com/white-paper/10555/en/

    You should also be aware that this chassis does not support interactive execution and only allows the use of the network variables. Also be aware that you must create the file bit FPGA and LabVIEW project deployment.

Maybe you are looking for