EasyManua.ls Logo

Beckhoff CX2100-0904 User Manual

Beckhoff CX2100-0904
87 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #24 background imageLoading...
Page #24 background image
Product overview
2.7 Button
2.7.1 Operating principle of the button
The CX1100-0xx4 power supply units all have four navigation switches and an Enter button. The buttons can
therefore be used to input five basic states
Button Value Button Value
UP 4 RIGHT 32
DOWN 8 ENTER / SELECT 64
LEFT 16
Combined inputs, such as UP + RIGHT or UP + RIGHT + ENTER can also be entered. Each value is made
available separately as a boolean value and can be linked in the PLC.
The values of the button can be assessed as a numerical value via a TwinCAT function. A combination of
the buttons can also be assessed via the value. The register can be accessed from within a PLC program,
and the value can be assessed. This requires a variable of type USINT first to be created in the PLC
program. This is then called as a parameter in the ‘F_CXNaviSwitchUSB’ function. The code fragment shows
the declaration of the required variables.
PROGRAM MAIN
VAR
bUp AT %I*: BOOL;
bDown AT %I*: BOOL;
bLeft AT %I*: BOOL;
bRight AT %I*: BOOL;
bEnter AT %I*: BOOL;
bToggle AT %I*: BOOL;
Taster: USINT; (* als Summenwert *)
eNaviSwitchCx2 : E_CX2100_NaviSwitch;
END_VAR
CX2100-09x424 Version: 1.3
Question and Answer IconNeed help?

Do you have a question about the Beckhoff CX2100-0904 and is the answer not in the manual?

Beckhoff CX2100-0904 Specifications

General IconGeneral
BrandBeckhoff
ModelCX2100-0904
CategoryPower Supply
LanguageEnglish

Summary

Product Overview

CX2100-0904 Technical Data

Provides specifications, dimensions, and weight for the CX2100-0904.

Mounting and Wiring

Wiring and Connections

Covers power supply wiring, Smart Battery connection, and terminal connections.

Commissioning

Configuring the Integrated 24V UPS

Step-by-step guide to configure the CX2100-0904 UPS via the software dialog.

UPS Functions and Configuration Dialogs

Details UPS configuration dialogs, functions, and system reaction to power events.

TwinCAT PLC UPS Interface

Explains how to integrate UPS status monitoring into TwinCAT PLC programs.

Error Handling and Diagnostics

PLC Diagnostics and K-bus State Analysis

Covers diagnostics using PLC programs and analyzing K-bus state via TwinCAT.

Power Supply LEDs in K-bus Mode

Explains the meaning and behavior of LEDs for K-bus mode.

Power Supply LEDs in E-bus Mode

Explains the meaning of LEDs for E-bus mode.

Faults and Troubleshooting

Lists common faults, their causes, and recommended corrective actions.

Decommissioning

Related product manuals