VIPLE

From HandWiki
VIPLE: Visual IoT/Robotics Programming Language Environment
ParadigmService Oriented, Visual Programming, Workflow application
Designed byArizona State University
First appeared2014; 10 years ago (2014)
Influenced by
Microsoft Visual Programming Language

ASU VIPLE is a Visual IoT/Robotics Programming Language Environment developed at Arizona State University.[1]

ASU VIPLE is an educational platform designed with a focus on computational thinking, namely on learning how algorithms work without focusing on syntactic complexities. To this end, VIPLE is designed to facilitate the programming of applications that make use of robotics and other IoT devices.[2]

History

Visual and graphical programming languages have been used as tools to teach computer science concepts and computational thinking. A number of visual programming environments have been developed and applied. MIT App Inventor for Android uses drag-and-drop style puzzles to construct phone applications [3] University of Virginia and Carnegie Mellon's Alice is a 3D game and movie development environment.[4] It uses a drop-down list for users to select the available functions in a step-wise manner. App Inventor and Alice allow novice programmers to develop complex applications using visual composition at the workflow level. LEGO EV3 software allows simple robotics programming through puzzle blocks on rails. It has been applied in junior high and middle school levels. Microsoft Robotics Developer Studio (MRDS) Visual Programming Language (VPL) are specifically developed for robotics applications, which is a milestone in software engineering, robotics, and computer science education from many aspects. Microsoft MRDS VPL is service-oriented; it is visual and workflow-based; it is event-driven; it supports parallel computing; and it has been widely used in middle schools, high schools, and colleges an educational tool that is simple to learn and yet powerful and expressive. Unfortunately, Microsoft stopped its development and support for MRDS and VPL in 2014. VIPLE (Visual IoT/Robotics Programming Language Environment) is developed to support MRDS VPL community. VIPLE is developed based on the concept of Robot as a Service. VIPLE has been used in many schools and universities around the world. A textbook has been published by Machine Press China: Introduction to Computer Science with Robotics Experiment, Machine Press, 2013.[5] ASU summer robotics camps are taught using VIPLE every summer.[6] ASU class FSE100 uses VIPLE as the programming language.[7] Under the HEEAP and BUILD-IT programs, over 90 faculty and 20 students in Vietnam were trained in December 2016 to use VIPLE to teach introduction to engineering using robotics programming.[8] ASU VIPLE has been applied in numerous student projects and was reported in different news reports: "Robot programming made easy"[9] and "ASU team won first prize at Intel Cup in China".[10]

Features and philosophy

ASU VIPLE uses the same computing model as Microsoft VPL. The program is running on a Windows computer, a desktop, a laptop, or a tablet. The computer sends commands to control the robot actuators (motors) and receives the sensory data and motor feedback from the robot. The data between the computer and the robot is encoded in a JSON object which is in plain text format. It supports Wi-Fi, Bluetooth and USB connections between the main computer and the robot. ASU VIPLE is based on Robot as a Service concepts and uses standard interface to communicate with different IoT and robotics platforms. It supports EV3 and any self-developed robots. ASU developed different robots based on Intel architecture, the Linux operating system, and the Windows operating system.[1] Two VIPLE simulators are developed, which can be used as a step in the development process before using physical robots, as well as alternatives when physical robots are not available. The simulators support all the functionalities of the physical robots. One simulator is developed using Unity 3D game engine, which provides realistic and real-time behaviors of robots, and the other simulator is developed using HTML 5 and JavaScript, which runs in any Web browser. VIPLE is a programming language that supports the following paradigms: - General-purpose control flow programming (imperative) - Service-oriented computing, supporting RESTful and WSDL services - Parallel / multithreading programming, with underlying threads safety - Event-driven programming, with built-in and custom events - Workflow and visual programming - IoT and Robotics programming

"Hello world" Example

ASU VIPLE is similar to Microsoft VPL not only in concepts but also in programming. The intention is to have Microsoft VPL programmers use ASU VIPLE with little learning. Examples of basic programming in ASU VIPLE. Start with the Hello World program. Figure 2.2 shows the two versions of code using VPL and ASU VIPLE. The two diagrams look the same. However, ASU VIPLE has simplified a couple of steps: it automatically changes the type to String after a string is entered, and the default null value step in Microsoft VPL is eliminated.[11]

Libraries

Implementations

VIPLE is implemented and operational since 2015. The software maintained and updated in monthly basis. The software is free and the latest version can be downloaded from Arizona State University Site.

See also

References

  1. 1.0 1.1 "ASU VIPLE". http://neptune.fulton.ad.asu.edu/VIPLE/. 
  2. Chen, Yinong; De Luca, Gennaro (2016). "VIPLE: Visual IoT/Robotics Programming Language Environment for Computer Science Education". IEEE International Parallel and Distributed Processing Symposium Workshops (IPDPSW): 963–971. doi:10.1109/IPDPSW.2016.55. ISBN 978-1-5090-3682-0. 
  3. Kamriani, Felicia; Roy, Krishnendu (2016). App Inventor 2 Essentials. Packt Publishing. http://dl.acm.org/citation.cfm?id=3033152. 
  4. Adams, Joel (2014). Alice 3 in Action: Computing Through Animation. Delmar Learning. http://dl.acm.org/citation.cfm?id=2636619. 
  5. "Intro to CSE with Robotic Labs". http://neptune.fulton.ad.asu.edu/Robotics/Book2013/index.html. 
  6. "ASU Robotics Camp". http://neptune.fulton.ad.asu.edu/roboticscamp/. 
  7. "FSE100". http://www.public.asu.edu/~ychen10/teaching/fse100/. 
  8. "Robotics workshop kicks off use of distance learning classrooms - HEEAP website". https://heeap.org/news/robotics-workshop-kicks-use-distance-learning-classrooms. 
  9. "Robot programming made easy, thanks to ASU". 12 August 2016. https://asunow.asu.edu/20160815-creativity-robot-programming-made-easy-thanks-asu. 
  10. "ASU team wins first prize at Intel Cup in China - Full Circle". 9 August 2016. https://fullcircle.asu.edu/students/asu-team-wins-first-prize-intel-cup-china/. 
  11. Chen, Yinong; Gennaro, De Luca. "IoT and Robotics Problem Solving in Visual Programming Laboratory Manual". Arizona State University. http://neptune.fulton.ad.asu.edu/VIPLE/IntroductionVIPLE.pdf. 

Further reading

  • Service-Oriented Computing and Web Software Integration, 5th edition, Kendall Hunt Publishing, 2015
  • Introduction to Computer Science Using Robotics Experiments, Machine Press China, 2013
  • VIPLE Tutorial: Visual IoT/Robotics Programming Language Environment, GitBook
  • "VIPLE: Visual IoT/Robotics Programming Language Environment for Computer Science Education" , IPDPS Workshops 2016: 963-971 PDF and Presentation PPT
  • "Analyzing and visual programming internet of things and autonomous decentralized systems" , Simulation Modelling Practice and Theory, Volume 65, June 2016, pp. 1–10
  • "Visual IoT/Robotics Programming Language in Pi-Calculus" , The 13th International Symposium on Autonomous Decentralized Systems, Thailand, March 2017.
  • "Improving Multithreaded Performance Algorithmically in VIPLE" , The 13th International Symposium on Autonomous Decentralized Systems, Thailand, March 2017.
  • IOT App Development Companies 2018