[r100]: / branches / i-campbell / mqttsparkplugb / mqttsparkplugb / SparkplugB / Function Blocks / FB_Payload_1 / FB_Payload / Pool / ClaimNextFreeParameter / svnobj  Maximize  Restore  History

Download this file

6 lines (5 with data), 1.8 kB

1
2
3
4
5
	ClaimNextFreeParameter := ParametersPool[ParametersPoolFreeIndex];
	ParametersPoolFreeIndex := ParametersPoolFreeIndex +1;
ELSE
	eError := ERROR.PayloadNotEnoughParametersPool;
END_IF