Jump to content

NI XNET CAN Devlopement on RT Target


pravin

Recommended Posts

Hello All,

I am new to NI XNET and I have developed XNET CAN code on windows PC which works fine.

I want to develop same code on RT Target (PXI-RT)Can anybody tell me which are all steps/Process needs to follow to work on RT XNET?

Is anybody develop XNET CAN code on RT Target?

Is there any Link/topic available on internet which solve my problem?

 

Thanks in Advance.

Pravin

Link to comment

It's basically the same on both targets.  I've worked with XNet on PXI, and embedded cDAQ running the Linux RT OS and both work pretty well, with a few database functions not being supported.  The RT may have some more limited database functionality (like not allowing to import or export databases) but for the most part things just work the same.  These will return an error stating they aren't supported if this is the case.

One thing that might help make your development easier is to deploy the database to the RT target using the XNet Database Editor software.  From there go to File >> Manage Aliases, and here you can connect to a remote target (given an IP address) and then deploy a database from your host to your target.  I think you can also add a database if you have the XML file on the target and invoke the Add Alias function.  

After that just add your target in a LabVIEW project, connect to it, and  you should be able to run the VIs you already have written.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.