Difference between revisions of "Matlab to LabVIEW Communication"
From ESE497 Wiki
Jump to navigationJump to search(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
* Download [[media:LabVIEWMatlabComm.zip|LabVIEWMatlabComm.zip]] | * Download [[media:LabVIEWMatlabComm.zip|LabVIEWMatlabComm.zip]] | ||
* Launch LabVIEW program first, then run Matlab script so that the LabVIEW program is ready to listen before the Matlab script transmits | * Launch LabVIEW program first, then run Matlab script so that the LabVIEW program is ready to listen before the Matlab script transmits | ||
+ | * To communicate from Matlab to the Fanuc Robot, download: | ||
+ | ** [[media:MatlabLabVIEWFanucComm.zip|MatlabLabVIEWFanucComm.zip]] | ||
+ | ** [[media:FanucLabVIEW.zip|FanucLabVIEW.zip]] | ||
− | + | <!-- | |
Source for zip file at \\fs1\rem\Home\ESE497_UGradResearch\SP15\Wei | Source for zip file at \\fs1\rem\Home\ESE497_UGradResearch\SP15\Wei | ||
− | + | --> |
Latest revision as of 21:00, 30 January 2015
This example code sets up communication between a Matlab Application and a LabVIEW application running simultaneously. They do not necessarily have to be on the same computer.
- Based on this example
- Download LabVIEWMatlabComm.zip
- Launch LabVIEW program first, then run Matlab script so that the LabVIEW program is ready to listen before the Matlab script transmits
- To communicate from Matlab to the Fanuc Robot, download: