Added Modbus registers

This commit is contained in:
Matthias Heisig
2025-04-08 07:24:55 +02:00
parent e975d23694
commit 4a00a4c414
5 changed files with 44 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4026.8">
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4026.11">
<GVL Name="GVL_CONFIG" Id="{0773bf51-0237-454d-a970-cfd896054edb}">
<Declaration><![CDATA[{attribute 'qualified_only'}
VAR_GLOBAL CONSTANT
@@ -7,6 +7,7 @@ VAR_GLOBAL CONSTANT
// Number of active strings
// ===========================
uiNumberOfStrings : UINT := 2;
uiNumberOfUnits : UINT := uiNumberOfStrings * 12;
END_VAR
VAR_GLOBAL PERSISTENT
// ===========================