キャンセル
次の結果を表示 
次の代わりに検索 
もしかして: 

LabVIEW Linux Real Time target ethernet

Greetings,

 

I am working on a college project which requires me to build an HIL. LabVIEW Linux Real Time would be a viable option for the real time simulation requirement. I am going to design my own output device that connects to the DUT [Device Under Test] through an FPGA. The communication link from my simulation to the FPGA would be ethernet. 

This would have me requiring having two ethernet connection, one from host pc to real time target and from real time target to the FPGA. 

 

My question is, how would I setup the simulation model, so that the simulation results gets transferred to the FPGA?

 

Kind regards,

 

Diede

0 件の賞賛
メッセージ1/3
1,045件の閲覧回数

What specific model of real-time target and FPGA target do you have?

-------------------------------------------------------
Applications Engineer | TME Systems
https://tmesystems.net/
-------------------------------------------------------
https://github.com/ZhiYang-Ong
0 件の賞賛
メッセージ2/3
1,005件の閲覧回数

Hello, Diede.

 

     I'm a little confused by your question.  An FPGA is a chip (a Field-Programmable Gate Array, to be precise).  It is often found "inside" other devices made for Real-Time applications (like NI's cRIOs and the myRIO) that run Real-Time Operating systems and communicate with Host computers (that have much more memory and "human-interacting Devices" such as displays, keyboards, and mice) using TCP/IP.

 

     You could easily create your HIL system using a cRIO, running LabVIEW Real-Time, and interacting with its FPGA to give you the speed for HIL processing of the cRIO's hardware-connected-to-the-DUT and communicating with the Host PC using TCP/IP between Host and (RIO) Target.  You'd want some form of fast connection between Host and Target, usually TCP/IP, but this not necessarily need to be an Ethernet port -- WIFI or TCP/IP via USB (both of which the myRIO provides) are also possibilities.

 

Bob Schor

0 件の賞賛
メッセージ3/3
971件の閲覧回数