Personal Data

Username:
bjarne-pagaard
Joined:
2020-02-27 13:32:47
Location:
Give / Denmark / CEST
Gender:
Male

Projects

  • No projects to display.

Skills

This is a list of skills that bjarne-pagaard possesses:

  • Structured Text
  • Linux

User Activity

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

    Hi A SINT is a short (signed) integer. It is already only 1 byte - so you should have no problem casting it to a byte like so: bMyByte := TO_BYTE(sintMyShortInt); If you have a regular INT you want to put in 2 bytes - there are a lot of ways you can do this. A Union is certainly one of them. You could have a union with 2 memebers: An array of 2 bytes as one member, and an integer value as another member. Another way would be to look at MEMCPY to put the value into your CAN-message. .. or create a...

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

    Hi, With the new Runtime Based User Management, is there any way for WebVisu clients to be logged in to a default user automatically - no login prompt? I would like for the default user to be able to perform normal operation of the machine, without logging in to the WebVisu. This is possible with the Legacy User Management. For the Runtime based user management, there seems to be a default user for the TargetVisu - but not for the WebVisu. -Bjarne

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

    Hi, With the new Runtime Based User Management, is there any way for WebVisu clients to be logged in to a default user automatically - no login prompt? I would like for the default user to be able to perform normal operation of the machine, without logging in to the WebVisu. This is possible with the Legacy User Management. -Bjarne

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

    You can use the switch frame variable, but there should be a variable for each active visu user. You can put the switch frame variable in an array, and use CURRENTCLIENTID as index into the array to get what you want. The CURRENTCLIENTID is assigned to new users automagically by the Visu Management.

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

    Thank you, eschwellinger - method 1 worked, and transfer speeds increased a lot. The device already had the CODESYS network driver installed, as it acts as EtherCAT master (on secondary interface). I already tried with/without the CODESYS driver on the primary ethernet interface, with no change. -Bjarne

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

    Hi there Project download to/from a network-connected Panel-PC running Codesys Control RTE Win V3 x64 is very slow (~500kbps)(3.5.18.20, but I have seen same behaviour from fx 3.5.17.30). Network connection for other channels works OK - fx copying a file via windows remote desktop is around 25Mbps via a remote VPN connection. But transferring via Codesys is consistently slow, also on a direct LAN-connected device. I do not see the same issue for other runtime versions (Embedded Linux, vendor specific...

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

    Hi Did you find a solution to this issue? I and a colleague are having the same issue. Not sure exactly when this happened - we have multiple installs of different CDS versions. I tried 3.5.17.30 and opened the FileTransfer.project from forge (https://forge.codesys.com/prj/codesys-example/visu-file-trans/home/Home/) -Bjarne

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

    Hi - I did some reading, and ultimately updated to visualization profile 4.3.0.0, from 4.1.0.0. The release notes for 4.2.0.0 specifically mentions this issue (VIS-950 in the document, 'Change Shown Visualization to Previous requires two clicks') https://de.codesys.com/fileadmin/data/Images/System/Releaseinformation/Patch-Note-CODESYS-Visualization-4200.html This did fix the issue - also regarding the rotation, it seems.

View All