[r700]: / branches / h-hermsen / mqttsparkplug / Project Information_1 / GetTextProperty / svnobj  Maximize  Restore  History

Download this file

16 lines (15 with data), 4.2 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
IF stKey = "Author" THEN
	GetTextProperty := "H-Hermsen & I-Campbell";
ELSIF stKey = "Company" THEN
	GetTextProperty := "www.co5e.nl";
ELSIF stKey = "CompiledLibraryCompatibilityVersion" THEN
	GetTextProperty := "CODESYS V3.5 SP16 Patch 1";
ELSIF stKey = "DefaultNamespace" THEN
	GetTextProperty := "SparkplugB";
ELSIF stKey = "Description" THEN
	GetTextProperty := "SparkplugB MQTT Topic and Payload Definition";
ELSIF stKey = "UnitTestingDefine" THEN
	GetTextProperty := "unittest";
ELSE
	GetTextProperty := "";
END_IF)