From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Motion Control and Motor Drives

cancel
Showing results for 
Search instead for 
Did you mean: 

Direct Serial Port Access to PXI-7334?

Hello,

 

I need to interface our data acquisition software with a NI PXI-7334 controller.  I see that I can use the NI-Motion library under Windows to interface with the controller.  I have two questions (I couldn't find the answers by searching the NI web site):

 

1) Since we also support Linux, is there an alternative for this?

 

2) Is there any documentation for direct serial port control (the application would send commands directly to the controller via the serial port and not use the NI-Motion library)?

 

Thanks,

 

Greg

0 Kudos
Message 1 of 4
(3,537 Views)

Greg,

 

  1. NI-Motion is not available for Linux. The only option that we can offer here is the NI-Motion DDK, which provides register level support for the 73xx boards. As these boards don't require DMA bus mastering and interrupts using the DDK shouldn't be too hard. Still, please be aware of the fact, that there is no support available through phone or email for the DDK. If you plan to use these boards as an OEM-product, please contact your local NI sales representative for further options.
  2. There is no serial port on the 7334, so I don't think, that this is feasible or do you plan to run the PXI system in an real-time environment and send serial commands to the PX controller from a remote PC? Please provide more details.

Thanks and kind regards,

Jochen Klier

National Instruments

 

 

0 Kudos
Message 2 of 4
(3,530 Views)

Jochen,

 

If I understand our customer correctly, they are planning on using the PXI bus - it looks like a serial port module is an option for that configuration.

 

Thanks for the quick reply - that's what I was trying to find.

 

Sincerely,

 

Greg

0 Kudos
Message 3 of 4
(3,523 Views)

Greg,

 

if you use a PXI system with embedded controller, a serial port as well as an ethernet port are standard, so you could use the PXI-system as a standalone controller that accepts commands from external devices through these interfaces. Other interfaces like CAN, Profibus or other busses are available, too. In this scenario you would have to implement a command interpreter that translates from the external commands to NI-Motion functions.

 

Please let me know, if you need more detailed information. In this case, please provide a better overview about the system architecture.

 

Thanks,

Jochen

0 Kudos
Message 4 of 4
(3,518 Views)