Getting Started with GearMaster Visual
What is GearMaster Visual?
GearMaster Visual is a node-based visual programming system that allows you to create and execute workflows using a canvas-based interface. Instead of writing code, you can visually connect nodes to define computational workflows.
Key Concepts
- Canvas: The main workspace where you create your workflows
- Nodes: Individual processing units that perform specific tasks
- Connections: Links between nodes that define data flow
- Pins: Input and output points on nodes for data connection
- Execution: Running the workflow to process data
The Interface
The main interface consists of:
- Menu Bar: Access to file operations and settings
- Toolbar: Quick access to common tools (add nodes, execute, etc.)
- Canvas Area: The main workspace for your workflows
- Node Library: Available nodes you can add to the canvas
- Properties Panel: Configure selected nodes and connections
Tip: Before you start, make sure GearMaster Visual has been properly installed. See the "Installation & Setup" section if you need help.
Your First Workflow
To create your first workflow, follow these steps:
- Open GearMaster Visual
- Create a new project from the File menu
- Add a node from the Node Library
- Connect it to another node using pins
- Run the workflow to see results
For detailed instructions on each step, continue reading the other sections in this help guide.