Search found 226 matches

by Homeroid_BL
Fri Mar 01, 2013 4:51 pm
Forum: SIMATIC system
Topic: Monitor profibus ladder on a network
Replies: 4
Views: 2793

Re: Monitor profibus ladder on a network

As far as I know, "Ladder monitoring function" is only integrated in OMRON HMI.
by Homeroid_BL
Fri Mar 01, 2013 12:37 pm
Forum: SIMATIC system
Topic: Info: TIA Portal V13 SP2 Trial is ready for download
Replies: 36
Views: 227561

Re: Info: TIA Portal V12 Trial is ready for download

Anyone yet installed succesfully TIAP V12? On Win7 32-bit? Is it possible to open new project (CoMod had problems)? Is it possible to open V11 project? Does V12 uprade V11, or after instalation there are V11 and V12 both? I have downloaded all, but I am affraid to instal becouse I know tha V12 is pr...
by Homeroid_BL
Thu Feb 28, 2013 9:41 am
Forum: SIMATIC system
Topic: Info: TIA Portal V13 SP2 Trial is ready for download
Replies: 36
Views: 227561

Re: Info: TIA Portal V12 Trial is ready for download

"Once you have installed V12" - must satisfy this first :)
by Homeroid_BL
Thu Feb 28, 2013 9:30 am
Forum: SIMATIC system
Topic: Info: TIA Portal V13 SP2 Trial is ready for download
Replies: 36
Views: 227561

Re: Info: TIA Portal V12 Trial is ready for download

Hehehe Simatic software has bugs? Miracle! :) CoMod, could you post a link to the EKB_Instal file which contains V12 licences? I have Simatic_EKB_Install_2012_07_19; Simatic_EKB_Install_2012_09_29; Simatic_EKB_Install_2012_10_12; Simatic_EKB_Install_2013_01_21 - but I can not find any V12 keys in th...
by Homeroid_BL
Tue Feb 26, 2013 8:29 am
Forum: SIMATIC HMI
Topic: [?+]: Getting two character of a string and write in a DW
Replies: 2
Views: 2593

Re: [?]: Getting two character of a string and write in a DW

Try something like this:

Code: Select all

a0$="ABEDOKHD569874125"

a1$=mid(a0$,2,2) (you get a1$="BE")

n1=asc(mid(a1$,1,1)) (you get n1=asc("B")=65, 0100 0001)
n2=asc(mid(a1$,2,1)) (you get n2=asc("E")=68; 0100 0100)

n=256*n1+n2; 0100 0001 0100 0100
n is a 16-bit integer, word.
by Homeroid_BL
Fri Nov 02, 2012 11:34 am
Forum: SIMATIC system
Topic: [?]: Connect Schneider ATS22D32Q to Siemens CPU 315-2 DP
Replies: 2
Views: 2816

Re: [?]: Connect Schneider ATS22D32Q to Siemens CPU 315-2 DP

There is a cheaper solution when you have a S7-300 and you must have a Modbus RTU. http://www.anybus.com x-gateway http://www.anybus.com/products/products.asp?PID=104&ProductType=Anybus%20Communicator http://www.acpd.co.uk/sei/s/1488/f208.pdf http://www.ebay.com/itm/HMS-AB7000-ABC-PDP-Profibus-DP-Se...
by Homeroid_BL
Sat Jul 07, 2012 7:29 am
Forum: SIMATIC system
Topic: [?]: PG/PC Interface locked (grey)
Replies: 6
Views: 5104

Re: [?]: PG/PC Interface locked (grey)

How to place screencopy image;
viewtopic.php?f=2&t=5669#p44957
by Homeroid_BL
Fri Jun 08, 2012 9:16 am
Forum: SIMATIC system
Topic: [?]: system with S7-200/Sinaut Micro SC/GPRS?
Replies: 0
Views: 2216

[?]: system with S7-200/Sinaut Micro SC/GPRS?

I need some explanations. I want to send 10 bytes from VB100 of Node1, to a Node2. Is sending routine in Node1, in network 2, OK? Then, in node 2, there is a routine for receiving data from Node1 (network 3). What is RECVBUFFER_START and RECVBUFFER_LENGHT? Does it means that buffer is from VB0 to VB...
by Homeroid_BL
Fri May 18, 2012 8:27 pm
Forum: SIMATIC system
Topic: [SOLVED]: TIA Portal firmware V3.0 NOT VALID???
Replies: 2
Views: 4729

[SOLVED]: TIA Portal firmware V3.0 NOT VALID???

Image

Even after installing Update 3
Image
by Homeroid_BL
Thu May 17, 2012 1:17 pm
Forum: SIMATIC HMI
Topic: [?]: the actual values of level sensor
Replies: 2
Views: 4924

Re: [?]: the actual values of level sensor

What is a communication partner of WinCC and which WinCC you are talking about?
by Homeroid_BL
Wed Feb 22, 2012 2:44 pm
Forum: SIMATIC system
Topic: [?]: Testing TIA Portal v11/v12 (We all beta-testers :)
Replies: 47
Views: 160411

Re: [?]: Testing TIA Portal v11 SP1 (We all beta-testers :)

Seems to me you will never open a project. Project was written in V10.5, so find a project, print it, and write a new one in V11 recpetcing HW/SW differences in those versions. There is one despert attempt: TIA V11 usually crashes if opens V10.5 with Wachtable created. Open project in V10.5, delete ...
by Homeroid_BL
Sun Jan 22, 2012 6:40 pm
Forum: SIMATIC system
Topic: [?]: Testing TIA Portal v11/v12 (We all beta-testers :)
Replies: 47
Views: 160411

Re: [?]: Testing TIA Portal v11 SP1 (We all beta-testers :)

Why TIA V10.5 and V11 are not compatibile (among all the rest):

Look this:

At TIA V11, REAL, UDINT, STRING and other complex variables can start ONLY AT ODD byte in Datablock.
In TIA V10.5, they can start at EVEN byte too.

Image
by Homeroid_BL
Sat Jan 14, 2012 7:44 am
Forum: SIMATIC system
Topic: S7-200 USS Protocol Library
Replies: 2
Views: 2390

Re: S7-200 USS Protocol Library

No need to post the same question in different subforums:
http://www.plcforum.uz.ua/viewtopic.php?f=30&t=17387
by Homeroid_BL
Wed Jan 11, 2012 11:08 pm
Forum: SIMATIC HMI
Topic: [?-]: invalid licence
Replies: 5
Views: 7541

Re: [?]: WinCC Logging for RT Advanced V11 - invalid licence

DiVan, You should be happy that there is one who realy use and test those programs.
You can say what you want, but LICENCE IS INVALID and NOT WORKING.

I just wanted a help, not asked a preacher.
by Homeroid_BL
Wed Jan 11, 2012 1:53 pm
Forum: SIMATIC HMI
Topic: [?-]: invalid licence
Replies: 5
Views: 7541

[?-]: invalid licence

Hi all! In Simatic_EKB_Install_2011_05_22 there is a lince for WinCC Logging for RT Advanced, but 'Version 99.9' that does not work, I mean- when logging is used, there is a 'This is a demo' window on RT. Is there a valid licence? http://img100.spamm.us/img100/6599/plcforum2012011100.th.jpg Thanks!
by Homeroid_BL
Tue Jan 10, 2012 12:17 am
Forum: SIMATIC system
Topic: [?]: TIA Portal/ WinCC Flex script problem
Replies: 7
Views: 6444

Re: [?]: TIA Portal/ WinCC Flex script problem

Lepes9, you were right. Something in Win7 'locks' target file and prevents script to be executed.
Deleting target file and restoring then from Recycle bin, helped and script can be executed.
by Homeroid_BL
Sun Jan 08, 2012 10:58 pm
Forum: SIMATIC system
Topic: [?]: TIA Portal/ WinCC Flex script problem
Replies: 7
Views: 6444

Re: [?]: TIA Portal/ WinCC Flex script problem

It is working today, grrrrrr..... But I do not know why..
by Homeroid_BL
Thu Jan 05, 2012 7:43 pm
Forum: SIMATIC system
Topic: [?]: TIA Portal/ WinCC Flex script problem
Replies: 7
Views: 6444

Re: [?]: TIA Portal/ WinCC Flex script problem

Yesterday evening worked, now it's not working.
Dear Simenes, how do you expect that someone PAYS for this TIA V11 shit?
by Homeroid_BL
Wed Jan 04, 2012 6:15 pm
Forum: SIMATIC system
Topic: [?]: TIA Portal/ WinCC Flex script problem
Replies: 7
Views: 6444

Re: [?]: TIA Portal/ WinCC Flex script problem

Sorry, sorry...
I just remembered that in fact I never used scripts in Win7. I used it only in XP SP2 and Vista (only for WinCC Flex, since TIA10.5, valid for that OS, does not support scrtipts), and it worked fine there.
by Homeroid_BL
Wed Jan 04, 2012 6:12 pm
Forum: SIMATIC system
Topic: [?]: TIA Portal/ WinCC Flex script problem
Replies: 7
Views: 6444

Re: [?]: TIA Portal/ WinCC Flex script problem

Hi L9!

No, it was always Win7 Ultimate.
On this laptop it is not possible to instal WinXP.
by Homeroid_BL
Wed Jan 04, 2012 11:26 am
Forum: SIMATIC system
Topic: [?]: TIA Portal/ WinCC Flex script problem
Replies: 7
Views: 6444

[?]: TIA Portal/ WinCC Flex script problem

Hi all! I have Windows7 Ultimate OS and WinCC Flexible 2008SP2, and TIA Portal V11 SP2 installed. But, scripting does not work neither in WinCCFlex neither in WinCC Advanced V11. Scripts like this, that worked before, now do not work. Sub Podizanje() Dim fso, DatSet Set fso = CreateObject("Scripting...
by Homeroid_BL
Fri Dec 16, 2011 7:53 am
Forum: SIMATIC system
Topic: [?]: Hydraulic Pump and Valve
Replies: 9
Views: 5007

Re: Hydraulic Pump and Valve

Sure. Pump should run continously.
by Homeroid_BL
Wed Dec 07, 2011 1:20 pm
Forum: SIMATIC HMI
Topic: [?]: Function for IO-Field change (Newbie`s question)
Replies: 6
Views: 4605

Re: [?]: Function for IO-Field change (Newbie`s question)

Use TAB on keyboard :)
Previously TAB sequence has to be created as you needed.
by Homeroid_BL
Wed Dec 07, 2011 1:19 pm
Forum: SIMATIC system
Topic: [?]: Conversion blocks binary-gray (17 bits)
Replies: 4
Views: 3836

Re: Conversion blocks binary-gray

C'mon, do it youself.
Here is a converter for 4bits, using XOR logic.
:)

Image
by Homeroid_BL
Wed Dec 07, 2011 9:07 am
Forum: SIMATIC HMI
Topic: [?]: Scripts in Wincc Flex2008 - switch to another screen
Replies: 4
Views: 5824

Re: [?]: Scripts in Wincc Flex2008 - switch to another scree

One second clock?
See what is a cycle time selected for this tag (in Tags in WinCC Flex). For reliable operation, cycle time must be max 100ms.


Image
by Homeroid_BL
Wed Dec 07, 2011 9:04 am
Forum: SIMATIC HMI
Topic: [?]: Function for IO-Field change (Newbie`s question)
Replies: 6
Views: 4605

Re: [?]: Function for IO-Field change (Newbie`s question)

Sorry, it is hard to understand what you realy needed.
Try to be more specific.
by Homeroid_BL
Tue Dec 06, 2011 7:18 am
Forum: SIMATIC system
Topic: [?+]: Licence problem when install ALL keys
Replies: 15
Views: 15583

Re: [?+]: Licence problem when install ALL keys

And why Step7 v5.5 is licensed without key ? No, Step7 V5.5 is licenced corretcly. You told me to have only one licence, I did it for a short time, but I had to restore V5.5 licence later in order to work with S7-300 in any way. This snapshot was taken after V5.5 licence is restored. Still open que...
by Homeroid_BL
Mon Dec 05, 2011 11:41 pm
Forum: SIMATIC system
Topic: [?+]: Licence problem when install ALL keys
Replies: 15
Views: 15583

Re: [?+]: Licence problem when install ALL keys

:) :)
Two reinstall of Step7 V11 SP1 helped
Thanks all for a help!
It must have been a Siemens bug or something


Image

Image
by Homeroid_BL
Mon Dec 05, 2011 9:59 pm
Forum: SIMATIC system
Topic: [?+]: Licence problem when install ALL keys
Replies: 15
Views: 15583

Re: [?+]: Licence problem when install ALL keys

Here is my system:

Image

But, the F**K, ALM does not show Step 7 V11???

Image

and TIA shows it??????

Image

??????
by Homeroid_BL
Mon Dec 05, 2011 7:01 pm
Forum: SIMATIC system
Topic: [?+]: Licence problem when install ALL keys
Replies: 15
Views: 15583

Re: [?+]: Licence problem when install ALL keys

Why it say 32 when ONLY ONE key is installed, You must aks a EKB-installer author.

Image Image Image
by Homeroid_BL
Mon Dec 05, 2011 7:50 am
Forum: SIMATIC system
Topic: [?+]: Licence problem when install ALL keys
Replies: 15
Views: 15583

Re: [?+]: Licence problem when install ALL keys

Only one lcence key installed:

Image

But not working,at all.

Image
by Homeroid_BL
Sat Dec 03, 2011 5:23 pm
Forum: SIMATIC system
Topic: [?+]: Licence problem when install ALL keys
Replies: 15
Views: 15583

Re: [?]: Licence problem

Thanks, Comod, but I am too old and too tired to play games here and guess what someone intended to say.

Anyone knows which licence(s) must I have to insert S7-300 in TIA Step 7 V11 Professional?

Thanks.
by Homeroid_BL
Sat Dec 03, 2011 4:50 pm
Forum: SIMATIC system
Topic: [?+]: Licence problem when install ALL keys
Replies: 15
Views: 15583

Re: [?]: Licence problem

All short key deleted, PC restarted, useless.
Still not working, still No valid licence key found.

Image
by Homeroid_BL
Sat Dec 03, 2011 3:19 pm
Forum: SIMATIC system
Topic: [?+]: Licence problem when install ALL keys
Replies: 15
Views: 15583

Re: [?]: TIA Portal licence problem

Thanks, but I hoped for an answer to my problem.
Removing Basic licence, makes TIA impossible to work even with S7-1200.
by Homeroid_BL
Sat Dec 03, 2011 2:24 pm
Forum: SIMATIC system
Topic: [?+]: Licence problem when install ALL keys
Replies: 15
Views: 15583

[?+]: Licence problem when install ALL keys

Hi all! I worked normaly in TIA Stp 7 Professional V11 + SP1 + HF2. Never worked with S7-300, I worked with S7-1200 only. First time I had to insert a S7-300 station (example S7-314C-2 PN/DP), I got a message that 'No licence key were found'? You will find screen shots at: http://s1098.photobucket.c...
by Homeroid_BL
Wed Nov 02, 2011 1:09 pm
Forum: SIMATIC system
Topic: [?]: Communicate 2x S7-226 via a cable with PPI protocol
Replies: 1
Views: 1669

Re: Simatic S7 - 200 Communication

You better stay with WIRED solution, I do not thik that PPI timings will pass RS485/Wireless bridges.
Weidmuller has such bridges, Phoenix Contact and Anybus too, but it is only for freeport RS485, not for PPI as it seems.
by Homeroid_BL
Fri Oct 21, 2011 4:54 pm
Forum: SIMATIC system
Topic: [?]: error when opening Step 7 V11 Prof project
Replies: 3
Views: 2422

Re: [?]: error when opening Step 7 V11 Prof project

Is your problem 'Data storage error'?
by Homeroid_BL
Mon Oct 10, 2011 2:59 pm
Forum: OMRON PLC & HMI
Topic: [?]:C1M CPU12 and Panel NS12 via Peripheral port
Replies: 6
Views: 9238

Re: [?]:C1M CPU12 and Panel NS12 via Peripheral port

It works with HostLink, also works with NT Link.
For pinout read CJ1 manual (each terminal NT and NS series are connected the samo way via RS232 HostLink)
by Homeroid_BL
Sat Oct 08, 2011 5:27 pm
Forum: OMRON PLC & HMI
Topic: [?]:C1M CPU12 and Panel NS12 via Peripheral port
Replies: 6
Views: 9238

Re: [?]:C1M CPU12 and Panel NS12 via Peripheral port

It sholud be possible your way (CN118), but I never did it.
I did it as I wrote above (CIF+CN114) and it worked.
by Homeroid_BL
Fri Oct 07, 2011 9:51 pm
Forum: OMRON PLC & HMI
Topic: [?]:C1M CPU12 and Panel NS12 via Peripheral port
Replies: 6
Views: 9238

Re: [?]:C1M CPU12 and Panel NS12 via Peripheral port

It works with combination:

CPM1-CIF01 (RS232<-> Peripheral)
and
CS1W-CN114 (Peripheral<->MiniPeripheral)

See:
http://www.omron247.com/marcom/pdfcatal ... gGuide.pdf
by Homeroid_BL
Fri Oct 07, 2011 9:26 pm
Forum: OMRON PLC & HMI
Topic: [LINK]: EDS for V600-HAM42-DRT RFID Devicenet
Replies: 2
Views: 6700

Re: Request: EDS for V600-HAM42-DRT RFID Devicenet

All EDS GSD etc. files could be found at: http://www.myomron.com But, you have to register first and register also a OMRON software you have (legal one), to be able to download it. $ DeviceNet Configurator Generated Electronic Data Sheet $ [File] DescText ="V600-HAM42 EDS File"; CreateDate =07-08-19...
by Homeroid_BL
Wed Oct 05, 2011 4:32 pm
Forum: SIMATIC HMI
Topic: Why "invisible mode" for any button DONT activate in wincc
Replies: 4
Views: 4322

Re: Why "invisible mode" for any button DONT activate in wi

Use Animation/Visibility.
Create a system tag Bool_0 and put tha element is visible when Bool_0 is true.
by Homeroid_BL
Sun Sep 25, 2011 12:36 pm
Forum: SIMATIC system
Topic: [?]: Testing TIA Portal v11/v12 (We all beta-testers :)
Replies: 47
Views: 160411

Re: [?]: Testing TIA Portal v11 SP1 (We all beta-testers :)

Big bug after installing UPD2 for V11 SP1!

TIA DO NOT SHOW ANY PROFIBUS NODE OR DEVICE!


Terrible!

http://www.flickr.com/photos/67897722@N07/6181038236/