[r528]: / branches / h-hermsen / mqttsparkplugb / SparkplugB / Function Blocks / FB_Device / FB_Device / Initialise / svnobj  Maximize  Restore  History

Download this file

12 lines (11 with data), 5.2 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
Initialise := FALSE;
// Replace illegal chars from name and description
_Name        := ReplaceIllegalCharsWithUnderscore(Name);
ComposeError := _pEoN^._SparkPlugB.ListComposer(arSparkplugBoolean  := arSparkplugBoolean,
                                               arSparkplugFloat    := arSparkplugFloat,
                                               arSparkplugInt8     := arSparkplugInt8,
                                               arSparkplugInt32    := arSparkplugInt32,
                                               arSparkplugUInt8    := arSparkplugUInt8,
                                               arSparkplugUInt32   := arSparkplugUInt32,
                                               arSparkplugUUID     := arSparkplugUUID,
                                               arSparkplugString   := arSparkplugString,