initial commit lets start

This commit is contained in:
Adrian Zuercher
2026-08-28 17:59:35 +02:00
commit 3ba5a189f3
48 changed files with 100075 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
package models
const (
URL_PLCOPENXML = "http://www.3s-software.com/plcopenxml"
XML_PROJECTINFORMATION = "projectinformation"
XML_APPLICATION = "application"
XML_TASKSETTINGS = "tasksettings"
XMLNS_Project = "http://www.plcopen.org/xml/tc6_0200"
HANDLE_IMPLEMENTATION = "implementation"
)