[r539]: / trunk / mqttsparkplugb / mqttsparkplugb / Project Information_1 / GetTextProperty / svnobj  Maximize  Restore  History

Download this file

20 lines (19 with data), 5.1 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
IF stKey = "Author" THEN
	GetTextProperty := "H-Hermsen & I-Campbell";
ELSIF stKey = "Company" THEN
	GetTextProperty := "Code5 Automation | https://www.co5e.com";
ELSIF stKey = "CompiledLibraryCompatibilityVersion" THEN
	GetTextProperty := "CODESYS V3.5 SP16 Patch 1";
ELSIF stKey = "DefaultNamespace" THEN
	GetTextProperty := "SparkplugB";
ELSIF stKey = "Description" THEN
	GetTextProperty := "Follows the SparkplugB v2.2 Specification
Sparkplug
 and the Sparkplug
 logo are trademarks of the Eclipse Foundation
	GetTextProperty := "SparkplugB MQTT Topic and Payload Definition";
ELSIF stKey = "UnitTestingDefine" THEN
	GetTextProperty := "unittest";
ELSE
	GetTextProperty := "";
END_IF