Is is possible to access channels from a CAN database in labview with NI USB 8473s

Hello,
I would like to know whether is possible to access a CAN database, which is uploaded through MAX, in labview.
More specifically, I have uploaded my CAN database in MAX and I want to have access to each specific channel in labview.
i.e according to picture, I would like to have access  to n_Motor_InsRpm channel of E1_L0_1 (motor speed) in Labview, so I can set and transmit a speed value through CAN. Could that be possible with NI USB 8473 s? If yes, is there any simple example in Labview ?
Thanks for your Help
Charis
Solved!
Go to Solution.
Attachments:
CANdb.jpg ‏11 KB

There are several ways to get database information without needing hardware. Here is one I did a while ago.
https://decibel.ni.com/content/docs/DOC-39793
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

  • APEX Application accessing data from two different databases

    Hi All,
    Currently as we all know that APEX Application resides in database and is connected to the schema of that database.
    I want APEX Application to be running and accessing data from two different databases. Elaborating my question,
    Currently, my APEX Production Application is connected with XXXX Schema of DB1 Database(Where APEX Resides). Now I want to add some pages into this APEX Application for REPORT Purpose, But I want to connect this REPORT APEX Pages to get data from Different Schema YYYY for Database DB2.
    Is it possible to configure this scenario?
    The reason for doing this is to avoid the REPORT related (adhoc queries) resource utilization effect on Production DB1 Database.
    Thanks
    Nil

    1. If you do the joining of two or more tables in DB1 then all data is pulled over to DB1 and then the join is executed: so more data over the databaselink and more work for DB1. Better keep the joining stuff where the data resides and just pull exactly that data over that you need.
    2. Don't know about your different block sizes. Seems a nice question for one of the other forums (DBA or SQL).
    3. I mean create synonyms on DB1 for reports VIEWS in DB2.
    Hope all is clear!

  • Trying to activate newly installed Acrobat 11 but can't access internet thru program - can otherwise get online with no probs

    trying to activate newly installed Acrobat 11 but can't access internet thru program - can otherwise get online with no probs. any suggestions?

    Hey Marina Hannwacker,
    I would recommend you to Refer this link - Offline Activation and let me know if it works for you.
    Regards,
    Rahul Tyagi

  • Is it possible to access Pages from an web application running in Safari in i-Pad?

    Is it possible to access Pages application from an web application running on safari browser in iPad ?

    Since you control the application AND the plugin - you can define ANY method of communication you want.  Shared files, shared memory, IPC, named pipes, etc.

  • How to remove recently accessed channel from desktop session in sun one 7

    Actually we are facing one issue with the desktop session . We created a container and then deployed our jsr 168 portlet in that. Now if we are accessing that portlet through http://host:port/portal/dt?provider=<containerchannel>/<channelfor jsr168> we are actually able to see the portlet. Now we kept the link in one of the menu items of enterprise sample. Now if we click on that link our portlet gets displayed in new window. But the problem is if we refresh the enterprise sample page then it is showing our portlet instead of the content that should be shown in enterprise sample. Can we remove the channel from the desktop session.
    Any help will be highly appreciated
    Edited by: user8941231 on Nov 17, 2010 4:59 AM

    Change your iCloud ID password and the old device will no longer have access to your iCloud account.  You can change it here: https://iforgot.apple.com/iForgot/iForgot.html.  After doing so, you'll need to change it on all your devices too.

  • Its possible to access CommDb from Java?

    Hello.
    The subject above is my question.
    CommDb is a internet database. I want to edit this database like GnuBox does (http://mobile.linux.pt/p800/symbianlinuxhowto).
    Anyone knows if its possible or not? If the answer is yes can you tell me how? Will it work with N6600?
    I thank you in advance!
    Rui
    (BIG HELLO FROM PORTUGAL - Come to visit me in Euro 2004 :) )

    You can't do that with J2ME because of the "sandbox" security model. Maybe on devices that allow access to the filesystem you could find a way to hack it, but the 6600 isn't one of those devices.
    shmoove

  • From where can i donwload labview for Ubuntu 10.04

    Hi!
    Sorry, i feel myself really stupid, but i don't find a page, from where i can download Labview for Linux...
    Can anybody write a link here?
    Thanks: Koli

    I don't found, what you mean...
    So i have this site first.
    Here i can click just LabVIEW Evaluation  (Download LabVIEW or request a LabVIEW evaluation DVD.)
    Then i arrive here.
    Here i can click on: 
    Download LabVIEW (847 MB)  ->this take me here
    Download the exercises
    Download LabVIEW -> this too...
    In that site i can click in theStart Download (847 MB)
    ->then i can donwload a windows version (exe)
    Or:
    We also offer:
    LabVIEW for 64-bit systems (891 MB)
    LabVIEW for Mac OS X (565 MB)
    And these are not linux ones...
    So where i need to click?

  • HT1212 i have an IPAD 2 that I forgot the password to access the device. Can anyone help me with this?

    I have an IPAD 2 that I forgot the password to sign on the device. Can anyone help me with this? How do I force the IPAD2 in to recovery mode?

    Did you connect it to iTunes?  This is from that link...
    Alternatively, place the device in recovery mode and restore it to erase the device:
    Disconnect the USB cable from the device, but leave the other end of the cable connected to your computer's USB port.
    Turn off the device: Press and hold the Sleep/Wake button for a few seconds until the red slider appears, then slide the slider. Wait for the device to shut down.
    While pressing and holding the Home button, reconnect the USB cable to the device. The device should turn on.
    Continue holding the Home button until you see the Connect to iTunes screen.
    iTunes will alert you that it has detected a device in recovery mode. Click OK, and then restore the device.

  • Is it possible to access channels on a DAQ board while the device is used by another application?

    I am curious if is possible to run an application that reads one channel of a DAQ board while another application already is reading different channels on the board.

    Shoe,
    You can have more than one application accessing a DAQ board at a time but not for the same type of process, such as analog input. I tried a setup where one program was accessing analog input channel 1 and a separate program was accessing analog input channel 2. Only one program would run at a time. However, you can have an analog input program and a separate analog output program accessing the same board running at the same time.
    Hope this helps!

  • Is it possible to access channels on a DAQ board while the device is used by another applicatio​n?

    I am curious if is possible to run an application that reads one channel of a DAQ board while another application already is reading different channels on the board.

    Shoe,
    You can have more than one application accessing a DAQ board at a time but not for the same type of process, such as analog input. I tried a setup where one program was accessing analog input channel 1 and a separate program was accessing analog input channel 2. Only one program would run at a time. However, you can have an analog input program and a separate analog output program accessing the same board running at the same time.
    Hope this helps!

  • Possible? access data from another effects plugin

    right this sounds complicated so I'm gonna ask if its even possible before i start trying to build this. Picture this scenario.
    Main comp has layer "A" which is a sub-composition, B. The layer A has my filter on it.
    In comp B, we have a layer "C" with my filter on it (or another one of my filters on it)
    When rendering the main comp, can the filter on A access information held by the filter "C" in comp "B"?
    seems weird but what I'm after here is reusability. The filter on C will contain some information that A needs to render correctly. By placing the information in the nested comp "B", B can be reused anywhere in the project. Alternatively if I just did everything inside filter A, this meta information cannot be propagated across all uses of comp B across the project.
    phew. confused? I know I am.

    That's some scary stuff, but YES, plug-ins can access each others' data. See the Sweetie sample for how a plug-in can expose a function suite that other plug-ins can call. You'll also need a bunch of AEGP_EffectSuite calls to find other plug-in instances, and get at their params.
    I strongly recommend against doing this, however; think of the user!

  • Is it possible to access getRequestBean1 from a component in page fragment?

    Hi,
    Assume I have two pages, the first page has a button (say button1) among other components; the second page contains a page fragment which has a button (say button2) in it.
    In the button1 action, I set the value for a property (say X) which has request bean scope. When I click this button, the navigation will lead to the second page.
    I then tried to retrieve the value using getRequestBean1( ).getX() in the button2 action. To my disappointment, I found that getX( ) always return null.
    I know I may be able to overcome this by making X a session scope property, but I would be grateful if somebody could shed some light on this problem.
    Many thanks.
    Xiaoyan

    Your problem is not related to page fragments. It has to do with the lifetime of a request bean. Here is an excerpt from http://developers.sun.com/prodtech/javatools/jscreator/learning/tutorials/2/scopes.html
    Request scope begins when the user submits the page and ends when the response is fully rendered, whatever page that is.
    When you clicked the button on page 1 which submitted the page, the request bean was instantiated. When the response for page 2 was sent to the browser, the request bean's life ended. That is, it is no longer around after the page is displayed.
    One of the ways you can keep the value around for the subsequent submission is to add a hidden field to the page fragment.
    Bind the hidden field to the request bean's property. Then have something like this in the action method
    public String button2_action() {
    staticText1.setText( hiddenField1.getText());
    return null;
    You might want to read the above mention tutorial to learn more about scope and managed beans.

  • How do you access files from an external harddrive connected to TC through USB from iPad or windows computer?

    How do you access external hard drive data that is connected to TimeCapsule through USB from iPad or knows based computer?

    Filebrowser for the iPad does this very well.
    FileBrowser - Access files on remote computers for iPhone, iPod ...
    Cannot help on Windows, but another PC guy might be able to answer. Some possible clues here:
    http://support.apple.com/kb/HT1331

  • ORA-28150 when accessing data from a remote database

    Portal Version: Portal 3.0.9.8.0
    RDBMS Version: 8.1.6.3.0
    OS/Vers. Where Portal is Installed:: Solaris 2.6
    Error Number(s):: ORA-28150
    I have a problem with using a database link to access a table in
    a remote database. So long as the dblink uses explicit logins
    then everything works correctly. When the dblink does not have a
    username then I get the ORA-28150 message. The database link is
    always public. A synonym is created locally that points to a
    synonym in the remote database. I am using the same Oracle user
    in both databases. The Oracle portal lightweight user has this
    same Oracle user as its default schema. The contents of the
    remote table are always visible to sqlplus, both when the link
    has a username and when it doesn't have a username.
    All the databases involved are on the same version of Oracle.
    I'm not sure which Oracle login is being used to access the
    remote database, if my lightweight user has a database schema
    of 'xyz' then does portal use 'xyz' to access the remote
    database? I would be very grateful for any help or pointers that
    might help to solve this problem.
    James
    To further clarify this, both my local and remote databases
    schemas are owned by the same login.
    The remote table has a public synonym.
    The link is public but uses default rather than explicit logins.
    The local table has a public synonym that points to the remote
    synonym via the database link.
    If I change the link to have an explicit login then everything
    works correctly.
    I can view the data in the remote database with TOAD and with
    sqlplus even when the database link has default login rather
    than explicit login.
    This seems to point to Portal as being the culprit. Can anyone
    tell me whether default logins can be used across database links
    with portal?
    TIA
    James

    832019 wrote:
    One way to do this is by creating a database link and joining the two tables directly. But this option is ruled out. So please suggest me some way of doing this.Thus you MUST use two connection strings.
    Thus you are going to be either constructing some intricate SQL dynamically or you are going to be dragging a lot of data over the wire and doing an in memory search.
    Although realistically that is what the database link table would have done as well.
    Might be better to look at moving the table data from one database to the other. Depends on size of course.

  • Is it possible to send notes from an iTouch to a computer with the same email?

    I have several Notes on my iTouch I would like to send to myself so that I'll be able to access them on my computer, but will this work if the iTouch and computer (Mackbook Pro) both use the same Email accounts?
    Assistance is much appreciated.

    Just setup the iCloud on the Mac with the same iCloud ID. They will sync to the Mac's Notes app.
    If no iCloud on the the iPod (you need iOS 5 and later and that requires a 3G or later iPod) you will have to email them using an account accessible on the Mac

Maybe you are looking for

  • How to restrict number of row/lines in a table in RTF

    Hi, Im working on PO report. It has header information in the header part of RTF. But coming to the lines , I put that under a different group in the table in the body part of the RTF. I did a FOR loop for printing PO Lines because it does have multi

  • Change Company Cd-Chart Of Accounts

    hi, We have a situation like this. There are two company codes, 1000 and 2000. Company Code 1000 use company code currency LKR and company code 2000 use the company code currency USD. But we want to use same operational chart of accounts. Would this

  • Maximizing JFrame on Linux OS

    This is the same topic as in this thread http://forum.java.sun.com/thread.jspa?threadID=734904&tstart=0 thanks

  • IBM AIX5L Maintenance Release allowable for 9.2.0.7

    Does anyone know if we can install Oracle 9.2.0.7 on an IBM pSeries with aix 5300-04-02? Are the ptfs the same as Metalink note 282036.1 for 5300-03?

  • Interaction with different interfaces

    Hi, I m using two ethernet interface (iprb0 & iprb1) in Solaris 10, i want to interact with both from my same application program, but i don't know that how i can open both of them as the driver file (iprb) is same for both interfaces, so i can assur