Search found 950 matches

by Schtiel
Tue Oct 04, 2016 10:07 am
Forum: SIMATIC system
Topic: MSI 107 ERROR
Replies: 1
Views: 1841

Code: Select all

%WINDIR%\System32\msdtc.exe -install
by Schtiel
Mon Oct 03, 2016 2:36 pm
Forum: Other HMI
Topic: Modscan32 or 64
Replies: 2
Views: 2734

by Schtiel
Thu Sep 29, 2016 7:44 am
Forum: SIMATIC HMI
Topic: Problems installing Protool 6.0 SP3 for upgrading a project.
Replies: 1
Views: 3070

Have you checked this topic?
by Schtiel
Tue Sep 27, 2016 9:10 pm
Forum: Other PLC
Topic: C++ and PLC
Replies: 6
Views: 4657

Which PLC?
To connect to Simatic PLC you can use this library
by Schtiel
Wed Sep 21, 2016 8:53 pm
Forum: SIMATIC HMI
Topic: [?]: anyone know any Free OPC Servers ?
Replies: 5
Views: 5335

Did you try V8.0?

(sfaq)
With SIMATIC NET CD V8.0, SIMATIC NET products are expanded to include various new functions and are able to support the 32-bit Windows 7 Professional and Ultimate operating systems.
by Schtiel
Mon Sep 19, 2016 4:23 am
Forum: SIMATIC HMI
Topic: [?]: anyone know any Free OPC Servers ?
Replies: 5
Views: 5335

Have you tried OPC Server from Siemens?

(sfaq)
The SIMATIC NET OPC Server on the SIMATIC NET CD Edition 2008 SP2 (V7.1 SP2) can now be used together with the S7-1200
Can be downloaded here:
(dlink)
by Schtiel
Fri Sep 02, 2016 8:37 pm
Forum: Other (only about CAD and Soft)
Topic: [LINK]: EPLAN ELECTRIC P8, Fluid, Pro Panel, PPE, EEC v2.6
Replies: 81
Views: 154041

1: Install the software EPLAN series. 2: Turn off the antivirus software, turn off the UAC system. 3: Run as administrator HASPUserSetup.exe. 4: Run as administrator EPLAN全系列 2. 1 2.3 2.4 2.5 2.6 X64 crack.exe. 5: Copy version.dll to: C:\Program Files\EPLAN\Platform\2.6.3\Bin. Solve the problem of ...
by Schtiel
Wed Aug 31, 2016 12:29 pm
Forum: Other HMI
Topic: GE SRTP protocol specification
Replies: 1
Views: 2277

libOpenSRTP

You can check this sample code
by Schtiel
Wed Aug 17, 2016 6:24 am
Forum: SIMATIC system
Topic: How to access Modbus TCP Conection Status/IP via C in WinCC
Replies: 5
Views: 5194

This is a sample of changing IP address of connection to CP 443-1. May be it would give an idea how to to do the same for Modbus TCP #include "apdefap.h" int gscAction( void ) { // WINCC:TAGNAME_SECTION_START // syntax: #define TagNameInAction "DMTagName" // next TagID : 1 #define TAG_0 "@NewConnect...
by Schtiel
Tue Aug 16, 2016 6:22 pm
Forum: SIMATIC system
Topic: How to access Modbus TCP Conection Status/IP via C in WinCC
Replies: 5
Views: 5194

It is about getting status of connection via C-sctipt #include "apdefap.h" int gscAction(void) { DWORD dwState = 0; GetTagSWordState ("External_tag_1", &dwState); if (dwState == 0) { //Tag status OK printf ("Tag status Ok: [Statuscode (hex):%X]\r\n",dwState); SetTagBit ("Trigger", FALSE); SetTagBit ...
by Schtiel
Mon Aug 15, 2016 12:39 pm
Forum: SIMATIC HMI
Topic: How to hide/display certain messages in WinCC v.7.0 Runtime
Replies: 1
Views: 2687

MsgFilterSQL
by Schtiel
Tue Aug 09, 2016 11:01 am
Forum: SIMATIC system
Topic: File source
Replies: 4
Views: 3272

From "Programming with STEP 7" manual: When uploading blocks from the CPU to the programming device, remember that there are two distinct situations: 1. The user program to which the blocks belong is located on the programming device. 2. The user program to which the blocks belong is not on the prog...
by Schtiel
Sat Aug 06, 2016 7:06 pm
Forum: Simatic (Russian)
Topic: ФОРСИРОВКА В STEP7
Replies: 2
Views: 3417

Force не работает на симуляторе, только на реальном железе

В VAT в Trigger можно выбрать выполнять modify в конце скана (end of scan), тогда выходы будут устанавливаться независимо от программы.

Image
by Schtiel
Thu Aug 04, 2016 9:09 pm
Forum: Simatic (Russian)
Topic: вновь уничтожен официальный форум Симненса
Replies: 44
Views: 64675

Re: Проблемы на официальном сайте http://dfpd.siemens.ru/

vasbas wrote:Люди, подскажите где теперь найти файлы "Краткая информация и цены" о продуктах??Например на S7-300???
В поисковике...

S7-300, Product Info

Интерактивный каталог CA 01 2016 Русская редакция с ценами - копия с официального сайта
viewtopic.php?f=9&t=24311
by Schtiel
Sun Jul 03, 2016 10:26 pm
Forum: Simatic (Russian)
Topic: Как узнать версию step 7 и wincc flexible
Replies: 1
Views: 2490

Запустить программу C:\Program Files\Common Files\Siemens\S7AVERSX\s7aversx.exe (или в меню Пуск - SIMATIC - Information - Installed software)
Spoiler
Show
Image
by Schtiel
Wed Jun 29, 2016 5:52 pm
Forum: Other PLC and HMI (Russian)
Topic: hitachi plc problem
Replies: 2
Views: 2562

Is cable correct (see pinout)? Which version of Actwin do you use?
by Schtiel
Fri Jun 24, 2016 1:51 pm
Forum: Simatic (Russian)
Topic: Как обратиться к элементу массива по переменному индексу
Replies: 4
Views: 3275

А можно ли запрограммировать на stl, а потом перевести в FBD? Можно создать блок доступа к i-му элементу массива на STL, а потом вызывать его на FBD: http://s8.hostingkartinok.com/uploads/images/2016/06/8117c08d67b1cd52a11a4a414acfcc41.jpg FUNCTION_BLOCK FB 1 TITLE = VERSION : 0.1 VAR_INPUT IntArra...
by Schtiel
Thu Jun 23, 2016 10:51 am
Forum: Simatic (Russian)
Topic: Как обратиться к элементу массива по переменному индексу
Replies: 4
Views: 3275

На FBD вряд ли возможно, а про индексацию массивов на STL было тут и тут
by Schtiel
Mon Jun 20, 2016 8:04 am
Forum: Other PLC
Topic: IEC FOR concept2.6xl
Replies: 8
Views: 5377

You can't upload information if it was't downloaded. There is nothing to upload, no upload information.
by Schtiel
Thu Jun 16, 2016 9:10 am
Forum: Other PLC
Topic: IEC FOR concept2.6xl
Replies: 8
Views: 5377

If IEC upload information was not included by the PLC programmer, you can't upload it from PLC
by Schtiel
Mon Jun 13, 2016 5:12 pm
Forum: Other PLC
Topic: concept 2.6 xl crack
Replies: 8
Views: 5803

Re: concept 2.6 xl crack

may be
ahmad_maheri wrote:usb to serial covertor
isn't operational or is a low quality converter, try another one
by Schtiel
Fri Jun 10, 2016 8:21 pm
Forum: Other PLC
Topic: concept 2.6 xl crack
Replies: 8
Views: 5803

authorcc.dat

Image
by Schtiel
Thu Jun 09, 2016 5:56 pm
Forum: Other PLC and HMI (Russian)
Topic: как открыть запароленные блоки в proficy ME 7?
Replies: 7
Views: 5999

Re: как открыть запароленные блоки в proficy ME 7?

anton1109 wrote:актуальные прошивки для ic693cpu374plus и ic693niu004, а то я слышал они в прошлом году обновились. (tyou)
Пока что у обоих
v6.20 Posted: 7/31/2013
by Schtiel
Thu Jun 02, 2016 10:39 am
Forum: Other PLC
Topic: Protocol Teasters softwares
Replies: 2
Views: 2143

Re: Protocol Teasters softwares

May be Profibus Scope is the tool you are searching for
by Schtiel
Mon May 30, 2016 7:07 pm
Forum: Other HMI
Topic: [?+]: Weintek XOB file unpassword
Replies: 290
Views: 202730

by Schtiel
Fri May 27, 2016 9:45 am
Forum: Other PLC
Topic: Cimplicty Version 8.0 or later
Replies: 1
Views: 1587

Re: Cimplicty Version 8.0 or later

(dlink)
by Schtiel
Mon May 23, 2016 10:35 pm
Forum: SIMATIC system
Topic: Two Modbus Integers to Real in S7-300?
Replies: 5
Views: 6215

You don't need to merge anything, just access two words as floating point:
Image
by Schtiel
Mon May 09, 2016 5:19 pm
Forum: Other HMI
Topic: HELP!!!URGENT vijeo citect work only with ebool and not inte
Replies: 5
Views: 3705

Post screenshots of your problem. Did you try your project on another PC with fresh installation of Citect?
by Schtiel
Tue Apr 26, 2016 12:34 pm
Forum: Other PLC
Topic: Matrikon OPC Tunneler v2.3.1 to v3.0.4
Replies: 8
Views: 8316

duongvuquy wrote:malware warning
Uncheck "Download with Secured Download manager" checkbox before pressing Image button
by Schtiel
Wed Mar 23, 2016 11:43 am
Forum: Other HMI
Topic: Vijeo runtime problem
Replies: 3
Views: 3238

Re: Vijeo runtime problem

Blasa wrote:-Is there any upper version of vijeo?
Vijeo Designer 6.2 SP1:
(dlink)
by Schtiel
Tue Mar 15, 2016 7:07 pm
Forum: Other HMI
Topic: Request: KEPServerEx V5.xxx
Replies: 32
Views: 68122

Re: Re:

How to use it on windows 7 x64? Do you have an idea? You can reboot in safe mode, make backup of usp10.dll in C:\Windows\system32\ (or may be C:\Windows\syswow64\ ?), replace it with the version from archive. Reboot in normal mode and check. Not tested - try on your own risk http://calltothepost.yu...
by Schtiel
Tue Mar 15, 2016 1:19 pm
Forum: Other HMI
Topic: Request: KEPServerEx V5.xxx
Replies: 32
Views: 68122

Re: Request: KEPServerEx V5.xxx

Pvalp wrote:Any link to download KEPServerEx V4.5
viewtopic.php?p=70660#p70660
by Schtiel
Tue Mar 15, 2016 12:58 pm
Forum: Other HMI
Topic: Request: KEPServerEx V5.xxx
Replies: 32
Views: 68122

This patch do not work Which operating system do you use? I believe that's because KEPServerEXV5 service (executable file server_runtime.exe) on your PC uses usp10.dll from Windows/system32 folder and not from the place where you copied it. That could be checked by ProcessЕxplorer , for instance. P...
by Schtiel
Mon Mar 14, 2016 7:04 pm
Forum: Other HMI
Topic: Request: KEPServerEx V5.xxx
Replies: 32
Views: 68122

Re: Request: KEPServerEx V5.xxx

TuyenNL wrote:Gruu...I have tried download and install the link that Link have uploaded.

Sorry, this is the monkey of forum member:
http://e10000.cn/a/a.asp?B=308&ID=2524456

Game cat...
What did you try to say with this post?
by Schtiel
Mon Mar 14, 2016 7:53 am
Forum: Other PLC
Topic: [LINK]: Unity Pro XL v2.0 and v2.2
Replies: 16
Views: 14867

[LINK]: Unity Pro XL 3.1

Alice34 wrote:excuse me, im looking for someone who has the version 3.1
See first post here
by Schtiel
Mon Mar 07, 2016 2:21 pm
Forum: SIMATIC system
Topic: what type of microprocessor used in PLCs
Replies: 3
Views: 4898

What is inside Simatic PLC you can view at the following website:
http://s7detali.narod.ru/
by Schtiel
Mon Feb 29, 2016 8:09 am
Forum: SIMATIC system
Topic: OP3
Replies: 1
Views: 1689

You can download ProSave from the official website:
https://support.industry.siemens.com/cs ... w/10347815
http://support.automation.siemens.com/W ... n/11017496

But it doesn't support OP3
Umencho wrote:So, if we have in mind OP3 (or C7-621) there is no way to upload program from it.
by Schtiel
Tue Feb 23, 2016 12:19 pm
Forum: Other HMI
Topic: GE iFix 5.8 license ?
Replies: 29
Views: 44467

Latest license is software key i saw Yes, you should generate .request file and obtain .response file. .response file contains the following lines: KEY_MASK_VER=3,PROD_ID=128;15;6,KEY_MASK=13^00000000000000000000000000;13^00000000000000001000000000;26^00000000000000000000000000000000000000000000000...
by Schtiel
Sun Jan 17, 2016 8:23 pm
Forum: Other PLC
Topic: Help on Unity Pro missing EFB
Replies: 8
Views: 4343

Looks like your project in Quantum PLC uses some custom libraries...
by Schtiel
Fri Jan 15, 2016 6:37 pm
Forum: Other PLC
Topic: Help on Unity Pro missing EFB
Replies: 8
Views: 4343

Which types are not found? May be you need to install the LL984 library?
by Schtiel
Tue Oct 20, 2015 8:11 pm
Forum: Other PLC
Topic: Request : Unity Pro XL 7 or Higher
Replies: 2
Views: 2555

There a lot of links that are still alive. Please search again.
by Schtiel
Thu Oct 15, 2015 7:54 pm
Forum: Other HMI
Topic: cimplicity 7
Replies: 1
Views: 2438

Re: cimplicity 7

SIMs are cumulative, so it should be enough to install only 27:
http://rghost.ru/8gN9ZHPZt
SIM 12:
http://rghost.ru/6YhjnWgsj
by Schtiel
Mon Oct 05, 2015 8:36 pm
Forum: Other PLC
Topic: SOMachine V3
Replies: 2
Views: 2059

Have you tried this link?
by Schtiel
Sun Aug 30, 2015 2:30 pm
Forum: Other PLC
Topic: What software do i need?
Replies: 2
Views: 2493

bibman wrote:Proworx NxT
(dlink)
by Schtiel
Mon Aug 24, 2015 5:57 pm
Forum: Other PLC and HMI (Russian)
Topic: как открыть запароленные блоки в proficy ME 7?
Replies: 7
Views: 5999

Re: как открыть запароленные блоки в proficy ME 7?

anton1109 wrote:ic693cpu374plus
ic693pbs201
ic693cmm321
ic693niu004
(dlink)
by Schtiel
Mon Aug 24, 2015 4:02 pm
Forum: Other PLC and HMI (Russian)
Topic: как открыть запароленные блоки в proficy ME 7?
Replies: 7
Views: 5999

Для каких моделей ПЛК нужны прошивки?
by Schtiel
Sun Aug 23, 2015 2:02 pm
Forum: Other PLC and HMI (Russian)
Topic: как открыть запароленные блоки в proficy ME 7?
Replies: 7
Views: 5999

Re: как открыть запароленные блоки в proficy ME 7?

anton1109 wrote:И если не сложно подскажите где можно скачать firmware для модулей ge fanuk
(dlink)