Integrating projects
Info
To integrate Schneider Concept projects, an editor must be installed on the same computer on which the octoplant server or agent is running.
The component type, Schneider Concept, is available for Schneider Concept projects in octoplant in the Schneider/PLC directory.
Component types can be customized in the AdminClient in the Component type editor module.
To integrate your project data into octoplant, proceed as follows:
- Create a new component in the UserClient with the component type mentioned above.
- Open the working directory of the component using the button or the context menu item Show in file manager (Ctrl+E).
- Move the desired project data into the working directory of the component.
- Check-In the component using the Create base version and Check-In button.
- You can now manage the project in octoplant.
FAQ
Why does the error message with the ID 126
error code occur during Check-in, upload or comparison?
The following error message with the error code ID 126
may occur when checking in components with or without a base version, during upload and during comparison in the UserClient
The error message indicates that the MSVCR1 Library for Schneider Concept must be installed.
You can install this third-party library directly via the MSI client installer or add it manually.
Execute the MSI as described in the Installing the clients using the MSI section. On the Product features page of the installation wizard, select the Schneider Concept MSVCR71 Module.
Alternatively, you can add it manually as described below.
- Stop the VDog MasterService under Control Panel > Administrative Tools > Services.
-
Copy the msvcr71.dll file from the Directory with the current installation files, subdirectory \tools\Microsoft (example:
Z:\octoplant 9.0.0\9_0_0_0\tools\Microsoft
) -
Paste the copied file in the program directory into the vdogServer and vdogClient or, if you are using agents, vdogAgents. (Example:
C:\Program Files (x86)\vdogServer
,C:\Program Files (x86)\vdogClient
orC:\Program Files (x86)\vdogAgents
) -
Restart the VDog MasterService.