10/28/2018 8:28 PM | |
Joined: 9/23/2005 Last visit: 11/4/2024 Posts: 4351 Rating: (1451)
|
Hi as from TIA V15.1 it is possible to segment a program in Units. This make the online team work more easy, once each programmers could work online in a unit without disturb the colleagues work. This topic has deep details but basically consist in to divide the program into independent units. The attached casts show how to create this units / locate blocks there and demonstrate, online, that a user change download doesn't avoid that other user download his changes since each change belongs to different units.
AttachmentSoftwareUnits.zip (3427 Downloads) |
Denilson Pegaia |
|
This contribution was helpful to13 thankful Users |
10/29/2018 11:16 AM | |
Joined: 9/23/2005 Last visit: 11/4/2024 Posts: 4351 Rating: (1451)
|
Hi, It is natural that some data exchange between different software units (e.g. by "data transfer" DB's). In this case these DB's should be declared so: - Move the object to a unit (e.g. a new unit) - Object properties, general, publish - On usage destination units: - Relation, add new relataion, accessible elements = object unit - Use the DB data The attached cast show how to configure it. AttachmentrelationOffline.zip (1621 Downloads) |
Denilson Pegaia |
|
10/29/2018 11:31 AM | |
Joined: 9/23/2005 Last visit: 11/4/2024 Posts: 4351 Rating: (1451)
|
Hi, ... same case of commom blocks (blocks that are used in more then one unit): they should be placed on a unit, publish and on the usage referenced. Here there is a online cast. Attachmentreferences2.zip (1440 Downloads) |
Denilson Pegaia |
|
Follow us on