Personal Data

Username:
briangehrke
Joined:
2019-11-30 02:54:33
Location:
CDT
Gender:
Male

Projects

  • Project Logo Relay Pi-Plate Codesys Driver for the Relay Pi-Plate Last Updated:

Skills

This is a list of skills that BG_Automation possesses:

  • Java
  • C#
  • Linux

User Activity

  • Posted a comment on discussion Runtime on CODESYS Forge

    Just for information, I tried Ubuntu Mate instead of Raspian and I had the same issue. I will try reverting the firmware to version 4.19.118 next.

  • Posted a comment on discussion Runtime on CODESYS Forge

    I will try the work around tonight and let you know. I would like to try to figure this out, so I don't have to work around this and help fix the problem. From: talk@forge.forge.codesys.com talk@forge.forge.codesys.com on behalf of eschwellinger forge@codesys.com Sent: Tuesday, September 8, 2020 1:43 AM To: [forge:talk] Runtime@talk.forge.forge.codesys.com Subject: [forge:talk] PI 4 Codesyscontrol terminating after 9 seconds please check if this is your problem: https://forge.codesys.com/forge/talk/Runtime/thread/4d43247a3a/...

  • Posted a comment on discussion Runtime on CODESYS Forge

    Hi, I am seeing the codesyscontrol terminating after 9 seconds on the PI. I have installed the full license and I have check the clock, I look in the logs and I don't see anything. It is like it just shutting down for no reason. Any clues what I can look for to figure this out? 2020-09-08T03:55:36Z, 0x00000124, 1, 0, 0, Multithreading activated. 3 workers used. 2020-09-08T03:55:36Z, 0x00000124, 1, 0, 0, ********** 2020-09-08T03:55:36Z, 0x00000124, 1, 0, 0, Provider CODESYS_DefaultProvider with Version...

  • Committed [r4]

    ADDED MAIN SCREEN TO TEST RELAYS

  • Modified a comment on a wiki page on I/O Drivers

    The led is a bool, all I can do with the LED is turn it on or off. The odd part to me is the ppFrame is a also a bool and it works good, but the output LED does not. I set the LED to true in my program and the value does not pass through into the library. *** Update, after playing with the code for a little bit, I found out I had to add it to my program. I was just trying to force the value to make it work. Once I added a LED coil to my program as a coil it started to work. Thanks again for your...

  • Posted a comment on a wiki page on I/O Drivers

    The led is a bool, all I can do with the LED is turn it on or off. The odd part to me is the ppFrame is a also a bool and it works good, but the output LED does not. I set the LED to true in my program and the value does not pass through into the library.

  • Posted a comment on a wiki page on I/O Drivers

    I have this partially working, but I seem to be missing something. My driver copies the first Channel Output which is a BYTE, but does not copy the boolean. It looks like the channel map stops at the first byte. I have read through the xml file over and over again, it pretty much matches what you have in the Can you please explain how this line works? pParameter^.dwDriverSpecific := ADR(_MCP3008.auiValue[i]); I don't understand how the channel map number of channels increments, looking at the line...

  • Posted a comment on a wiki page on I/O Drivers

    Thanks for confirming the code. Knowing the code is good forced me to look in a new direction. The python line of code [spi.open(0,1)] was the area I needed to focus on. I read some website that said spi.open(0,1) meant open port 0 in mode 1. Then I found out it meant open port 0 using device 1. I changed the settings in the SPI master on the in the device parameters. I put as spidev0.1 instead of spidev0.0. Then everything started to work. Thanks for the help!

View All