SampleRuntime icon indicating copy to clipboard operation
SampleRuntime copied to clipboard

Wrong comment in applicationName

Open FrankWalde opened this issue 4 years ago • 0 comments

In getting started section 2 is an issue in the desciption of the application name.

The applicationName must be the same like the process defined in the xyz.acf.config, otherwise will the runtime crash.

// Intialize PLCnext module application // Arguments: // arpBinaryDir: Path to Arp binaries // applicationName: Arbitrary Name of Application // acfSettingsPath: Path to *.acf.settings document to set application up if (ArpSystemModule_Load("/usr/lib", "runtime", strSettingsFile.c_str()) != 0)

FrankWalde avatar May 17 '21 11:05 FrankWalde