Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
54 views

I'm having a problem that I can't figure out. This is a function block of my program: When I call the Emergency button to activate the emergency status it doesn't enter. To solve that I found that it ...
M4rc0txt's user avatar
-1 votes
1 answer
60 views

I am using the Delta AS228T-A plc model and DIA Designer software to program the plc, i want to set the input gpio(X0.0) in the output rung like this below image It throws me an error before i upload ...
ksv's user avatar
  • 9
0 votes
0 answers
104 views

I'm just starting up learning ladder logic, more specific in GP Pro EX. I'm trying to get the gist of how to do math proberly in LL. Right now i have values that i want to multiply be eachother, but ...
iqmatic's user avatar
0 votes
1 answer
143 views

I am trying to accumulate the number of seconds counted by a 'batch counter'. Every new batch, the counter automatically resets to zero and starts to count until the batch stop. I can't control the ...
Modicon's user avatar
  • 121
2 votes
1 answer
115 views

I have three inputs; Speed1, Speed2, Speed3. These inputs can be selected through interactive graphics on an HMI. Currently I can select all three speeds by clicking all three buttons. However, I want ...
Jasper's user avatar
  • 23
1 vote
0 answers
231 views

I've been looking around but cant seen to find what data structure I can implement to represent a ladder diagram from a PLC program PLC in python. For those not familiar with ladder diagrams. It is ...
Carl Hidestål's user avatar
0 votes
1 answer
2k views

after I put 'next', it appears like this bellow. x dummy. I don't how to fix this error. I tried install so many times but I still have this error. I hope everyone help me fix this error.
Đình Trinh Mai's user avatar
1 vote
1 answer
2k views

I would like to insert string value into PLC, I searched a lot of information but unable to get an accurate method to do it. The plc that I using is DVP-14SS2 and I using wplsoft as the software to ...
Jason Lee's user avatar
1 vote
3 answers
1k views

I have a value stored in MW20 and I need to set to most significant bit to 0 without using bit operations but I don't find how I need to do this. I know this: ----> MB20 = D7 / MW20 = D7C5 ...
Seppe Mariën's user avatar
1 vote
1 answer
186 views

if I want to create a ladder diagram on step7.after I want to make it secret from other people?
tarik blal's user avatar
1 vote
2 answers
443 views

I know there are a lot of already existing questions about this problem, but I haven't found anything that answers mine. My recursion is working fine for lower numbers (I tried int 10) but when I ...
ida nicole herbert's user avatar
2 votes
4 answers
2k views

I have to make a circuit to prevent dividing a number by zero. I tried to put a condition in front of the division block but it did not work. What could I do to solve that? Bellow is the non-...
Vinícius A. L. Souza's user avatar
2 votes
1 answer
7k views

I have a barcode scanner that communicates with a 1756-L75 ControlLogix PLC over RS232. The data from the scanner is read in byte by byte and stored in a SINT array as characters. It includes a ...
lcecl's user avatar
  • 381
1 vote
0 answers
1k views

I'm working around a connection between a PLC device and my companies PC. The PLC is the known Siemens S7-200 and I'm using vb.NET. Probably I should use another language but vb.NET is the one I'm ...
Pspl's user avatar
  • 1,474
3 votes
2 answers
5k views

TL;DR: What is the best way to Export Ladder Logic in Tia 14? Recently my company has started using Tia Portal v14. The update was due and we have begun to do some work with the S7 1500 series of ...
JustinCoplin's user avatar
5 votes
6 answers
18k views

Recently I trying to learn Ladder Logic programming for PLCs, but I want to know if there is any IDE to create Ladder programs better that Step7 or cx-programmer? Is there any plugin for Visual ...
Ali Foroughi's user avatar
  • 4,609
13 votes
5 answers
6k views

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 ...
Erik van Brakel's user avatar