Activity for bamia

  • bamia bamia modified a comment on discussion Engineering πŸ‡¬πŸ‡§

    Hello, Thanks

  • bamia bamia modified a comment on discussion Engineering πŸ‡¬πŸ‡§

    Hello, Edit: I clarify my question a bit and hope someone may reply. It is possible to have multiple programs in the same task and set their order of execution by moving them up or down in the properties and I'm curious in what circumstance one would do that instead of calling them from one program, or separating them in different tasks? So we have three possibilities for calling programs: 1. Create a "Master" program where all other programs are called in sequential order. That master program resides...

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

    Hello, Why have multiple programs in the same task instead of calling them from on program, or separating them in different tasks? Thanks

  • bamia bamia posted a comment on discussion Visualization πŸ‡¬πŸ‡§

    Hello everyone, I installed 3.5.18 and kept 3.5.17 on the same system. When I start 3.5.18 and create a new project the options do not include HMI, just Standard project and empty project. Then if I select a standard project, and after creation, when I right click on the application>> Add object, the list is very small and does not include visualization. When I start the installer it shows visualization version 4.1.1.0 installed in the add-on section. So the question is,what am I missing? Thanks

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

    Thanks h-hermsen One last question, using the same scenario and example as before, I have FB_Motor V1 and later I modified it to FB_V2 and saved that to the repo as well as saved the library with the new changes. So in the standard project I have access to both V1 and V2 which is great but in the library project it opens with the last saved version which is V2. Is there a way to open V1? I can copy and paste from standard project to library but curious, since the both versions exist in the repo there...

  • bamia bamia modified a comment on discussion Engineering πŸ‡¬πŸ‡§

    Here's an image of what I have. It worked (Rename..., showed up in the menu) only one time in this POU and then it stopped but works just fine with all other POUs.

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

    Here's an image of what I have. It worked (Rename..., showed up in the menu) only one time in this POU and then it stopped but works just fine with all other POUs.

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

    How do you guys work with libraries in general. I would like to use it like this: Create a standard project for a specific controller and develop, let's say FB_Motor, and work with that and other POUs. Then at some point I will be happy with it and want to archive it so I will create a project and add it. Then sometime later I will want to modify it but I need to do that in a project where its functionality can be tested and compiled, what to do then? I can not edit it on its own in the library project...

  • bamia bamia modified a comment on discussion Engineering πŸ‡¬πŸ‡§

    Thanks everyone. I figure out some of it and working on the rest. So what I wanted to do is this: I have FB_Motor and its version in the library is 0.0.0.1 and that's how it shows up in the repository. Then I go back later to make some changes to it and want to have a new version 0.0.0.2 while keeping the other version available. What I figured out thus far is that I have to do that manually but going to "Project Information" and changing the version number there then save and install the repo to...

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

    Thanks everyone. I figure out some of it and working on the rest. So what I wanted to do is this: I have FB_Motor and its version in the library is 0.0.0.1 and that's how it shows up in the repository. Then I go back later to make some changes to it and want to have a new version 0.0.0.2 while keeping the other version available. What I figured out thus far is that I have to do that manually but going to "Project Information" and changing the version number there then save and install the repo to...

  • bamia bamia modified a comment on discussion Engineering πŸ‡¬πŸ‡§

    Thanks. So here's what I did: -Created a library project and added a POU with some code and Saved the project and updated the repo. -Opened a standard project and added the library and opened and FB then I inserted an empty EN/ENO and selected my POU from the library -Now here's what I want to do, 1- Make changes to the POU in the library and version to 2.0. In the my library project I will have to versions of the same POU, version 1 and version 2. 2-Go to my standard/work project when I am using...

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

    Hello, I am working in Ecostruxure 1.2 and have a project with a few POUs. In one POU, I was able to "Refactor"/ Rename one variable and from there on whenever I select Refactor from the menu, the only two available sub-menu items are Add Variable and Reorder variables, no more Rename. But in other POUs the Rename is available. Only in that one POU it doesn't appear in the menu. Why?

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

    Thanks. So here's what I did: -Created a library project and added a POU with some code and Saved the project and updated the repo. -Opened a standard project and added the library and opened and FB then I inserted an empty EN/ENO and selected my POU from the library -Now here's what I want to do, 1- Make changes to the POU in the library and version to 2.0. In the my library project I will have to versions of the same POU, version 1 and version 2. 2-Go to my standard/work project when I am using...

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

    I take it either no one knows or it is not possible, which is it? Thanks

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

    Hello everyone, I'm new to codesys and have the vanilla version 3.5 SP16 and work mostly with EcoStruxre Machine Expert v1.2 I read and watch tutorials about library use but can't figure out how to work with POUs in a library and project. Say I have created a POU and added it to library project then later made some changes to it and want to add it to the same project as version 2 and so on. How can that be achieved? Thanks

  • bamia bamia posted a comment on discussion Codesys V2.3

    All the answers here did not in any way address the question.

  • bamia bamia modified a comment on discussion Engineering

  • bamia bamia modified a comment on discussion Engineering

    Hello everyone, I need help with the basics of CodeSys to speed up my learning the software and its associated terminology. Libraries and Toolbox: When I open a ladder POU the toolbox is populated with some instructions when I open astructured text POU the toolbox is empty is that normal? Is there a way to fill it with it instructions? Is there a way to view the contents of a library or all libraries and a pane similar to Toolbox? Device Repository: Where can I find device description for different...

  • bamia bamia posted a comment on discussion Engineering

    Hello everyone, I need help with the basics of CodeSys to speed up my learning the software and its associated terminology. Libraries and Toolbox: When I open a ladder POU the toolbox is populated with some instructions when I open astructured text POU the toolbox is empty is that normal? Is there a way to fill it with it instructions? Is there a way to view the contents of a library or all libraries and a pane similar to Toolbox? Device Repository: Where can I find device description for different...

  • bamia bamia posted a comment on discussion Engineering

    Hello everyone, Is there a user manual for 3.5 Development system, same as the online help but in printed format. Thanks

1