You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: