Difference between revisions of "WCPS v3.0"

From Cyber-Physical Systems Laboratory
Jump to navigationJump to search
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== Introduction ==
 
== Introduction ==
WCPS v3.0 aims at simulating wireless networked control system. [[File:WNCS.png|500px|thumb|Figure 1. Wireless Networked Control System]]
+
WCPS v3.0 aims at simulating wireless networked control system. Meanwhile, WCPS v3.0 includes a Dockerized version of WCPS, which is easy to install and run simulation. [[File:WNCS.png|500px|thumb|Figure 1. Wireless Networked Control System]]  
Figure.1 shows the architecture of WCPS v3.0. TOSSIM simulates the end-to-end wireless communication of the wireless sensor network. All other parts including plant model, Kalman filter, model predictive controller and actuation buffer are established using Matlab/Simulink.
+
Figure.1 shows the architecture of WCPS v3.0. Measurements by sensors are sent to controller via of wireless sensor network. Controller generates control inputs and sends control commands to actuators through downstream of wireless sensor network. TOSSIM simulates the end-to-end wireless communication of the wireless sensor network. All other parts including plant model, Kalman filter, model predictive controller and actuation buffer are established using Matlab/Simulink. Performances and implementation details about the wireless control system is discussed in this [http://www.cse.wustl.edu/~lu/papers/iccps16.pdf  ICCPS16 paper.]
 +
 
 +
== Environment Installation ==
 +
A wireless networked linear control system simulation tool is released as an example of WCPS v3.0.
 +
 
 +
*Install WCPS v3.0 on Mac. [[Run_WCPS_On_Mac_Guide]]
 +
*Run WCPS v3.0 using Docker Container.  [[Run_WCPS_In_Docker_Container_Guide]]

Latest revision as of 22:21, 30 August 2016

Introduction

WCPS v3.0 aims at simulating wireless networked control system. Meanwhile, WCPS v3.0 includes a Dockerized version of WCPS, which is easy to install and run simulation.

Figure 1. Wireless Networked Control System

Figure.1 shows the architecture of WCPS v3.0. Measurements by sensors are sent to controller via of wireless sensor network. Controller generates control inputs and sends control commands to actuators through downstream of wireless sensor network. TOSSIM simulates the end-to-end wireless communication of the wireless sensor network. All other parts including plant model, Kalman filter, model predictive controller and actuation buffer are established using Matlab/Simulink. Performances and implementation details about the wireless control system is discussed in this ICCPS16 paper.

Environment Installation

A wireless networked linear control system simulation tool is released as an example of WCPS v3.0.