mwlx server, How to build up middleware on linux and to communicate Ep-iLogic Viewer/CAD V1.2
The programming, you have with [CAD/Viewer] to made it easily
This post will describe the procedure of install and setup, when it is completed, it could communicate with EpiLogic Viewer/CAD V1.2, please follow those procedure below bring up you programming have CAD/Viewer made your progress easily when closed loops and monitor status design.
This server is UDP protocol and Port:6000. To get your PC IP:
#ifconfig | grep inet | awk -F ‘ ‘ ‘{print $2}’ | awk -F ‘:’ ‘{print $2}’
Please download mwlx-0.1 from dca.epoffice.org
#wget https://dca.epoffice.org/mwlx-0.1.tar.gz
Please un-tar file go onto compile
#tar zxvf ./mwlx-0.1.tar.gz
#cd mwlx/src
#make
After compile ok, execute the program to start middleware server …
#cd ../bin
#./mwlx >> mwlx.log &
Now you can use EpiLogic CAD/Viewer to communication this mwlx middleware…
Download EpiLogic CAD/Viewer, please link to https://dca.epoffice.org/wordpress/
Please reference this article to control VirtualDevice(middleware)
EpiLogic Software Operation describe below:
[Get Device Info]
1. MS Start –> epOffice -> Standard Edition –> iLogic CAD
2. News File –> Select Module (EP-100) and Save First
3. MenuItem,Communication Port… –> Switch (UDP) –> UDP Host:(your server IP) Port:6000
4. Click [Device Open]
5. Click [Get Device info] …. Waiting the completed OK.
[Create New Project]
1 New project file to select module (Du_Blance_Car) from mwlx
2. Build your diagrams for this project.
[Download & Update ]
1. Load Example Project: Prj_Du_Balance_Car.ilg
2. Click MenuItem,Download… , [Do you want to build Binary_Code ?] Yes
3. Configure and Update/Download –> Reset OK –> Configured Update
4. Waiting Update OK !! Waiting Finished Message
5. Finish
[Monitor Status]
1. When Download & Update are completed, you can start and go into Monitor status of middleware.
2. Click [Start Monitoring]
[Contact]
Ivan Perng mailto://ivan10232006@gmail.com
Enjoy it …
Comments
Post a Comment