VPL Patterns – Multi-Action Activity

Slides:



Advertisements
Similar presentations
Information Systems Technology Ross Malaga B Copyright © 2005 Prentice Hall, Inc. B-1 WORKING WITH DATABASES.
Advertisements

Introduction to Computers Section 6A. home The Operating System (OS) The operating system (OS) is software that controls the interaction between hardware.
Select New Project from Project menu to create a new project File.
Input & Output Machines
Using Visio for Network Diagrams. Visio The basic idea is that Visio provides connectable devices. Everything else flows from that concept.
Course Orientation Assignments Tool. If the Assignments tool has been added to the course, use the Assignments link in the Course Menu to access upcoming.
THOAN. THOAN Think of a number… THOAN Multiply it by 3.
Introduction to LabVIEW Seth Price Department of Chemical Engineering New Mexico Tech Rev. 10/5/14.
Rapid Miner Session CIS 600 Analytical Data Mining,EECS, SU Three steps for use  Assign the dataset file first  Select functionality  Execute.
© 2008 The McGraw-Hill Companies, Inc. All rights reserved. WORD 2007 M I C R O S O F T ® THE PROFESSIONAL APPROACH S E R I E S Lesson 22 Macros.
MagicInfo Pro Scheduler Now that a template has been created from content imported into the Library, the user is ready to begin scheduling content to.
What should I do first Young Joon Kim MSRDS First Beginner Course - STEP1.
HelloApps.com What should I do first Young Joon Kim MSRDS First Beginner Course - STEP1.
Copyright © 2010 Wolters Kluwer Health | Lippincott Williams & Wilkins Introduction to Windows Chapter 2.
Execute Workflow. Home page To execute a workflow navigate to My Workflows Page.
Course ILT Excel basics Unit objectives Start Excel; open, save, and create new workbooks; work with multiple workbooks; get help; and close a workbook.
Elegant avoiding of obstacle Young Joon Kim MSRDS First Beginner Course – STEP5.
VPL basic – data and variables Young Joon Kim MSRDS First Beginner Course – STEP6.
Using Microsoft Visual Studio 2005 Original by Suma Rao Revised by John G. McMahon ( 9/6/2008 )
1 After completing this lesson, you will be able to: Create and run a query. Specify criteria in a query. Create a calculated field. Create a multiple-table.
CSE/CIS 787 Analytical Data Mining, Dept. of EECS, SU Three steps for use  Assign the dataset file first  Assign the analysis type you want.
More PowerPoint. Re-using your slides You can re-use your slides in different presentation. Choose Insert, Slides from Files Browse to locate the presentation.
Crystal Reports with MDS  Topics  Crystal Reports  Sales Analysis Reports  Export Crystal Report to different formats  Modify and Save New Reports.
First glance of robotics course (VPL) Young Joon Kim MSRDS First Beginner Course – STEP3.
I’m Thinking of a Number
Creating HEX files for the 6502 Using the ADX-65 Cross Assembler.
My first robot programming - Simple “Go” Young Joon Kim MSRDS First Beginner Course – STEP4.
Learning about Inverse Operations. What is the inverse of Opening the door? Turning Right? Driving Forward? The inverse undoes the original function.
SPL basic – Build Simulation Environment Young Joon Kim SPL First Beginner Course – 03.
Rapid Miner Session CIS 787 Data Mining,EECS, SU Three steps for use  Assign the dataset file first  Assign the analysis type you want  Execute.
Solving 2 step equations. Two step equations have addition or subtraction and multiply or divide 3x + 1 = 10 3x + 1 = 10 4y + 2 = 10 4y + 2 = 10 2b +
Start Anaglyph Programming Young Joon Kim Stereoscopic & Anaglyph Course.
DEVRY CIS 170 C I L AB 2 OF 7 D ECISIONS Check this A+ tutorial guideline at decisions For.
Jeopardy Solving Equations
VAB™ for INFINITY Tutorial
Maths in SmallBasic Learning Objectives
Customizing the Quick Access Toolbar in Microsoft Office
2-3: Solving Multi-Step Equations
3.01 Apply Controls Associated With Visual Studio Form
3.01 Apply Controls Associated With Visual Studio Form
Microsoft Windows XP Inside Out Second Edition
What should I do first MSRDS First Beginner Course - STEP1
Three steps for use Sample Datasets Assign the dataset file first
Chapter 1 Editing a Photo
IQCare Tab Mapping Tool
مسابقة المدرسين المجددين
Chapter 5 SubVIs.
Using AMOS With SPSS Files.
Basic Sensors – Laser Distance Sensor
Point Question Point Question Point Question Point Question
Visual programming Chapter 2: Events and Event Handling
Young Joon Kim SPL basic – Quick Start SPL First Beginner Course – 01 Young Joon Kim
An intro to programming concepts with Scratch
Divide the number in C by 10.
My first robot programming - Simple “GoTo”
VPL Patterns – Loop Pattern using Notification
Young Joon Kim SPL basic – Quick Start SPL First Beginner Course – 01 Young Joon Kim
SPL Programming – While Loop Pattern
First glance of robotics course (SPL)
Basic Lessons 5 & 6 Mr. Kalmes.
My first robot programming - Simple “Go”
Writing Equations from Tables
More to Learn Creating a shortcut
Creating a simple query in the Design View
Pose Sensors – Detect Orientation
Basic Sensors – RFID Sensor
An Introduction to Designing and Executing Workflows with Taverna
My first robot programming - Simple “GoTo”
My first robot programming - Simple “GoFor”
Number Machine.
Presentation transcript:

VPL Patterns – Multi-Action Activity VPL Beginner Course – 03 Young Joon Kim http://www.helloapps.com

Topics Multi-Action Activity Create User’s choice UI Add Multi-Actions on the Activity Add diagram for each action Connect UI and Multi-Actions

Multi-Action Activity Multi-Action Activity supports multi-diagrams

Scenario for target sample Build simple calculator supporting 4 operations Input user’s choice (“Add”, “Subtract”, “Multiply”, “Devide”) Define two values MyCalculator Add action Display result Subtract action Multiply action Divide action

Create User’s choice UI

Create user’s choice UI Click “Add Diagram” submenu under the File menu

Create user’s choice UI Add “Data” activity and “HelloApps (Util) Button Dialog” service

Create user’s choice UI Set “Data” Connect “Data” and “ButtonDialog”

Create user’s choice UI Set “Connections” and “Data Connections”

Create user’s choice UI Connected result

Create user’s choice UI Add “Data” and “ButtonDialog” as follows

Create user’s choice UI Set second “Data” activity as below

Create user’s choice UI Select “AddButtonVertical”

Create user’s choice UI Connected result

Create user’s choice UI Repeat for the “Multiply” and “Divide”

Create user’s choice UI Completed UI diagram

Create user’s choice UI Save and run a diagram

Add Multi-Actions on the “Activity”

Add Multi-Actions on the Activity Add “ButtonDialog” and “Activity”

Add Multi-Actions on the Activity Double-click “Activity” Double click

Add Multi-Actions on the Activity Click “Actions and Notifications” icon Click

Add Multi-Actions on the Activity Change default name “Action” as “Add” Change name

Add Multi-Actions on the Activity Add input value “a” having “double” type

Add Multi-Actions on the Activity Add second input value “b” and output value

Add Multi-Actions on the Activity Add second action “Subtract”

Add Multi-Actions on the Activity Add input values and output value having “double” type

Add Multi-Actions on the Activity Add third action “Multiply” and add input/output values

Add Multi-Actions on the Activity Add fourth action “Divide” and input/output values

Add Multi-Actions on the Activity Click “Diagram” Click “Activity” and change its name to “MyCalculator”

Add Multi-Actions on the Activity

Add diagram for each action

Add diagram for each action Double-click “MyCalculator” Double click

Add diagram for each action Select “Add” action Click

Add diagram for each action Add “Calculate” activity and connect from input point

Add diagram for each action Set “Calculate” as follows and connect to result point

Add diagram for each action Select “Subtract” action Add “Calculate” and connect

Add diagram for each action Select “Multiply” action Add “Calculate” and connect

Add diagram for each action Select “Divide” action Add “Calculate” and connect

Connect UI and Multi-Actions

Connect UI and Multi-Actions Add “Data”, “Join”, and “If” activities as follows

Connect UI and Multi-Actions Set two “Data” activities as follows (“double” type)

Connect UI and Multi-Actions Click “Join” activity Click “Add” button on the right side to add a third item

Connect UI and Multi-Actions Change the name of “Join” item

Connect UI and Multi-Actions Connect the notification point of “ButtonDialog” to the two “Data”

Connect UI and Multi-Actions Choose “NotifyButtonClicked” from the list

Connect UI and Multi-Actions Connect the notification point of “ButtonDialog” to the two “Data”

Connect UI and Multi-Actions Connect “Data” and “Join”

Connect UI and Multi-Actions Connect “Join” and “If” Set “If” as follows

Connect UI and Multi-Actions Add three “MyCalculator” by Copying & Pasting Copy & Paste Copy & Paste Copy & Paste

Connect UI and Multi-Actions Connect first “If” condition to the first “MyCalculator”

Connect UI and Multi-Actions Choose “Add” action Assign “a” and “b” for target

Connect UI and Multi-Actions Connect the other “If” conditions

Connect UI and Multi-Actions Connected result

Connect UI and Multi-Actions Add “Merge” and “SimpleDialog” as follows

Connect UI and Multi-Actions Connect “MyCalculator” and “Merge” Connect “Merge” and “SimpleDialog”

Connect UI and Multi-Actions Choose “AlertDialog” Choose “result”

Connect UI and Multi-Actions Completed diagram

Connect UI and Multi-Actions Executed results