Activity for vcbz

  • vcbz vcbz posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    I am trying to integrate the Asset administration shell (AAS) with CODESYS (v3.5.18.20) . The organization responsible for the AAS has a public repository https://github.com/admin-shell-io/aasx-package-explorer to generate Assets and export them to OPC UA Nodeset2 xml. I exported a demo package as xml (see attachment), however when trying to load it as an OPC UA information model in CODESYS (Tools>>OPC UA information model>>install) it does not find any model to install. I was wondering if you have...

  • vcbz vcbz posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Hello @szyo I suggested a temporal solution as discussed here https://forge.codesys.com/tol/codesys-4-linux/tickets/6/ Hope it helps.

  • vcbz vcbz posted a comment on ticket #6

    After going down the rabbit hole long enough I have found a temporal solution for my problem. Issue Summary: I want to compile CODESYS projects for "CODESYS Control Win V3" devices through CI/CD with a docker container from this repo. The problem is that the docker container does not find the references to some libraries even though they are installed. How to reproduce the issue: 1) Create a new CODESYS project (3.5.16.0 x86) in a Windows machine through the project wizard. It is worth mentioning...

  • vcbz vcbz modified a comment on discussion Forge πŸ‡¬πŸ‡§

    Hi there. I have been using different versions of CODESYS for testing purposes and required clean installations. I did not find information about what the installer from CODESYS does. There is an MSI log after installation but isnt straightforward to decode what has CODESYS added to the Windows registry, extracted files from MSI and files in ProgramData,etc. I am using a software called revo uninstaller, which has options to scan more in detail the installation and delete registries, files,etc. I...

  • vcbz vcbz posted a comment on discussion Forge πŸ‡¬πŸ‡§

    Hi there. I have been using different versions of CODESYS for testing purposes and required cleaned installed. I did not find information about what the installer from CODESYS does. There is an MSI log after installation but isnt straightforward to decode what has CODESYS added to the Windows registry, extracted files from MSI and files in ProgramData,etc. I am using a software called revo uninstaller, which has options to scan more in detail the installation and delete registries, files,etc. I am...

  • vcbz vcbz posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Attached is the project sample

  • vcbz vcbz posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    As part of my build I am testing the scriptengine. As a first test I am trying to compile a template project from the project wizard for a WinControlV3 device. When I build the project from the same machine I generated the project I dont have a problem. Script # encoding:utf-8 from __future__ import print_function import argparse import os parser = argparse.ArgumentParser() parser.add_argument("project", help="Path to Codesys Project") args = vars(parser.parse_args()) if not os.path.isfile(args["project"]):...

  • vcbz vcbz posted a comment on ticket #6

    Just an update. I have looked in more detail the output of the CODESYS cli and when I open a .project file (Without archiving) I get also an error.The eror occurs when with the python Script engine API I trying to generate the project (i.e., open(),generate_code()) Build: Error: C188: Device not installed to the system. No code generation possible. Build: Text: C0: Typify code... Build: Warning: C100: Library IoStandard has not been added to the Library Manager, or no valid license could be found...

  • vcbz vcbz created ticket #6

    Error while building project

1