Search found 26 matches

by ggg315
Tue Oct 12, 2021 11:16 am
Forum: SIMATIC HMI
Topic: Integrate HMI MP277 10" Touch TIA project with Step 7 5.x PLC
Replies: 1
Views: 1706

Integrate HMI MP277 10" Touch TIA project with Step 7 5.x PLC

I have HMI MP277 10" Touch and need to connect it with a S7-300 PLC on via Profibus communication - I am using TIA Portal V13 and tried to use the Device Proxy because the PLC program is in Step7 v5.x - When i tried to initialize the PLC proxy TIA portal V13 unable to select blocks Also I am unable ...
by ggg315
Fri Oct 01, 2021 6:07 pm
Forum: Allen-Bradley (Rockwell Automation)
Topic: Need Studio 5000 V24.02
Replies: 4
Views: 3372

Re: Need Studio 5000 V24.02

Which version you want exactly
by ggg315
Tue Jul 21, 2020 4:45 am
Forum: SIMATIC system
Topic: [Links & Request]: Sitrain Course Document
Replies: 98
Views: 286271

Re: [Links & Request]: Sitrain Course Document

Hi I am looking for the WINCC Course - please share
by ggg315
Tue Jun 30, 2020 7:14 am
Forum: SIMATIC system
Topic: FOR ... DO in SCL TIA Portal
Replies: 5
Views: 2941

Re: FOR ... DO in SCL TIA Portal

FUNCTION_BLOCK TEST VAR_INPUT FINALVAL: INT; //Input parameter END_VAR VAR_IN_OUT IQ1: REAL; //In/Out parameter END_VAR VAR_OUTPUT CONTROL: BOOL;//Output parameter END_VAR VAR INDEX: INT; END_VAR BEGIN CONTROL:= FALSE; FOR INDEX:= 1 TO FINALVAL DO IQ1:= IQ1 * 2; IF IQ1 > 10000 THEN CONTROL:= TRUE; ...
by ggg315
Mon Jun 29, 2020 5:56 pm
Forum: SIMATIC system
Topic: FOR ... DO in SCL TIA Portal
Replies: 5
Views: 2941

Re: FOR ... DO in SCL TIA Portal

Thank you so much

Where Can I read in details about instructions of SCL
by ggg315
Mon Jun 29, 2020 11:48 am
Forum: SIMATIC system
Topic: FOR ... DO in SCL TIA Portal
Replies: 5
Views: 2941

FOR ... DO in SCL TIA Portal

What is this instruction in SCL in TIA Portal Limit is defined as a constant =7 What does this mean FOR #index := #LIMIT TO 1 BY -1 DO especially the part BY -1 DO Limit to 1 means we start at 7,6,5,4,3,1 and move to 1, but i dont understand what this ( BY -1) mean does it tell it to reduce -1 each ...
by ggg315
Thu Apr 30, 2020 5:13 am
Forum: Allen-Bradley (Rockwell Automation)
Topic: Studio 5000 V30 activated
Replies: 20
Views: 53279

Re: Studio 5000 V30 activated

I downloaded version 31 and its installation stopped in mid and could not be completed
v32 installed correctly but does not open properly takes too long
I ended up removing v32 FROM MY PC
does anyone have a good working setup ??
by ggg315
Mon Dec 09, 2019 12:29 pm
Forum: Other HMI
Topic: Need Password for Wonderware
Replies: 2
Views: 3150

Re: Need Password for Wonderware

nope there is not ..kind of not good to post a link with password
by ggg315
Fri Oct 25, 2019 8:44 pm
Forum: SIMATIC system
Topic: Tia Portal Password
Replies: 3
Views: 2723

Re: Tia Portal Password

yes no chance . get to work
by ggg315
Thu Oct 24, 2019 12:06 pm
Forum: Other HMI
Topic: Wonderware Archestra 2012 2014 R2 Unlimited license
Replies: 55
Views: 91529

Re: Wonderware Archestra 2012 2014 R2 Unlimited license

There is a password for extraction What is it please
by ggg315
Thu Oct 24, 2019 11:51 am
Forum: SIMATIC system
Topic: SCL command to Set output then make it off after some time
Replies: 4
Views: 3303

Re: SCL command to Set output then make it off after some time

MEFinc wrote:
Thu Oct 24, 2019 6:35 am
Why you don't want to use timers? It's the easiest way to solve your task.
Because I think Timer can act in unpredictable manner.
https://www.dmcinfo.com/latest-thinking ... 200-timers
by ggg315
Thu Oct 24, 2019 11:28 am
Forum: Other HMI
Topic: Need Password for Wonderware
Replies: 2
Views: 3150

Need Password for Wonderware

I need password for the file i downloaded from this link
https://mega.nz/#F!rV4jhSiY!8Nky2UTzQGG359BNhRsGjA

Or else give me another link Please
by ggg315
Wed Oct 23, 2019 11:42 am
Forum: SIMATIC system
Topic: [?+]: Communication not working Simulating PLC+HMI
Replies: 4
Views: 1898

Re: Communication not working Simulating PLC+HMI

it is working now
instead of s7online it was s7online1
by ggg315
Wed Oct 23, 2019 11:40 am
Forum: SIMATIC system
Topic: SCL command to Set output then make it off after some time
Replies: 4
Views: 3303

SCL command to Set output then make it off after some time

How to make it happen In SCL IF (#CmdStart = 1) AND (#CmdStop = 0) AND (#Fault = 0) AND (#LockAct = 0) THEN #Start := 1; #Stop := 0; How can I make this output be active for SOME TIME and then Vanish if i can adjust this time it will be even better that i can do be defining a static value and using ...
by ggg315
Mon Oct 21, 2019 6:30 pm
Forum: SIMATIC system
Topic: [?+]: Communication not working Simulating PLC+HMI
Replies: 4
Views: 1898

Re: Communication not working Simulating PLC+HMI

why not working in mine ?
i send you my project ? v15,1 update 3
by ggg315
Mon Oct 21, 2019 3:06 pm
Forum: SIMATIC HMI
Topic: [?]: WinCC Flexible Faceplate
Replies: 2
Views: 3109

Re: [?]: WinCC Flexible Faceplate

i was able to fix this problem by making a HMI tag Internal type and then connecting this tag to the Button Even and also in faceplate properties this tag was connected to the BIT
by ggg315
Mon Oct 21, 2019 3:04 pm
Forum: SIMATIC system
Topic: [?+]: Communication not working Simulating PLC+HMI
Replies: 4
Views: 1898

[?+]: Communication not working Simulating PLC+HMI

Please help me the communication is not working in PLCSIM .
Trying to simulate both PLC &HMI together .
I chaged the settings in PG PC interface
by ggg315
Mon Oct 21, 2019 6:29 am
Forum: SIMATIC HMI
Topic: [?]: WinCC Flexible Faceplate
Replies: 2
Views: 3109

[?]: WinCC Flexible Faceplate

I created a Data type for the Face plate then I created a Face-plate and created connection between the process value and the Data type tags after this i crated another property called ShowHide_Faceplate (Bool) , then I set the objects on the Faceplate to hide when this Bit is 0 and become visible w...
by ggg315
Wed Oct 09, 2019 10:25 am
Forum: SIMATIC HMI
Topic: [?]: Panel Wincc Permanent area Border
Replies: 0
Views: 2653

[?]: Panel Wincc Permanent area Border

Hello,
How can i make the Permanent area have a border ?
Image
by ggg315
Wed Oct 09, 2019 10:18 am
Forum: SIMATIC system
Topic: Tank level Tag for maximum /minimum
Replies: 3
Views: 1613

Re: Tank level Tag for maximum /minimum

Thank you

I already SCALED the input to 0 to 100
then can i leave these blank ??????????
or i fill Minimum =0 and Maximum=100 ?????
by ggg315
Sat Oct 05, 2019 11:12 am
Forum: SIMATIC system
Topic: Tank level Tag for maximum /minimum
Replies: 3
Views: 1613

Tank level Tag for maximum /minimum

Hi

I am using this bar to indicate the level of the tank on HMI

it has "Tag for maximum" and "Tag for minimum", What am i suppose to connect here ?

I have two sensors one sensor is 0 to 10 VDC another is 4 to 20mA what to connect here ?

https://i.imgur.com/k4sX6ru.jpg
by ggg315
Mon Sep 09, 2019 6:52 am
Forum: SIMATIC system
Topic: [?]: how this SCL block works
Replies: 5
Views: 2220

Re: [?]: how this SCL block works

No. I need help with SCL code .
by ggg315
Sat Sep 07, 2019 5:06 pm
Forum: SIMATIC system
Topic: [?]: how this SCL block works
Replies: 5
Views: 2220

[?]: how this SCL block works

Could someone explain me how it works ?
https://docdro.id/e7ZCprT
by ggg315
Thu May 28, 2015 6:42 am
Forum: SIMATIC system
Topic: How to Install Simatic Step 7 tia Portal v 13 ?
Replies: 2
Views: 3153

How to Install Simatic Step 7 tia Portal v 13 ?

Hi I have downloaded this setup of simatic from the torrent ISO files ?

Please guide me how to activate the full lisence