Questions tagged [tia-portal]

The TIA-Portal tag describes the SIMATIC STEP 7 Totally Integrated Automation Portal and is the graphical user interface for the broad range of Siemens PLCs. On this platform you can plan, program, validate, diagnose and control your written PLC program. The device database gives access to basic, advanced and distributed controllers of each generation.

16 questions
13
votes
2 answers

Connecting an PLC Siemens S7-1500 to an SQL Server Database

The connection guide is here. I track the guide and do a lot of stuff. The connection between PLC and SQL server is ok, I've login successfully to SQL. I can insert to tables, update, and execute store procedures. But when I run a select query I…
Peyman Majidi
  • 1,200
  • 1
  • 11
  • 25
2
votes
0 answers

How to set I/O values in siemens PLC Device?

I am creating a Web API for a local network in the .net framework(C#). In that user can import/export IO Tags from excel or set them as a static string array. I have added (Siemens.Engineering.Hmi.dll) but still, it shows a not found compile-time…
Dot Net
  • 21
  • 3
2
votes
2 answers

S7-1200, Snap7: Exception: CLI : function refused by CPU (Unknown error)

Running below snap7 client script for python using Siemens S7-1200 PLC shows the below common CLI refusal error. What is here the common problem and how to solve it? Script: import snap7 from snap7.util import * import struct import…
ZF007
  • 3,318
  • 8
  • 26
  • 39
2
votes
1 answer

Siemens S7-1200 PLC LED DI/DO History

Is there a way to review the Digital Input/Digital Output LED light history of a Siemens S7-1200 PLC? If so, is it through the web portal or through Simatic and can someone point me in the direction of where to find such information? Thanks - will…
Emko
  • 21
  • 1
2
votes
1 answer

Siemens S7-1200. TRCV_С. Error code: 893A; Event ID 02:253A

Please, help to solve the problem with communication establishment between PC and 1211C (6ES7-211-1BD30-0XB0 Firmware: V 2.0.2). I feel that I've made a stupid mistake somewhere, but can't figure out where exactly it is. So, I'm using function…
KrasnokutskiyEA
  • 487
  • 5
  • 18
1
vote
0 answers

WINCC and SQL adding new elemnt in table

I've created a project in WINCC where i create table(examples are at bottom) and then put values of temperature transmiter in it, in cycles of one second. My problem is that after some time new data doesn't go on bottom in table, it goes randomly in…
1
vote
1 answer

Mindsphere; Mapping an aspect to a data source; can't link variables with the asset type

I'm new to the Mindsphere platform. I'm trying to link the variables with the asset type but when I click on Change (wechseln) I get a blank white page. I've already created an Asset (MindConnect Nano), an Aspect, a Type and an Asset Type. I'm using…
1
vote
3 answers

Need clarity on opc ua server and opc ua client

I would like to create an application for industrial automation to do the following functionalities: Read values from PLC, SCADA, and DCA Process those values and notify failures to Supervisor and Technician I am new to the Industrial Automation…
1
vote
1 answer

Trouble installing Siemens TIA software

I've have installed the Siemens TIA software from Siemens' Homepage The version is: SIMATIC STEP 7 and WinCC V15.1 / S7-PLCSIM V15.1 TRIAL. The error I get is: An Error occurred during setup. Some installed products need licenses. Please start the…
Swapsster
  • 23
  • 1
  • 5
1
vote
1 answer

PLC S7-1200 CPU 1211C Run/Stop LED is organge all time

I'm having problems with my PLC s7-1200 CPU 1211C, after I connected to 24VDC LED status only turn on Run/Stop LED, but in orange colour, not Green, my PLC is new and I don't how to fix It. Note: I'm using TIA Portal V14 and also It doesn't…
judlup
  • 103
  • 2
  • 12
0
votes
1 answer

Missing "Enable standard Simantic Server Interface" in OPC UA server options of TIA Portal V16

I'm pretty new to working on Siemens PLC (in my case a S7-1500). I want to set-up a OPC-UA server using a customn created information model. However I'm missing the option "Enable standard SIMATIC server interface" in the CPU settings. This is how…
0
votes
1 answer

"some installed products need licenses. Please start automation license manager..." TIA portal installation error

Newbie here. So I've been having trouble installing TIA Portal v15.1. During the installation, I always get an error message saying "some installed products need licenses". I'm on win 10 Pro 64 bit. The log file can be found here:…
0
votes
1 answer

Trouble installing TIA portal: sqlcmd.exe is missing

I'm trying to install Siemens TIA portal, but get a setup error. The setup states that "Some installed products need licenses", but shouldn't it just work with a trial license? It does give some error related to the missing of sqlcmd.exe. The…
likemike2
  • 1
  • 2
  • 3
0
votes
1 answer

Comparing 2 arrays of characters and finding a match on S7 1500 (PLC)

I am currently working on a small coding exercise on S7 1500 using ST(SCL) where 2 Arrays, A (being the bigger one in length) and B are compared with each other and checked for matching elements. However the array B consists of alphanumeric…
Arjun
  • 9
  • 7
0
votes
1 answer

Using WGET to retrieve information from PLC - Error 400 Bad Request

I'm attempting to use the wget program to retrieve and save a list of data from my Siemens S7-1200 PLC. Using a batch file I had written I was able drill down the folder path to my wget.exe file. Upon running the wget executable I get the error…
1
2