Skip to main content

All Questions

Tagged with
0 votes
1 answer
2k views

Is it possible to change counter signal to analog signal in Siemens Logo?

Is it possible to change counter signal to analog signal in Siemens Logo? When Cnt is for example 4, then the Analog Threshold Block is going to giving out a high signal, else low signal.
euraad's user avatar
  • 1,324
0 votes
3 answers
637 views

IO link sensors with PLC

This is probably a stupid question but I am new to IO link sensors. When using IO link technology with a PLC (siemens s7-1200) can you connect devices that are not IO link sensors? For example say I ...
David777's user avatar
  • 1,555
0 votes
2 answers
13k views

TIA portal - failed to establish a connection

I'm using TIA portal siemens v15.1 for my project when i tried to upload the code to the plc this error pops up. Appreciate anyone can help me in this issue
Aisha's user avatar
  • 11
0 votes
1 answer
122 views

Simatic Microbox PC

I just started my research studies and part of it is based on an assembly line which uses a Microbox IPC427E for automation. However, I have never used a microbox before and only have some experience ...
ncbdrck's user avatar
0 votes
1 answer
122 views

Drive stepper motor with potentiometer in Siemens PLC

It is difficult for me to drive a stepper motor with potentiometer (position stepper motor with position potentiometer). I've done program, to see the value from potentiometer with NORM_X. I am using ...
Theodoros Siapakas's user avatar
-1 votes
1 answer
403 views

PLC s7-1200 Ladder logic

I'm checking some software for PLC s7-1200 According to my knowledge current time will never be > max time. hence, the logic will never trigger [so the code following P_TRIG is useless] ? [I'm ...
Hasan alattar's user avatar
-1 votes
2 answers
785 views

Understanding ladder PLC logic

I'm trying to understand the flow logic of ladder language. Is it sequential like C/C++? "i don't think so" Particular case: I've been trying to something very simple but cant make it happen as I ...
Hasan alattar's user avatar
0 votes
1 answer
657 views

Switching outputs using ladder logic

I am new to programming in ladder logic and am trying to write a simple program wherein outputs Y65 and Y66 follow the sequence: Y65 turns on for 30 seconds. Y65 turns off. Y66 turns on for 30 ...
Vasiq's user avatar
  • 1
-1 votes
1 answer
404 views

How to vary the voltage output depending on the changes in temperature?

I am working with the Siemens Logo8! PLC (0BA8 version) and the purpose of my circuit seems to be simple: If temp > 25°C then output voltage = 8V If temp < 25°C and >15°C then output voltage = 5V ...
NatD's user avatar
  • 1