Volume pwrb | |
Attributes: Runtime | Development | System | Template | Detail C Binding: Struct | Class  ClassTree | INDEX NO INDEX |
Class ApplDistribute![]() |
||
---|---|---|
Version | 1.0 | |
Modified | 15-JAN-2025 13:23:34.00 |
The ApplDistribute object configures distribution of applications, script-files, data-files etc, to process and operator stations. One ApplDistribute object causes one or several files (with wildcard specification) to be copied from the development project environment to a process or operator station. The object reside in the project volume beneath a NodeConfig object. The specified file will be copied to the boot node of the NodeConfig object, which is specified in the BootNode attribute. The distribution is carried out by the distribution window in the navigator, or by pwr_cmd with the command 'copy appl' or 'copy all'.See also
DevBody attributes | |||
---|---|---|---|
String80 | Source | Source file specification. | |
String80 | Target | Target file specification. |
Source Attribute | ||
---|---|---|
Klass | Attribute | |
Typ | String80 | |
Flags | ||
Kropp | DevBody |
Source file specification. The asterisk (*) wild card character can be used in the file specification. Example $pwrp_load/*.flw
Target Attribute | ||
---|---|---|
Klass | Attribute | |
Typ | String80 | |
Flags | ||
Kropp | DevBody |
Target file specification. Should only be supplied if the target path or filename differs from the source.