Activity for i-campbell

  • i-campbell i-campbell posted a comment on discussion Visualization

    Alarm table uses the OperatingSystem local time I thought. What controller? You will have to figure out how to set the OS local time. SysTimeRtc is the library you need, if you want to set it by the PLC. The device manufacturer has to have implemented the function though for setting the OS local time.

  • i-campbell i-campbell posted a comment on discussion Visualization

    For me, if you can fix the number of objects, this is the best. Yes, rectangles can move. In its properties assign variables to Absolute movement, relative movement. These include position and scaling 'movements'. You can generate these with multiply elements.. https://help.codesys.com/webapp/_visu_create_similar_elements_in_many_cases;product=core_visualization;version=3.5.15.0

  • i-campbell i-campbell posted a comment on discussion Runtime

    There is a trick to getting him to show up in license manager over a VPN or other network, where scan doesn't work as UDP broadcasts don't go through. 1. Tools > Options > Device Editor > Communication Page > Classic Mode. 2. Double click your device in the device tree and go to communications tab which is now in classic mode. 3. Hit the add device button and type in his IP address. Hit OK. 4. He now is in the communication tree with the word TCP written on his icon really small. 5. DO NOT scan network....

  • i-campbell i-campbell posted a comment on discussion Engineering

    Hmm... Not a standard CODESYS function that one. If it returns a DATE_AND_TIME just use the TO_TOD() to convert it to a TIME_OF_DAY. If not, then the function_block getDateAndTime() from the CAA DTUtil Can get you a DATE_AND_TIME, and when .xDone is true, call the TO_TOD().

  • i-campbell i-campbell posted a comment on discussion Engineering

    Hi David. Alarm Manager should really be called Alarm and Event Manager. I use him for recording such events. It uses a SQLite database, but you can export it from the IDE as CSV.

  • i-campbell i-campbell created ticket #28

    cforge: .project to markdown converter misses CONSTANT keyword

  • i-campbell i-campbell modified a wiki page

    Home

  • i-campbell i-campbell created ticket #1

    Can't use special characters

  • i-campbell i-campbell modified a wiki page

    Home

  • i-campbell i-campbell committed [r2]

    Initial project

  • i-campbell i-campbell committed [r1]

    Initial Commit with folders

  • i-campbell i-campbell modified a wiki page

    Home

  • i-campbell i-campbell posted a comment on discussion Visualization

    Different device manufacturers can limit it differently. There is a also a limit that you can set yourself in the project. For the CODESYS Store runtimes, I am pretty sure there is no limit by the device. By default the limit set in your project is set to 100. The setting should be under Web Visu editor. Of course, you then have memory, cpu and network limitations. I don't know whether anyone has done some tests, eg connecting 10000 different clients to a raspberry, and how it would cope. How many...

  • i-campbell i-campbell posted a comment on a blog post

    I offer you a warm welcome to the forge, sumitoccs! Is configuring AB CPLX as IO adapter a new thing? I know it wasn't possible a few years ago. I think the easiest would be to configure it the other way around (AB as master, CODESYS as slave). In future, try posing questions in forge.codesys.com/forge/talk/

  • i-campbell i-campbell posted a comment on discussion Deutsch

    Herunterladen die Profinet GSDML von https://beckhoff.com/english.asp?downloadfinder/default.htm?id=71003277100522&cat1=27833244&cat2=27833253 Hinzufügen der selbe in Geräte-Repostory https://help.codesys.com/webapp/_cds_cmd_device_repository;product=codesys;version=3.5.15.0 Rechktdrüken die Raspberry Pi Device in Geräte-Tree, "Add Device..." Hinzufügen Ethernet Adapter Hinzufügen Profinet Master Hinzufügen BK9103 Hinzufügen Klemme Configure Laufzeitsystem für Linux wie help.codesys.com > Feldbusse...

  • i-campbell i-campbell posted a comment on ticket #91

    Positive tester note: there is now a link.

  • i-campbell i-campbell modified ticket #96

    Element Collections of dut

  • i-campbell i-campbell posted a comment on ticket #96

    ramol, this is better asked in forge/talk/. forge/support/ is for "help using the forge" or "suggestions for the forge". That said, all Elements must be Function Blocks. The way would be to make a FB which: Implements the interface IElement contains one instance of your DUT

  • i-campbell i-campbell posted a comment on discussion Engineering

    Simulation mode to me is for quick tests. When you use 64bit IDE, Simulation mode gets its runtime from a CODESYS Control Win V3 x64, with the same runtime version as the IDE version. When you use 32bit IDE, Simulation mode gets its runtime from a CODESYS Control Win V3. There are other differences between a Control Win V3 and whichever runtime you are using. So for tests I try to get as similar to the PLC as I can. For example for Linux based controllers, I try to keep a raspberry Pi. Or better...

  • i-campbell i-campbell posted a comment on discussion Deutsch

    Bauen Sie ein POU wie: FUNCTION SystemTimeDate_TO_RTS_SYSTIMEDATE : RTS_SYSTIMEDATE VAR_INPUT std : SysTime23.SystemTimeDate; END_VAR VAR N1, N2, N3: REAL; N : UINT; END_VAR _____________________ SystemTimeDate_TO_RTS_SYSTIMEDATE.wDay := std.Day; SystemTimeDate_TO_RTS_SYSTIMEDATE.wDayOfWeek := std.DayOfWeek; SystemTimeDate_TO_RTS_SYSTIMEDATE.wHour := std.Hour; SystemTimeDate_TO_RTS_SYSTIMEDATE.wMilliseconds := std.Milliseconds; SystemTimeDate_TO_RTS_SYSTIMEDATE.wMinute := std.Minute; SystemTimeDate_TO_RTS_SYSTIMEDATE.wMonth...

  • i-campbell i-campbell modified a comment on discussion Engineering

    I think we need to wait for SP16 to do such a thing. Currently SP15 only catches the non-vendor exceptions.

  • i-campbell i-campbell posted a comment on discussion Engineering

    I think we need to wait for SP16 to do such a thing. Currently SP15 can only catch the non-vendor exceptions.

  • i-campbell i-campbell posted a comment on discussion Engineering

    Hi Mike. I have never used one. I had a flip through the manuals of anybus.com. from that my guess is you haven't yet set an IP address for the AB9078's OT Port. Their documentation suggests the only way to do this is to plug your laptop into the OT side of the AB9078 and use their IP Config tool. So first step is, can you ping the AB9078 from the OT side? Now there are two modes listed, Message or Stream. Stream looks the nicest. Not sure if they have a different EDS File for streaming Vs messaging....

  • i-campbell i-campbell posted a comment on discussion Engineering

    This is a known bug. The command was removed in SP7 but the menu item and documentation was still available. You now should use the Refactoring "Add/Remove Variable". However it looks like you are trying to do this for the softmotion library, where you aren't adding your own variables to your own POU. For this I would find every instance of MC_Power in your project, right click on the Block in the Code Editor (not declaration editor) and "Update Parameters"

  • i-campbell i-campbell posted a comment on discussion Deutsch

    Sie brauchen eine neue Function. z.B. FC_SystemTimeDate_TO_RTS_SYSTIMEDATE Das Function werde return ein RTS_SYSTIMEDATE. Es hat ein VAR INPUT, das hat SystemTimeDate-Typ. Das Function musst einfach kopieren (in FBD, Sie können MOVE benutzen) alle die relevante Mitglieder von SystemTimeDate nach alle die Mitglieder von RTS_SYSTIMEDATE. Vielleicht schwierig ist, wenn Sie brauchen die wYday..

  • i-campbell i-campbell posted a comment on discussion Deutsch

    Sehen Sie die Bilder, die sind die Library Manager für die Zwei Datentyp. Sie mussen ein Function machen, das kopiert Year => wYear, Month => wMonth, ... Steuerung nach Steuerung Variablen ist Netzwerkvariablen https://help.codesys.com/webapp/_cds_f_networkvariables;product=codesys;version=3.5.15.0

  • i-campbell i-campbell posted a comment on discussion Runtime

    If you go to the product page you will find "download all product data sheets as .zip". In it you will find a 15 step procedure to get you up and running. I feel it is light on the "what to do in the Amazon Web Services admin page" which makes sense, because really that is for AWS to document (and they have). Next week I will have access to a longer document with some detailed steps for the AWS side. Essentially they are: - Install CODESYS Security Agent - Create an AWS IoT Core Device, - which is...

  • i-campbell i-campbell posted a comment on discussion Motion

    Is this a real tripod or a virtual tripod?

  • i-campbell i-campbell posted a comment on ticket #95

    The reduction in categories was partly my idea. I originally wanted no categories. :) My reasoning is: With the old forum there were maybe 15 categories. Say I had a problem getting Depictor to work on my Raspberry Pi. Do I post in Visu, SoftMotion, or Raspberry Pi? Or is my problem actually a development system problem? Because I know CODESYS better than I did a year ago, I know that post should probably go in Visu but someone with SoftMotion interest could probably answer it. And if you didn't...

  • i-campbell i-campbell created ticket #94

    Suggestion: Subscription Emails from Talk could show displayname of author

  • i-campbell i-campbell modified a comment on discussion Engineering

    PLC handler would be the default works with all CODESYS communication API. Details at Link OPC UA is available in many runtimes, so I would find a C# OPC UA client if your controller supports this. Eg Link 2 Also, you can use one of the fieldbusses that your controller supports, and find a corresponding library for C#. Alternatively, there are some communication libraries that may be appropriate for your use cases. Net Based Services library can send some TCP or UDP packets, you can also purchase...

  • i-campbell i-campbell posted a comment on discussion Engineering

    PLC handler would be the default works with all CODESYS communication API. Details at Link OPC UA is available in many runtimes, so I would find a C# OPC UA client if your controller supports this. Eg Link 2 Also, you can use one of the fieldbusses that your controller supports, and find a corresponding library for C#. Alternatively, there are some communication libraries that may be appropriate for your use cases. Net Based Services library can send some TCP or UDP packets, you can also purchase...

  • i-campbell i-campbell posted a comment on ticket #91

    I like it! So I think also you have removed Home (/neighborhood), as it currently just duplicates the Menu. Tools and Users are just off screen? Tools I would keep, however I would delete the Users link. I can't think of a use case for it, and it only lists the newest users. If you want to find a user, try search.

  • i-campbell i-campbell posted a comment on discussion Deutsch

    Patrick, Wirklich, CODESYS Automation Server ist der einfachste. Verbindung mit CODESYS IDE ist doch geplant (ich höre nächsten Monat), aber webVisu, Projekt lesen/schreiben, Variablen lesen/scheiben ist schon da. Für mich, CODESYS Automation Server ist wie ein Automatisierungstechniker willt - einfache Einrichtung, nur für Steuerung Fernzugriff. OpenVPN ist möglich, aber es gibt ganz viele Optionen und Architecturen. Das meint, Ihre Zeit zu Studieren und Konfigurieren richtigliche, und die möglichkeit,...

  • i-campbell i-campbell created ticket #91

    No Link to Talk

  • i-campbell i-campbell posted a comment on discussion Engineering

    To generate an exception, you need these: CmpApp.GetCurrent() CmpApp.AppGenerateException() List of exceptions available at: SysExcept.RtsExceptions Usually 16#2000 is good for your own exception To generate a less cryptic log message associated with that exception, you need CmpLog.LogAdd2() Checkout "escapes and HTML" at this page (new forum uses Apache Allura. Sourceforge also uses that, so sometimes you can find info on sourceforge): https://forge-allura.apache.org/p/allura/wiki/markdown_syntax/#md_ex_escapes...

  • i-campbell i-campbell posted a comment on ticket #87

    Oh woops! I meant to mark this as closed. The background is, someone on the phpBB forum was complaining they couldn't write sysProcessExecuteCommand2, because it contains a bad word. I tested here, and let them know it is fixed in the new forum, i.e. forge. open -> closed

  • i-campbell i-campbell created ticket #87

    Can you say sysProcessExecuteCommand2 here?

  • i-campbell i-campbell created ticket #86

    Ideally wouldn't show my email when someone replies to a comment

  • i-campbell i-campbell posted a comment on a wiki page

    Hi Fabio, you've found the driver section already! Yes you will need to create your own driver. I look forward to seeing it, and or lending pointers where needed.

  • i-campbell i-campbell created ticket #85

    Reporting Spam

  • i-campbell i-campbell created ticket #27

    Android App: can't scroll menu in landscape mode

  • i-campbell i-campbell created ticket #26

    Android: Product News Page opened in App gives errors

  • i-campbell i-campbell posted a comment on ticket #25

    Tester Note: Hmm, when I used the link on the news feed ( here ), somehow I still get V20200208 If I go to https://forge.codesys.com/tol/cforge/code/ and click through to the cforge.apk I get an error 500 However when I hit the Download Snapshot button, I get a zip file with the correct cforge.apk in it I think as it will be in beta on Play Store soon, the simple fix for now is to say "download snapshot of the repository and unzip to get the APK" RESULT: OK - I now have product news in the app

  • i-campbell i-campbell created ticket #84

    no link to /admin/trove

  • i-campbell i-campbell created ticket #25

    Cannot find Product News

  • i-campbell i-campbell committed [e7539c]

    changed readme to .txt

  • i-campbell i-campbell committed [9bc435]

    Initial Commit

  • i-campbell i-campbell modified a wiki page

    Home

  • i-campbell i-campbell posted a comment on ticket #3

    Task 1 of 4 - Complete I have identified the pages that need changing, and shown who has permission to edit those pages. I have also identified the 5 exisiting drivers that use the 0004 vendor ID currently. So it remains: Decisions: whether there is consensus for this suggested change? whether there is consensus for then updating existing drivers from 0004 to 0003? Pages that suggest using 0004: @ingo : https://forge.codesys.com/forge/wiki/IO%20Drivers/ https://forge.codesys.com/drv/io-drivers/database/Home/...

  • i-campbell i-campbell modified a comment on a wiki page

    This wiki page has a section on help.codesys.com currently it links only to the section that details the available classes and functions. Scripting Engine There is another section not yet mentioned in the wiki article. It is in another area of help.codesys.com that scripters might find useful, and that is: CODESYS Development System > Using Scripts edit: clarified content. I guess it is a pull request to add the 'other' section of help.codesys.com

  • i-campbell i-campbell posted a comment on a wiki page

    as well the api list already mentioned, help.codesys.com also has details on how to script. CODESYS Development System > Using Scripts

  • i-campbell i-campbell posted a comment on a wiki page

    I think it is important to note that Visual Studio Community is not able to be used legally in all scenarios. If you use it only for creating open source content you are fine (right now), but in all other cases I would check the "Usage" section of this link https://visualstudio.microsoft.com/vs/community/ [History, maybe not relevant] At one point Visual Studio Express was available and free in all use cases. Now your free options are Visual Studio Community (for some use cases) and Visual Studio...

  • i-campbell i-campbell committed [29743b]

    Initial commit

  • i-campbell i-campbell committed [0c56f4]

    added the project and started to plan

  • i-campbell i-campbell posted a comment on ticket #21

    Can you help me find some reading material on Remote Builders? It is new for me.

  • i-campbell i-campbell posted a comment on ticket #21

    "Git integration for cForge (and a plugin for GIT in CODESYS IDE?)" @aliazzz So the plugin comes with SP16. Do you think any prelim work is needed, ie adding some CODESYS independent GIT things? Sure, this feature with cForge is a must after SP16. For me, I think GIT is fundamental for the collaborative nature of open source, but until SP16, a wiki article is enough so we don't have to start again in May. "Generating .CHM and or .PDF documentation" @aliazzz Yes use of the libdoc tools gets my vote...

  • i-campbell i-campbell modified a comment on a wiki page

    pull request :) tubetutor mac install instructions: (also should work on linux): Open terminal and type these commands: /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" brew install ffmpeg imagemagick (actually, it is best to go and get a coffee at this point, ffmpeg is so large. You may notice tkinter is missing, as brew does not have this package) To get tkinter, you need to install Python 3.8.1 or higher using the MacOS download from https://python.org....

  • i-campbell i-campbell modified a comment on a wiki page

    pull request :) tubetutor mac install instructions: (also should work on linux): Open terminal and type these commands: /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" brew install ffmpeg imagemagick (actually, it is best to go and get a coffee at this point, ffmpeg is so large. You may notice tkinter is missing, as brew installs this by default) You need to install Python 3.8.1 or higher using the MacOS download from https://python.org. Make sure...

  • i-campbell i-campbell modified a comment on a wiki page

    pull request :) tubetutor mac install instructions: (also should work on linux): Open terminal and type these commands: /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" brew install ffmpeg imagemagick (actually, it is best to go and get a coffee at this point, ffmpeg is so large. You may notice tkinter is missing, as brew installs this by default) You need to install Python 3.8.1 or higher using the MacOS download from python.org. Make sure you install...

  • i-campbell i-campbell posted a comment on a wiki page

    tubetutor mac install instructions (also should work on linux): Open terminal and type these commands: /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" brew install ffmpeg imagemagick (actually, it is best to go and get a coffee at this point, ffmpeg is so large. You may notice tkinter is missing, as brew installs this by default) You need to install Python 3.8.1 or higher using the MacOS download from python.org. Make sure you install the GUI options,...

  • i-campbell i-campbell modified a comment on ticket #21

    I love the direction! So I think from this: 1. web page can generate an item from a series of templates, maybe call the item type "Worflow instance" or some other well thought out name. "Workpiece" might fit in well with the forge metaphor 2. contributors can make new templates and add them to some central repository (eventually a template for the template workflow ;)) 3. Maybe a "Do" button to start a new workpiece or work on an existing one 4. cforge.exe should not be a .package but a standalone...

  • i-campbell i-campbell modified a comment on ticket #21

    I love the direction! So I think from this: 1. web page can generate an item from a series of templates, maybe call the item type "Worflow instance" or some other well thought out name. "Workpiece" might fit in well with the forge metaphor 2. contributors can make new templates and add them to some central repository (eventually a template for the template workflow ;)) 3. Maybe a "Do" button to start a new workpiece or work on an existing one 4. cforge.exe should not be a .package but a standalone...

  • i-campbell i-campbell posted a comment on ticket #21

    I love the direction! So I think from this: 1. web page can generate an item from a series of templates, maybe call the item type "Worflow instance" or some other well thought out name. "Workpiece" might fit in well with the forge metaphor 2. contributors can make new templates and add them to some central repository (eventually a template for the template workflow ;)) [-img src=Screen Shot 2020-02-02 at 20.37.31.png width=25%: missing =-] 3. Maybe a "forge something" button [-img src=Screen Shot...

  • i-campbell i-campbell posted a comment on ticket #21

    I have kind of been thinking on this on and off, so haven't until now commented. My view was to look at: 1. what types of cForge users exist, 2. what skills they may have / may lack, 3. and then what tasks each type of cForge users should want to perform. It is my opinion that open source development and its associated workflows are new to many automation engineers. I think the short term development of the cForge tool should focus on guiding the user to complete tasks. Types of users: 1.a admin...

  • i-campbell i-campbell created ticket #3

    Vendor code 0003 should be the vendor ID for open source drivers

  • i-campbell i-campbell posted a comment on a wiki page

    Today I learned that vendor ID 0003 is for Open Source, and vendor ID 0004 is for CODESYS Configs. Not 100% sure what Configs are, but it is clear we should be using 0003 for Forge Open Source drivers.

  • i-campbell i-campbell posted a comment on ticket #12

    For me, I am overjoyed with the intricacies of the new cForge logo seen in [r81].

  • i-campbell i-campbell modified a wiki page

    Home

  • i-campbell i-campbell posted a comment on a wiki page

    The page you linked suggests using "<id>0004 ....</id>" https://forge.codesys.com/drv/io-drivers/doc/Generic/?limit=25#device-identification suggests 0004 as well https://forge.codesys.com/drv/io-drivers/doc/I2C/ suggests 0003 For a new I2C device, I can't decide.

  • i-campbell i-campbell posted a comment on a wiki page

    Can you please clarify if we should use 0004 or 0003 as the vendor ID? I see in the documentation and some of the projects, these vendor IDs are used interchangeably.

  • i-campbell i-campbell created ticket #80

    Error 500 Forking or Pushing GIT repositories

  • i-campbell i-campbell created ticket #79

    font bug on homepage of forge.codesys.com

  • i-campbell i-campbell posted a comment on a wiki page

    https://forge.codesys.com/forge/icons/code/HEAD/tree/font-awesome/phone.png On my android phone, this PNG for phone (SVN revision r4) looks broken compared to the actual font awesome solid phone: https://fontawesome.com/icons/phone?style=solid I think some of the other icons are also displayed poorly such as the wheelchair.png

  • i-campbell i-campbell posted a comment on ticket #78

    This should be already possible for git projects. SVN is more difficult, as it's not a distributed blah blah blah. See this blog on how to do 'Merge Request' for a git repository in sourceforge. https://www.google.com/amp/s/andrewlock.net/making-my-first-contribution-on-sourceforge-using-mercurial/amp/ For me though, when I try to fork the Android repository of cforge, I get an Error 500 Internal Server Error...

  • i-campbell i-campbell modified a comment on ticket #15

    Edit: commands from original ticket description show up clarified in the latest installer. But other commands need clarifying as per aliazzz's feedback. @aliazzz is it possible to update the main ticket description with the new requirements?

  • i-campbell i-campbell posted a comment on ticket #14

    @aliazzz Thanks for the help testing and reporting!

  • i-campbell i-campbell posted a comment on ticket #14

    @Ingo Please accept the change to the Setup.reg file, which puts quotes around the directory paths of shell commands to solve the problem of directories with spaces. https://forge.codesys.com/tol/cforge/tickets/_discuss/thread/4441ef6b6f/32d9/attachment/I-Campbell.2020.01.18.19.50.Setup.reg please see this positive tester note https://forge.codesys.com/tol/cforge/tickets/14/#32d9/4a66

  • i-campbell i-campbell modified a wiki page

    Home

  • i-campbell i-campbell modified a wiki page

    Home

  • i-campbell i-campbell modified a wiki page

    Home

  • i-campbell i-campbell posted a comment on ticket #15

    "... I have seen the renamed commands..." Sounds like a positive tester note to me! @Ingo - candidate for closing the issue?

  • i-campbell i-campbell created ticket #2

    Windows license required

  • i-campbell i-campbell posted a comment on ticket #14

    File for testing attached Steps to repeat: 1. Download and install cforge 2. Double click this attached file to install to registry 3. Reboot(?) 4. Checkout random repository using its cforge:// link to "D:\folder with a space\" 5. Right click that folder in explorer and "create package manifest" ==>IS: "can't find D:\folder\liscence.txt" ==>SHOULD: create manifest successfully

  • i-campbell i-campbell posted a comment on ticket #15

    Seems these two are already in Trunk https://forge.codesys.com/tol/cforge/code/HEAD/tree/trunk/cforge/cforge/Package/CFORGE/Setup.reg#l41 aliazzz, are you satisfied with the slightly modified "Create Package Manifest"? Also noting here, I looked at the other commands and think they are self explanatory if you are familiar with SVN, or Google the SVN concepts. If you are happy with that text, I will test this also next week and post here if the change made works. (Or, if someone else has the latest...

  • i-campbell i-campbell posted a comment on ticket #14

    I think the "pull request" workflow at the moment is as follows: 1. create a ticket 2. Checkout 3. Make changes 4. Test changes 5. Upload the changed files to the ticket and say "dear maintainer, please accept this change because...". It's in the documentation somewhere. OK, I will make the change and test. Will have to wait until next week.

  • i-campbell i-campbell posted a comment on ticket #14

    So we need someone to change setup.reg.. Replace: %V With: \"%V\" And then test if the problem is solved. If still doesn't work, further investigation of how the C# program calls the python program

  • i-campbell i-campbell modified a comment on ticket #12

    For reference, the hammer can be seen here. https://forge.codesys.com/tol/cforge/code/HEAD/tree/branches/13-jobs/cforge/cforge/icon.ico Is the black and white 2x2x1 array-of-cubes logo just for forge, or? If so it gets my vote. I don't understand the logo of this project. Maybe an electrical 3 phase star connection point? But it's animated? I don't think it will scale well to a small icon size. And the machine designer in me feels that things don't flash when they don't need my attention.

  • i-campbell i-campbell posted a comment on ticket #14

    CWD is Current Working Directory as seen by the cforge c# application. This is where the context menu is setup for the create package https://forge.codesys.com/tol/cforge/code/HEAD/tree/trunk/cforge/cforge/Package/CFORGE/Setup.reg#l62 So it will be calling : cmd /C cforge.exe --create-package C:\Users\user\Desktop\I2C mcp7941x Code for cforge.exe is here: https://forge.codesys.com/tol/cforge/code/HEAD/tree/trunk/cforge/cforge/Program.cs So it can be seen it then passes those two arguments to the...

  • i-campbell i-campbell posted a comment on ticket #12

    For reference, the hammer can be seen here. https://forge.codesys.com/tol/cforge/code/HEAD/tree/branches/13-jobs/cforge/cforge/icon.ico Is the black and white 221 array-of-cubes logo just for forge, or? If so it gets my vote. I don't understand the logo of this project. Maybe an electrical 3 phase star connection point? But it's animated? I don't think it will scale well to a small icon size. And the machine designer in me feels that things don't flash when they don't need my attention.

  • i-campbell i-campbell posted a comment on ticket #77

    Oh, just realised you meant a package update mechanism separate to the one in CODESYS IDE > tools > package manager Let me think more about that and respond with more thoughts.

<< < 1 .. 16 17 18 >