Difference between revisions of "Component"

From Flowcode Help
Jump to navigationJump to search
Line 10: Line 10:
  
 
A component can sit on the System Panel or the Dashboard Panel.
 
A component can sit on the System Panel or the Dashboard Panel.
The System Panel allows a three-dimensional view, whereas the Dashboard Panel is two-dimensional, and is usually used to hold input devices such as switches, so that they are always accessible, even when the component is rotated in the System Panel.
+
[[File:two_panels.jpg|thumb|400px|center|]]
 +
The System Panel allows a three-dimensional view, whereas the Dashboard Panel is 'top-down' view, and is usually used to hold input devices such as switches, so that they are always accessible, even when the component is rotated in the System Panel.
  
 
Electronic devices are located in the Components toolbox. It is divided into sections such as ‘Inputs’, ‘Outputs’, ‘St
 
Electronic devices are located in the Components toolbox. It is divided into sections such as ‘Inputs’, ‘Outputs’, ‘St

Revision as of 18:58, 14 May 2013

A component is a device which is controlled by a Flowcode program. It can consist of two parts:

  • a physical part;
  • attached electronic devices.
Error creating thumbnail: sh: /usr/bin/convert: No such file or directory Error code: 127


Overview

A component can sit on the System Panel or the Dashboard Panel.

Two panels.jpg

The System Panel allows a three-dimensional view, whereas the Dashboard Panel is 'top-down' view, and is usually used to hold input devices such as switches, so that they are always accessible, even when the component is rotated in the System Panel.

Electronic devices are located in the Components toolbox. It is divided into sections such as ‘Inputs’, ‘Outputs’, ‘St

To load a device:

  • locate the device that you need;
  • move the cursor over it - a down-arrow appears;
  • this allows you to add the device to either the System Panel or the Dashboard Panel. Click on the one you want.

Next, you need to configure its properties, such as appearance, position and electrical connections, using the Properties Panel.

To load a physical element:

  • ‘click and drag’ with the mouse.

Once the element is added, its properties, such as size, position, colour, shadow etc. can be configured using the Properties Panel.


Exercises