Skip to content

Releases: TcHaxx/rplc

v0.3.2

11 Feb 09:33
Compare
Choose a tag to compare

chore(v0.3.2/Param_Args): Bump default to 64kB and max to 1MB

v0.3.1

11 Feb 09:06
Compare
Choose a tag to compare

fix(v0.3.1/lib): Change lib namespace to TcHaxx_rplc

v0.3.0

26 Jan 15:56
Compare
Choose a tag to compare

feat(v0.3.0): FB_RPC_Dynamic

Unlike FB_RPC, the ADS parameter can be changed dynamically, thus this FB does
not have special FB_Init parameter.
Instead, configuration is done via methods, e.g.
fbSUT.Configure().WithAmsNetId(GCL.cLocalAmsNetId) .WithAmsPort(_AppInfo.AdsPort) .WithSymbolPath('PRG_UnitTests.fbRpcDynamicTests','NoParameter_NoReturnValue') .Build();

v0.2.3

21 Jan 16:40
Compare
Choose a tag to compare

fix(v0.2.3): Make Test-POUs internal

v0.2.2

18 Nov 18:28
Compare
Choose a tag to compare

chore(v0.2.2/FB_RPC): Add method Reset()

v0.2.0

12 Nov 15:27
Compare
Choose a tag to compare

feat: Support VAR_OUTPUT

First Release

29 Oct 17:29
Compare
Choose a tag to compare
v0.1.0

chore(v0.1): first release