Personal Data

Username:
vics
Joined:
2020-04-24 22:34:07
Location:
Baton Rouge / United States / CDT
Gender:
Male
Web Site:
  1. http://www.simkus.com

Projects

  • No projects to display.

User Activity

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

    The network comms in Codesys is ... magical to point of insanity. I would start with monitoring traffic with Wireshark or similar in order to see the traffic flow and which end is closing the connection. You're about to become very familiar with TCP/IP and associated technologies πŸ˜†πŸ˜πŸ˜‰

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

    3.5 SP15 Patch 3 32 bit.

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

    On any preemptive multitasking system you will still have a race condition unless the operation of getting the data is an atomic operation. So you still end up with a need to address this race condition.

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

    Greetings Just purchased a license and installed the SVN, profiler, and static analysis packages. According to documentation there should be some new menu options, but none of them are present. Anyone have a similar experience? Any input is greatly appreciated. Thanks Vic

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

    If I remember correctly, I wrapped the methods and put a giant lock/semaphore around the system calls.

  • Posted a comment on discussion Engineering on CODESYS Forge

    Good afternoon I have an application with several tasks that utilizes the SysTimeRtc* family of functions. The initial problem I encountered was that the SysTimeRtcConvertHighResToLocal function would not properly convert the UTC time to local time. The converted time that was being returned was always for the UTC time zone. During the debugging process I discovered that the SysTimeRtcGetTimezone function was returning the timezone as UTC even though the PLC was properly configured with the appropriate...

View All