Scadao 发表于 2019-4-16 19:33:26

LabVIEW Raspberry Pi 软件安装环境指南

LabVIEW Raspberry Pi 软件安装环境指南

https://camo.githubusercontent.com/3d974586e3e67b7e0479e6627c94cdfa4242797f/687474703a2f2f6674702e71776176657379732e636f6d2f746d705f706963732f5270693030372e706e67

Scadao 发表于 2019-4-16 20:13:26

本帖最后由 Scadao 于 2019-4-16 20:15 编辑


[*]原文链接

[*]

[*]Download a Raspbian image

[*]LINX was developed using Raspbian Jessie.


[*]Unzip the Raspbian image.



[*]Download and Install Win32 Disk Imager.



[*]Use Win32 Disk Imager to load the Raspbian image onto an SD card.



[*]Insert the SD card into the Raspberry Pi.



[*]Connect ethernet to the Raspberry Pi



[*]Power on the Raspberry Pi.



[*]Note: The next step requires that the RPI has SSH enabled, however as of November 2016 Raspbian has SSH disabled by default. Manually enable SSH by following these instructions.


[*]Launch LabVIEW and open the Target Configuration Wizard from Tools»MakerHub»LINX»Target Configuration.



[*]Enter the Raspberry Pi's Hostname or IP and a username and password with root privileges and click connect.

[*]Default Hostname is 'raspberrypi'.

[*]Default Username is 'pi'

[*]Default Password is 'raspberry'



[*]Click the Install Software tab.



[*]Click Install.



[*]Review any warnings and complete the installation.

[*]

Scadao 发表于 2019-4-16 20:31:28


原文链接


[*]Open example finder by clicking Help»Find Examples.



[*]Search for LINX.



[*]Open LINX - Blink Advanced.



[*]Save a copy of the example to the desktop, name it Blink and close the original.



[*]Create a new empty LabVIEW project by clicking File»New»Empty Project.



[*]Choose to add the Blink VI to the project when prompted.



[*]Add a new LINX target to the project:

[*]Right click the top project item and choosing New»Targets and Devices.

[*]Expand the LINX folder to discover LINX devices on the network
or


[*]Choose New Target or Device, exapnd the LINX folder and select the appropriate target type. (Make sure to manually set the IP).




[*]Right click on the LINX target in the LabVIEW Project and choose Connect.



[*]Open the Blink VI.



[*]Switch to the Block Diagram.



[*]Change the LINX Open from Serial to Local I/O and remove and broken wires.



[*]Save and close the Blink VI.



[*]Move the Blink VI under the LINX target in the LabVIEW Project.



[*]Open the Blink VI.



[*]Update the Digital Output Channel to match the DO channel connected to the LED.



[*]Run the VI.




页: [1]
查看完整版本: LabVIEW Raspberry Pi 软件安装环境指南