From c997f1e9077e0d4ad7b1256e406d4b175b1d3dd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jochen=20K=C3=BChner?= Date: Mon, 4 May 2026 14:02:23 +0200 Subject: [PATCH] ther is no f_scl --- LibNoDaveConnectionLibrary/DataTypes/PLCLanguage.cs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/LibNoDaveConnectionLibrary/DataTypes/PLCLanguage.cs b/LibNoDaveConnectionLibrary/DataTypes/PLCLanguage.cs index 2898dcec..2130f931 100644 --- a/LibNoDaveConnectionLibrary/DataTypes/PLCLanguage.cs +++ b/LibNoDaveConnectionLibrary/DataTypes/PLCLanguage.cs @@ -65,11 +65,6 @@ public enum PLCLanguage /// FFUP = 33, - /// - /// Same as SCL but for Safty blocks - /// - FSCL = 34, - /// /// Same as DB but for Safty blocks /// @@ -81,4 +76,4 @@ public enum PLCLanguage /// FCALL = 35, } -} \ No newline at end of file +}