Contents Menu Expand Light mode Dark mode Auto light/dark mode
CDB Interfaces 2026
Logo
CDB Interfaces 2026
  • About manual
  • About CDB
    • Structure
    • CDB description (CDBase Help)
    • Special properties of CDB
    • Access to the data
    • System requirements
    • Required license and DLLs
    • Main functions
      • Connect to CDB
      • Get data from CDB
      • Key (KWH, KWL)
  • Visual Basic for Applications - VBA
    • Configure the Excel workbook
    • Examples
      • Connect to CDB
      • Read the node properties
      • Decode and encode the data
      • Single span girder
  • Python
    • Configure the project
    • Examples
      • Connect to CDB
      • Read the node properties
      • Decode and encode the data
      • Single span girder
      • Decode text from CDB
  • C++
    • Configure project
    • Examples
      • Connect to CDB
      • Read the node properties
      • Single span girder
      • Decode text from CDB
  • C#
    • Set up DLL functions
    • Set up the Environment [PATH]
    • Examples
      • C#: Connect to CDB
      • C#: Read the node properties
      • C#: Decode and Encode the data
      • C#: Single Span Girder
  • Fortran
    • Configure the Project
    • Examples
      • Connect to CDB
      • Read the node properties
      • Single span girder
  • Visual Basic .NET
    • Configure Project
    • Examples
      • Connect to CDB
      • Read the node properties
      • Single span girder
  • CADINP language
    • @CDB
    • @KEY
    • @NAME
    • @KEY Nr.
    • @NR
    • @CDB_IER
    • #CDB_LEN
    • LIT()
    • LET# and STO#
    • PRT#
    • DBG#
    • LOOP
    • IF
    • TXA and TXB
    • Formated output of CADINP-variables
  • Changelogs
Versions
Back to top

CADINP language#

PROG TEMPLATE#

PROG TEMPLATE should be used inside CADINP input sequence and does not process any analysis. It is designed to create user defined input masks.

  • @CDB
  • @KEY
  • @NAME
  • @KEY Nr.
  • @NR
  • @CDB_IER
  • #CDB_LEN
  • LIT()
  • LET# and STO#
  • PRT#
  • DBG#
  • LOOP
  • IF
  • TXA and TXB
  • Formated output of CADINP-variables

Examples#

The examples regarding CADINP access to CDB can be found by following:

C:\<sofistik_installation>\2026\SOFiSTiK 2026\interfaces\examples\cadinp
Next
@CDB
Previous
Single span girder
Copyright © 2025 SOFiSTiK AG | Disclaimer | Data protection declaration
Made with Furo
On this page
  • CADINP language
    • PROG TEMPLATE
    • Examples