The MetaSoft® Studio manual is the primary reference for operating the cardiopulmonary exercise testing (CPET) software developed by CORTEX Biophysik GmbH . It provides a step-by-step guide for integrating devices, managing test routines, and analyzing spiroergometric data. Core Manual Sections User Manual : Describes the software structure, device integration, and provides a step-by-step guide for general handling. Hardware Manual : Covers the physical handling and safety instructions for specific devices like the MetaMax® 3B or MetaLyzer®. Calibration Manual : A dedicated guide for the calibration process to ensure measurement accuracy. Installation Manual : Details the system requirements and steps for installing or updating the software. Key Software Capabilities Workflow-Based Testing : Supports automated clinical routines or manual university teaching steps. Device Control : Manages peripheral systems including ergometers, heart rate monitors, and blood pressure devices. Performance Assessment : Features specialized tools like the Exercise Scheduler and Performance Assessment for sports medicine. Data Synchronization : Synchronizes spiroergometric data with ECG data for comprehensive analysis. Tutorials & Support You can find video tutorials for specific manual tasks on the CORTEX YouTube channel , including: Device Calibration Device Configuration Flow Sensor Calibration Resting Metabolic Rate (RMR) Evaluation Official manuals are typically provided upon product purchase or through authorized partners like Cranlea Human Performance and BMedical . Calibration Manual - Cranlea Human Performance
The Complete Metasoft Studio Manual: From Installation to Advanced Deployment Introduction In the competitive landscape of low-code development platforms and enterprise application builders, Metasoft Studio has carved out a distinct niche. Known for its hybrid approach—bridging visual drag-and-drop design with deep code access—Metasoft Studio is a powerful tool for building data-centric web applications, mobile interfaces, and enterprise dashboards. However, its flexibility can be overwhelming for first-time users. This Metasoft Studio Manual serves as your definitive guide. Whether you are an IT manager deploying the suite or a citizen developer building your first form, this document will walk you through architecture, setup, design principles, debugging, and production deployment.
Chapter 1: Understanding the Metasoft Studio Ecosystem Before diving into menus and toolbars, it is essential to understand what Metasoft Studio is—and what it is not. Unlike purely code-based IDEs (like Visual Studio Code) or rigid no-code platforms (like Airtable), Metasoft Studio operates on a Model-View-Controller (MVC) architecture specifically optimized for relational data. Core Components
The Studio Client: The desktop or web-based design interface where you build applications. Metasoft Runtime Engine: The server-side component that executes your applications. Repository Database: A dedicated SQL database (SQL Server, PostgreSQL, or Oracle) storing all application metadata—forms, reports, business rules, and security settings. Deployment Agent: A utility that packages and moves applications from development to staging to production. metasoft studio manual
From the Manual: "Always install the Repository Database on a dedicated instance. Do not use your application’s transactional database for metadata storage."
Chapter 2: Installation and System Requirements Using the Metasoft Studio Manual as your blueprint, follow these steps for a successful installation. Hardware Minimums (for Studio Client & Server)
CPU: 4 cores @ 2.5 GHz (Intel Xeon or AMD EPYC recommended) RAM: 16 GB for Studio Client; 32 GB for Runtime Server Storage: 50 GB SSD for logs + temp files; 100 GB for Repository Database The MetaSoft® Studio manual is the primary reference
Step-by-Step Installation
Run the Metasoft Installer: Launch Metasoft_Studio_Setup_v12.exe with administrator privileges. Choose Installation Type:
Developer Workstation: Installs Studio Client + Local Runtime on a single machine. Server Deployment: Installs only Runtime Engine + Deployment Agent (headless). Hardware Manual : Covers the physical handling and
Database Connection Wizard: Input your SQL Server credentials. The installer will create the METASOFT_REPO database. License Activation: Enter the license key provided by Metasoft. For trial mode, select "30-Day Enterprise Trial." Verification: After installation, open the Studio Client . You should see the "Metasoft Launchpad" with zero errors.
Troubleshooting Tip: If the repository connection fails, ensure TCP/IP is enabled for your SQL instance and port 1433 is open in your firewall.