[r912]: / trunk / mqttsparkplug / mqttsparkplug / Project Information_1 / GetTextProperty2 / svnobj  Maximize  Restore  History

Download this file

18 lines (17 with data), 4.3 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
IF stKey = "Author" THEN
	GetTextProperty2 := ADR("H-Hermsen & I-Campbell");
ELSIF stKey = "Company" THEN
	GetTextProperty2 := ADR("www.co5e.org");
ELSIF stKey = "CompiledLibraryCompatibilityVersion" THEN
	GetTextProperty2 := ADR("CODESYS V3.5 SP16 Patch 1");
ELSIF stKey = "DefaultNamespace" THEN
	GetTextProperty2 := ADR("Sparkplug");
ELSIF stKey = "Description" THEN
	GetTextProperty2 := ADR("co
e - Sparkplug
 MQTT edge and host");
ELSIF stKey = "UnitTestingDefine" THEN
	GetTextProperty2 := ADR("unittest");
ELSE
	GetTextProperty2 := ADR("");
END_IF(