Tagged Questions

PLC (Programmable logic controller) or programmable controller is a digital computer used for automation of electromechanical processes, such as control of machinery on factory assembly lines, amusement rides, or light fixtures.

learn more… | top users | synonyms

11
votes
11answers
6k views

Learning PLC programming

How do I learn PLC programming? Would it differ greatly for different brands of PLCs? Is ladder programming the same as PLC programming?
7
votes
7answers
2k views

Being a better / more efficient PLC Programmer

The company I am doing my intership/appretinceship in, does mainly PLC programming with Siemens modules. Comes from the fact that most of the people were electric guys and switched over to ...
6
votes
5answers
416 views

PLC Version Control

I need to come up with a CM process for PLC code. Currently, the system is developed using RSLogix 5000. The build product is a monolithic file that can be loaded onto a PLC for execution and edited ...
6
votes
5answers
619 views

Where is a good place to start with making an application in .NET that communicates through OPC?

Where is a good place to start with making an application in .NET that communicates through OPC?
6
votes
3answers
2k views

Is there a good library for dealing with the Modbus protocol in .NET?

Does anyone know of a good (preferably open source) library for dealing with the Modbus protocol? I have seen a few libraries, but I am looking for some people's personal experiences, not just the top ...
4
votes
1answer
316 views

What is a Historian?

What is the function of a historian in terms of OPC and PLC?
3
votes
3answers
602 views

Interfacing .NET with Siemens PLC S7 200

I'm trying to interface .NET (C# or VB doesn't matter) with a Siemens PLC S7 200. I can't however get a connection set up. I'm working on a Win7 64bit machine but can't seem to get it working on 32bit ...
3
votes
2answers
707 views

Good open source OPC software

We are currently using a free trail version of KEP Server for our OPC to communicate with our PLC. We were wondering if anyone knows of any good open source OPC software.
3
votes
4answers
165 views

A Question About PLC Instructions

Can an input X1 change while instruction sequence is still being processed? e.g. LD X1 AND X2 OUT Y1 LD X1 // Can X1 loaded here differ from the previous one? AND X3 OUT Y1 Thanks
3
votes
4answers
1k views

Testing ladder logic

We all know the various ways of testing OO systems. However, it looks like I'll be going to do a project where I'll be dealing with PLC ladder logic (don't ask :/), and I was wondering if there's a ...
2
votes
1answer
46 views

Quickest way to check if 10 integers have changed from last cycle

This is a PLC program so the values can change without knowledge. can someone think of a hash algo that will check if 5 to 10 integers have changed since last cycle. I need this to be as fast as ...
2
votes
1answer
328 views

PLC not connecting to KEP Server (OPC)

We can't get our PLC to reliably connect with KEP Server (OPC). I was wondering if anyone else here at SOF has experience working with PLC and OPC. If so do they have any tips on making a reliable ...
1
vote
0answers
55 views

Methods to authentication in an iOS app

I'm developing an iOS application for a client that reads PLC controller data via TCP/IP. The PLC devices don't have any method to authenticate a user..so basically if you know what your looking for, ...
1
vote
3answers
105 views

Why Elsif not Else If In PLC programming

Im a PLC programmer and I am wondering why the reserved word elsif (ie without the E ) is used. I know that elseif or any other combination is not used as reserved words. Is there a history to use ...
1
vote
3answers
438 views

How can I add code to a libnodave test program (testISO_TCP simplified) that protects the read routine from crashing?

I will start by saying that I am a college student with little c++ experience. How many times have you heard that right? I am working with the test program testISO_TCP (simplified version) from the ...
1
vote
1answer
270 views

Resources to accessing a S7 Profinet PLC (1212C) from Java

I have a relatively special question here. At least I think it's special as Google didn't seem to be able to provide me with the information I was looking for. I have recently purchased a S7 Starter ...
1
vote
1answer
272 views

transferring from PLC (OPC client server Kepware) to MS Access, C

I am completely new to working with PLCs, but I have a project that need fetch data from an OPC client server, then send it to an Access database table. The bulk of the code minus OPCWriteGroupItems ...
1
vote
1answer
298 views

TCP Windowsize 0 after FIN packet

Is it okay if a machine sets the TCP windowsize to zero after receiving a FIN? I've got the following packet dump from wireshark of the end of the connection and I'm just wondering if this is a valid ...
1
vote
1answer
594 views

Programming against a PLC via OPC protocol with C#

I'm running this code to connect to a plc. System.Guid guid=new Guid("75d00bbb-dda5-11d1-b944-9e614d000000"); System.Type t=Type.GetTypeFromCLSID(guid,node,true); object ...
1
vote
6answers
2k views

PLC Programing in C# .NET

Can I Write Programs for PLC Controlling in C#? How?
1
vote
2answers
235 views

What can I use to communicate with HMS AnyBus AB7007 gateway to PLC

I need to develop a simple website to display some values that are inputted to a PLC connected to a hardware Gateway( HMS AnyBus AB7007) already installed that converts RS485 Modbus to Ethernet ...
1
vote
1answer
561 views

Pointers and online change in TwinCAT and CoDeSys

Are pointers safe against online change of running PLC program in TwinCAT 2.10 and in CoDeSys 2.3 on which the first one is based? What happens if memory block gets reallocated as part of online ...
1
vote
6answers
1k views

C to IEC 61131-3 IL compiler

I have a requirement for porting some existing C code to a IEC 61131-3 compliant PLC. I have some options of splitting the code into discrete function blocks and weaving those blocks into a standard ...
1
vote
3answers
1k views

Any successful profibus communications from .NET?

Has anyone successfully talked profibus from a .NET application? If you did, what device/card did you use to accomplish this, what was the application, and did you use any kind of preexisting or ...
0
votes
0answers
34 views

Remote Handling PLC using Web based java application

we are developing an simulator application where user can create simulation and run the logic. now in second phase of our project we required hardware triggering using web based application . i ...
0
votes
0answers
48 views

How to access built-in items of ActiveX interface of Facon Communication Server?

I have create a simple VB.NET application that speaks to my PLC over the Active X Interface of Facon Communication Server . I successfully connect/Disconnect , add/delete groups , add/delete items ...
0
votes
1answer
54 views

PLC check byte unknown

I'm trying to understand how a old machine (PLC) generates a check byte in its data exchange, but i can't figure what and how is done or what kind of algorithm is using. I have a very sparse ...
0
votes
1answer
59 views

Is Step 7 v5.5 compatible with v5.4?

Does anyone know if a project that was originally created in step 7 v.5.4, then opened, edited, and saved in 5.5, can then be reopened in 5.4 again?
0
votes
1answer
47 views

How to modify register values in a PLC via Terminal in Mac OSX?

Simply speaking, I have a Programmable Logic Controller connected to my Mac via a USB to Serial adapter. There is another adapter converting the RS-232 from the computer to the RS-485 required by the ...
0
votes
0answers
48 views

Ladder Logic function abbreviations for different brands

I was wondering if any body knows where I could find a table that compares different companys ladder logic function abbreviations. I am currently studing Allen Bradley Ladder Logic but my work has ...
0
votes
2answers
54 views

Network communication troubleshooting

I have an Industrial HMI written by a third party in C++ that communicates with 36 GE PLCs via TCP/IP. The HMI is running on two different machines in the same room connected to the same switch. One ...
0
votes
1answer
77 views

MATLAB PLC identification

I need help with this assignment: Communication channel (eg. Power Line) has non trivial characteristics which is the major problem in achieving high modem throughput. That is why, we would like to ...
0
votes
1answer
132 views

Problem while using Extended ASCII Values

I am doing a project with a PLC, im using sockets to interact with server listening on the PLC.I gave the instructions in the ASCII Format,untill 127 my instructions are working fine,when it exceeds ...
0
votes
1answer
209 views

Conceal packet loss in PCM stream

I am looking to use 'Packet Loss Concealment' to conceal lost PCM frames in an audio stream. Unfortunately, I cannot find a library that is accessible without all the licensing restrictions and code ...
0
votes
2answers
212 views

Directional Logic PLC

How do you determine direction of inputs using ladder diagrams with a PLC? Meaning, how do you save the previous state? Previous state of inputs. I need to determine direction that photobeams were ...
0
votes
1answer
516 views

PLC Ladder Logic Outputs

On a single ladder rung how many outputs can you have. If you have more than one. Would it be AND Logic, or OR Logic. Series, or parallel. I'm trying to make six lights flash using timer on delay ...
0
votes
2answers
740 views

Run CodeSys V2.3 in batch mode

I'm afraid I'm not making much progress on the 3S forums. So you lot are going to get pestered now! I'm using 3S Codesys v2.3 I'm trying to create a boot project and do sourcecode download on my ...
-2
votes
1answer
794 views

PLC Ladder Logic

I am trying to use PLC's to monitor a race track. I will be using 3 Photo sensors to show which car crossed the finish line first. Each sensor will have be OTL (Latched) instruction. Each lane will ...