RLS Studios
ProjectsPatreonCommunityDocsAbout
Join Patreon
BeamNG Modding Docs

Guides

Reference

Debug DrawingGPU Mesh StructsImGui FFIMath Structs (FFI)FFI C DefinitionsPID ControllersCSV LibraryDelay LineDequeDevelopment UtilitiesEvent ReferenceExtension SystemSignal FiltersGraph PathfindingUI BridgeInput Filter Constants2D Bilinear InterpolationIntrospectionJBeam Pretty PrinterJSON AST ParserSJSON ParserJSON Debug ParserJSON Pretty PrinterK-D Tree (2D Boxes)K-D Tree (3D)K-D Tree (3D)Lua SerializerC++/Lua BindingLua CoreLua ProfilerMath LibraryParticlesQuadtreeSettingsTCP ServerTimer SchedulerUtility Library
Co-Simulation Channel Namestech/ - Co-simulation & Technical Interface ModulesPCD Point Cloud FilesTCP Tech CommunicationTech Utilities

UI

Resources

BeamNG Game Engine Lua Cheat SheetGE Developer RecipesMCP Server Setup

// RLS.STUDIOS=true

Premium Mods for BeamNG.drive. Career systems, custom vehicles, and immersive gameplay experiences.

Index

HomeProjectsPatreon

Socials

DiscordPatreon (RLS)Patreon (Vehicles)

© 2026 RLS Studios. All rights reserved.

Modding since 2024

API Referencecommontech

Co-Simulation Channel Names

Module defined in `lua/common/tech/cosimulationNames.lua`. Defines canonical names, headers, and groupings for co-simulation data channels (vehicle sensors, inputs, outputs).

Module defined in lua/common/tech/cosimulationNames.lua. Defines canonical names, headers, and groupings for co-simulation data channels (vehicle sensors, inputs, outputs).


Exports

Variables

M.headers

  • Type: table
  • Description: Column header definitions for co-simulation data tables. Maps data channel categories to their header strings.

M.groups

  • Type: table
  • Description: Grouping definitions that organize data channels into logical categories (e.g., vehicle dynamics, powertrain, wheels).

M.names

  • Type: table
  • Description: Canonical name mappings for all co-simulation data fields. Maps internal identifiers to human-readable names.

Internal Notes

  • ~220 lines of static data definitions
  • Used by tech layer for consistent naming across co-simulation interfaces
  • No functions - purely declarative data module

See Also

  • tech/ - Co-simulation & Technical Interface Modules - Directory overview
  • pcdLib Reference - Related reference
  • techCommunication Reference - Related reference
  • techUtils Reference - Related reference
  • Common Libraries Overview - Guide

XLSX Tests

Module defined in `lua/common/libs/xlsxlib/tests/tests.lua`. Test cases for xlsxlib.

tech/ - Co-simulation & Technical Interface Modules

Core modules for BeamNG's tech layer - external tool integration, sensor data, and co-simulation communication.

On this page

ExportsVariablesM.headersM.groupsM.namesInternal NotesSee Also