Personal Data

Username:
florian
Joined:
2021-02-12 08:14:44
Location:
CEST

Projects

  • No projects to display.

User Activity

  • Posted a comment on discussion Engineering πŸ‡¬πŸ‡§ on CODESYS Forge

    Hi, you should have 'CODESYS Installer,' there you can manage your packages and installations. The version number looks like a softmotion package, try to install it. Or repair your whole installation with the CODESYS Installer.

  • Posted a comment on discussion Engineering πŸ‡¬πŸ‡§ on CODESYS Forge

    Codesys has a motion libraries (SoftMotion), but you need to buy a licence keys for them to work. the most basic one is SoftMotionLight. you just have to select your drive in the device view and add a SoftMotionLight CiA402 axis. then the library is added to your project. You can use the SML_* motion FBs and configure the axis now.

  • Posted a comment on discussion Engineering πŸ‡¬πŸ‡§ on CODESYS Forge

    Yes that was the solution. Thank you.

  • Posted a comment on discussion Engineering πŸ‡¬πŸ‡§ on CODESYS Forge

    Hi, I'm using JSON Utilities SL and have to write a struct like this: { "foo":"bar", "foobar":[ {"Key1":"val1", "Key2":"val2"} ] } Up to "foobar" it's straight forward. Then I add SetArray(diIndex := 4, diParentIndex := 3); But when I want to add the next "Key1" with SetKey(wsKey := "Key1", diParentIndex := 4, diIndex := 5); I get an error "INVALID_KEY_PARENT". how can I set elements in the array?

  • Posted a comment on discussion Motion πŸ‡¬πŸ‡§ on CODESYS Forge

    I'm using Softmotion to control several drives in my project. But now I need to control a drive which doesn't support Softmotion. (no modes_of_operation 8) I would like to try to control it with Softmotion light but ran in some problems. the test project doesn't work without a Softmotion light license. Isn't there a time limited test license? the Softmotion license does not include Softmotion light license? I would need both licenses for my Project?

  • Posted a comment on discussion Visualization πŸ‡¬πŸ‡§ on CODESYS Forge

    Hello, I need to create my own VisualStyle with the editor. without proper documentation it's hard to guess which property does what. Is it correct that it depends on the property 'Style' (STYLE9_FLAT, STYLE1_XP, STYLE_BASIC, STYLE_WHITE) whether a property shows an effect? You can't just copy a property from one style to an other? For example, colors in the scrollbar (for a table) are only editable with the flat style.

View All