Slashdot Mirror


User: superkurty

superkurty's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re:PLC programmers have been doing this for years. on What Makes Parallel Programming Difficult? · · Score: 1

    This is probably why many programmers experience such difficulty programming (efficiently) PLCs.... Lots of very large, very complicated programs are just "the same code running endlessly". The devil is in the inputs.

  2. PLC programmers have been doing this for years... on What Makes Parallel Programming Difficult? · · Score: 1

    PLC code for automated mechanical systems runs into all of the same timing issues etc. Obviously the PLC code is much smaller but this is mostly due to the instructions acting on smaller data sets, but can still be just as complicated,.