Search found 103 matches

by dehell
Mon Feb 12, 2018 9:56 am
Forum: SIMATIC system
Topic: S7-1200 SCL Programming Help
Replies: 2
Views: 2799

Re: S7-1200 SCL Programming Help

Hi, You can find below two sample: First sample : Direct adress => The Data block is "DB_Array_Real" (array of [1..1000] of real FUNCTION_BLOCK "Read_Write_Direct_Adress" { S7_Optimized_Access := 'TRUE' } VERSION : 0.1 VAR_INPUT Write_Cmd : Bool; Value_To_Write : Real; WriteValueNumber : Int; Read_C...
by dehell
Mon Feb 12, 2018 8:31 am
Forum: SIMATIC system
Topic: Flying shear Mashin
Replies: 1
Views: 1730

Re: Flying shear Mashin

hi, Use an encoder to get the good size for start cutting. Best regard https://www.google.fr/search?q=Flying+Shear&client=firefox-b&dcr=0&tbm=isch&source=iu&ictx=1&fir=CY4ZM8GLGPjIzM%253A%252CXcmtEVlMmrsyLM%252C_&usg=__vhZR2adfFknSlvFee5J6b9L9EpA%3D&sa=X&ved=0ahUKEwibhveK-5_ZAhWQr6QKHWTJC90Q9QEINTAB...
by dehell
Wed May 10, 2017 1:33 pm
Forum: SIMATIC system
Topic: [?]: Functions to repeat instructions for ET stations
Replies: 2
Views: 2130

Re: [?]: Functions to repeat instructions for ET stations

Hello,
Use indirect adressing, for S7-1200, take a look at peek and poke instruction.
https://support.industry.siemens.com/cs ... 0&lc=en-WW
Best regard.
by dehell
Mon Feb 27, 2017 8:49 am
Forum: Allen-Bradley (Rockwell Automation)
Topic: FTA for RSLogix 5000 Version 13 does not work, help?
Replies: 1
Views: 3207

Re: FTA for RSLogix 5000 Version 13 does not work, help?

Hello,
Unfortunately, i think you have to use EVMove file...
All links provided here seems to be dead..

viewtopic.php?f=41&t=6905
by dehell
Mon Feb 27, 2017 8:43 am
Forum: SIMATIC HMI
Topic: transfer tag from one PLC to another PLC through WinCC
Replies: 3
Views: 4322

Re: transfer tag from one PLC to another PLC through WinCC

Hello, Give more information about PLC used, HMI and Software... If you use WINCCFLEXIBLE 2008 or later or TIA WinCC advanced, you can use Script. For example : Before, you have to creat into HIM 7 a "target link" toward PLC3. In PLC7 and PLC3 you must creat data, then in your HIM 7, you creat 2 tag...
by dehell
Mon May 23, 2016 8:37 pm
Forum: SIMATIC system
Topic: Two Modbus Integers to Real in S7-300?
Replies: 5
Views: 6184

Re: Two Modbus Integers to Real in S7-300?

In few word:
If your first register is for example DB10.DBW2 and your second register DB10.DBW4, in that case the real value is available into DB10.DBD2

If your register are not consecutive, copy them into two consecutive register...
by dehell
Mon May 23, 2016 11:45 am
Forum: SIMATIC system
Topic: Two Modbus Integers to Real in S7-300?
Replies: 5
Views: 6184

Re: Two Modbus Integers to Real in S7-300?

Hello,
Which sofware? TIA? Step7?

http://hpics.li/8e364e8
by dehell
Mon Jan 04, 2016 9:24 pm
Forum: SIMATIC system
Topic: S7-1200 Fill db with 0
Replies: 1
Views: 2138

Re: S7-1200 Fill db with 0

Hello,
you can find below an exemple.

Code: Select all

// DB number INT TO DINT
#Num_DB := INT_TO_DINT(#DB_NR);

// Write 16#0 for each byte of DB
FOR #i := #Start_Byte TO #Start_Byte + #Byte_Count BY 1 DO
  POKE(area:=16#84, dbNumber:=#Num_DB, byteOffset:=#i,value:=16#0);  
END_FOR;
Best regard
by dehell
Tue Jul 21, 2015 12:20 pm
Forum: SIMATIC HMI
Topic: Problem with writing data on USB/SD card TP700
Replies: 6
Views: 9102

Re: Problem with writing data on USB/SD card TP700

I think that your file name must contain the path :
StoragePath ="\Storage Card USB\"
FName = StoragePath & "GDI_" & SmartTags("DMC") & ".csv"
by dehell
Tue Jul 21, 2015 10:03 am
Forum: SIMATIC HMI
Topic: Problem with writing data on USB/SD card TP700
Replies: 6
Views: 9102

Re: Problem with writing data on USB/SD card TP700

Hello,
What is the trigger of the script?
If you use smartTag, this smartTag must be continually read...(look at data properties)
by dehell
Fri Dec 12, 2014 7:08 pm
Forum: Other PLC
Topic: [LINK]: Pilz PNOZmulti_Configurator_9_4_0 Full
Replies: 7
Views: 12926

Re: [LINK]: Pilz PNOZmulti_Configurator_9_4_0 Full

Hello Rapter,
Thank you for the link.
I will test it later.
Thank you.
Best regards
by dehell
Thu Dec 11, 2014 9:30 am
Forum: Other PLC
Topic: [LINK]: Pilz PNOZmulti_Configurator_9_4_0 Full
Replies: 7
Views: 12926

Re: [LINK]: Pilz PNOZmulti_Configurator_9_4_0 Full

Hello,
Thank you for these links, but keygen link seem not working.
If anybody have this keygen, please share.
Thank to all, best regards
by dehell
Fri Oct 24, 2014 7:30 am
Forum: SIMATIC system
Topic: Sending "alarm"sms with S7-1200 and GPRS modul
Replies: 1
Views: 2329

Re: Sending "alarm"sms with S7-1200 and GPRS modul

Hello,
I never use GPRS module.
But i have already use TCON or TSEND instruction.
Take care one thing => Use no optimized data block....
Best regard
by dehell
Fri Jul 25, 2014 7:27 am
Forum: SIMATIC HMI
Topic: Counting in WinCC Flexible
Replies: 2
Views: 2998

Re: Counting in WinCC Flexible

Hello,
Have you try use Script?
by dehell
Thu Mar 06, 2014 1:40 pm
Forum: SIMATIC system
Topic: timer that counted more than 2 hours
Replies: 1
Views: 1578

Re: timer that counted more than 2 hours

Hello,
Use SFB4 : TON Timer On Delay (inclued in STEP7...)
Best regards
by dehell
Sat Feb 15, 2014 5:24 pm
Forum: Allen-Bradley (Rockwell Automation)
Topic: How to disable OB1 excution after 1 month in Siemens S7 300
Replies: 2
Views: 2731

Re: How to disable OB1 excution after 1 month in Siemens S7

Hello,
For STEP7 use SFC1 "read system clock" (use help to know how is work)
For TIA PORTAL use "RD_SYS_T"
Best regards
by dehell
Fri Aug 16, 2013 12:50 pm
Forum: Allen-Bradley (Rockwell Automation)
Topic: [?]: ASCII and string
Replies: 4
Views: 3697

Re: [?]: ASCII and string

Hello,
Yes this routine have been created with RSlogix 5000 V16...
You can find below the pdf file of the routine
https://mega.co.nz/#!EURGhLIR!STqOJjWcG ... l0mCR2a8jY
by dehell
Thu Aug 15, 2013 11:13 am
Forum: Allen-Bradley (Rockwell Automation)
Topic: [?]: ASCII and string
Replies: 4
Views: 3697

Re: ASCII and string

Hello, I have already built such routine to convert int to string (for contrologix) You can find below the link for download the routine. To use this routine you have to add a tag in controller tag: Name : DECIMAL Type : String Value : '0123456789' https://mega.co.nz/#!VRQGGL5A!SDEUYTiOoQNcpnGqxFmeV...
by dehell
Sun Jul 07, 2013 4:22 pm
Forum: SIMATIC system
Topic: [?]: profibus I/O DP fault
Replies: 4
Views: 4907

Re: siemens profibus

Hi,
Add OB86 : use help to have more information.
Best regards
by dehell
Fri Jun 07, 2013 8:50 pm
Forum: SIMATIC HMI
Topic: [?]: TP 270 - Tag Change Method
Replies: 4
Views: 4304

Re: [?]: TP 270 - Tag Change Method

Hi,
If your panel support script try to follow this link
http://support.automation.siemens.com/W ... ion=csview

Best regards
by dehell
Wed Apr 17, 2013 10:35 pm
Forum: Allen-Bradley (Rockwell Automation)
Topic: Can someone please help me with a micrologix 1400
Replies: 2
Views: 2468

Re: Can someone please help me with a micrologix 1400

Hello,
Have you try this password : abunlock
by dehell
Sun Feb 10, 2013 1:40 pm
Forum: SIMATIC HMI
Topic: unPassword Siemens blocks
Replies: 1
Views: 5318

Re: Siemens Password

Hi, Try S7 can opener... Use (sbutton) to find it http://plcforum.uz.ua/viewtopic.php?f=31&t=7029 http://plcforum.uz.ua/viewtopic.php?f=30&t=2&p=168#p168 s7canopener Unprotect protected FB, FC Снятие защиты с защищенных функций (попробуйте открыть например FC105 SCALE) Link_is_Dead :(/12436189/Simat...
by dehell
Fri Nov 30, 2012 8:58 pm
Forum: Allen-Bradley (Rockwell Automation)
Topic: [?]: rslogix 5000 Routine block gray color
Replies: 3
Views: 3461

Re: [?]: rslogix 5000 Routine block gray color

Hi,
Perhaps, your license don't allow you to open this block...
You must have professionnal license
Perhaps ti is an other problem, send a copy screen of your project
by dehell
Sat Sep 22, 2012 12:26 pm
Forum: Other (only about CAD and Soft)
Topic: Elecworks 2.0.2 Build 5 (2011/MULTi)
Replies: 2
Views: 11110

Re: Elecworks 2.0.2 Build 5 (2011/MULTi)

Hi,
Links for this software are dead.
If anybody have this software, please share.
Best regards.
by dehell
Sat Aug 11, 2012 11:13 pm
Forum: SIMATIC system
Topic: [?]: Problem with ALM - cannot access-protection components
Replies: 1
Views: 3754

[?]: Problem with ALM - cannot access-protection components

Hi, I try to install STEP7 V5.5 SP1 on a Dell laptop (Windows XP prof SP3) Installation run correctly. When I try to start ALM to make license transfert, I got this message :"The Automation License Manager cannot access-protection components" . I unistall ALM. I donwload a new version (Siemens site)...
by dehell
Fri Jul 13, 2012 1:12 pm
Forum: SIMATIC system
Topic: [?+]: Problem to connect CPU 1212C
Replies: 2
Views: 3205

Re: Installing CPU 1212C

Hi, Have you set your PG/PC interface to use the correct way of communication? Have you set you computer IP adress into the same range of PLC adress ? Which cable do you use? (crossed wire cable is need to direct connection...) Try the function "Reset to factory settings" http://support.automation.s...
by dehell
Wed Jul 11, 2012 4:41 pm
Forum: SIMATIC system
Topic: [?]: about SIMATIC FC1/FC2?
Replies: 2
Views: 3102

Re: [?]: about SIMATIC FC1/FC2?

Hi, Inverter on ProfibusDP Network use usually, "Profidrive standard Telegram". Use Google to find litterature about this. To access data of a DP slave such inverter (write and read), you could use SFC14 and SFC15 (DPRD_DAT,DPWR_DAT) In some case, you can also access parameter using PKW area of prof...
by dehell
Fri Jun 22, 2012 7:09 pm
Forum: SIMATIC system
Topic: [?]: build SCL Code
Replies: 2
Views: 3363

Re: [?]: build SCL Code

Hi, Try this: DATA_BLOCK DB 4 TITLE = VERSION : 0.1 STRUCT D_0 : INT ; D_1 : INT ; D_2 : ARRAY [1 .. 1 ] OF STRUCT Adjust : BYTE := B#16#1; Monitor : BYTE ; END_STRUCT ; D_3 : INT ; END_STRUCT ; BEGIN D_0 := 0; D_1 := 0; D_2[1].Adjust := B#16#1; D_2[1].Monitor := B#16#0; D_3 := 0; END_DATA_BLOCK
by dehell
Wed Feb 15, 2012 6:58 am
Forum: SIMATIC system
Topic: [?]: FC for average value
Replies: 4
Views: 3373

Re: [?]: FC for average value

Hi, Try this code (i am not the writer of this code below): FUNCTION_BLOCK FB401 VAR_INPUT Data_in : REAL; Number_of_read : INT; END_VAR VAR_OUTPUT Average_result : REAL; END_VAR VAR array_of_read : ARRAY [0..100] OF REAL; i : INT; y : INT; z : INT; add_result : REAL; END_VAR IF Number_of_read = i T...
by dehell
Thu Feb 09, 2012 8:45 am
Forum: Allen-Bradley (Rockwell Automation)
Topic: [?]: Data send and receive between two ControlLogix
Replies: 8
Views: 7687

Re: [?]: Data send and receive between two ControlLogix

Hi, You will find a sample of 2 projects using Produced/consumed tag. https://rapidshare.com/files/2616460257/PLC_1.ACD https://rapidshare.com/files/4134919773/PLC_2.ACD I don't know if projets are working, but i hope it will help you. You can find more information in Rockwell sample projet. Best re...
by dehell
Fri Nov 04, 2011 10:38 pm
Forum: Allen-Bradley (Rockwell Automation)
Topic: [?]: How i can communication with panel view 600
Replies: 4
Views: 3613

Re: [?]: How i can communication with panel view 600

Hi,
Which model of panel view 600?
Which type of communication, do you use?serial?ethernet?other...
by dehell
Fri Nov 04, 2011 4:21 pm
Forum: Allen-Bradley (Rockwell Automation)
Topic: [?] Barcode reader and 1769-L35E CompactLogix
Replies: 12
Views: 11937

Re: [?] Barcode reader and 1769-L35E CompactLogix

Hi,
What is the type of SICK bar code reader? (number model?)
by dehell
Fri Nov 04, 2011 2:16 pm
Forum: Allen-Bradley (Rockwell Automation)
Topic: [?] Barcode reader and 1769-L35E CompactLogix
Replies: 12
Views: 11937

Re: [?] Barcode reader and 1769-L35E CompactLogix

Hi, Before, you try to send or read data, you have to know if your barecode reader support Ethernet Industrial protocol.(Ethernet/IP) For example on Ethernet, Siemens and Rockwell cannot communicate : Siemens use Industrial Ethernet protocol (IE protocol) Rockwell use Ethernet Industrial protocol.(E...
by dehell
Tue Nov 01, 2011 7:51 pm
Forum: Allen-Bradley (Rockwell Automation)
Topic: FTView ME - Display screen, start and close by tag?
Replies: 2
Views: 2407

Re: FTView ME - Display screen, start and close by tag?

Hi,
Search for global connections and remote display :
Image
by dehell
Tue Oct 25, 2011 4:13 pm
Forum: SIMATIC system
Topic: [?]: FRABA encoder
Replies: 1
Views: 1473

Re: [?]: FRABA encoder

Hi,
I use the similiar method on a filling machine.
On this machine encoder had only 8 bits.
In PLC, OB35 scan time is 2 ms (S7-400)
Try to reduce time scan of OB35.
Best regards.
by dehell
Wed Oct 12, 2011 8:26 pm
Forum: SIMATIC system
Topic: [?]: Move DB data from one to other in SCL
Replies: 7
Views: 8945

Re: [?]: Move DB data from one to other in SCL

Hi, FUNCTION_BLOCK FB505 TITLE = 'Bit_DB_AREA_to_Word_DB_AREA' //Take care, this block don't check if DB exist or enough long... // Instruction // VERSION : '1.0' AUTHOR : Dehell NAME : BTW FAMILY : BTW VAR_INPUT DB_IN: INT;// INPUT DB number IN_BYTE:INT;// INPUT Byte number IN_BIT:INT;// INPUT bit ...
by dehell
Wed Oct 05, 2011 7:05 pm
Forum: SIMATIC system
Topic: [?]: Move DB data from one to other in SCL
Replies: 7
Views: 8945

Re: [?]: Move DB data from one to other in SCL

Hi,
Search for SFC20 BLKMOV in Siemens Step7 help.
An other solution : use google and search for oscat.de : you could find a SCL block library for free.
Best regards.
by dehell
Fri Sep 16, 2011 1:03 pm
Forum: Allen-Bradley (Rockwell Automation)
Topic: Request: AB 1747-SDN Scanner Module
Replies: 1
Views: 2183

Re: Request: AB 1747-SDN Scanner Module

Hi, 1747 SDN module have 2 leds and a numeric display. Use the 1747 SDN manual to understand the code show by the scanner (go to page 90) http://literature.rockwellautomation.com/idc/groups/literature/documents/um/1747-um655_-en-p.pdf RSNet worx for DeviceNet software may help you to solve your prob...
by dehell
Sat Sep 10, 2011 8:44 pm
Forum: Allen-Bradley (Rockwell Automation)
Topic: [LINK]: RsiOPCAuto.dll
Replies: 1
Views: 2129

Re: Request: RsiOPCAuto.dl

Hi,
You can find this file at:
C:\Program Files\Commun Files\Rockwell

or by following this link:
https://rapidshare.com/files/3035687822/RsiOPCAuto.dll
best regard
by dehell
Tue Aug 23, 2011 5:54 pm
Forum: Allen-Bradley (Rockwell Automation)
Topic: [?]: How do upload from PLC AB
Replies: 6
Views: 4972

Re: [?]: How do upload from PLC AB

Hi,
Download = send a file from Computer to Contrologix
Upload = send a file from Contrologix to Computer
In your document, your online emulator processor is empty... so the software ask you to download a projet into your emulate processor.
Best regard
by dehell
Mon Aug 22, 2011 5:23 pm
Forum: Allen-Bradley (Rockwell Automation)
Topic: [?]: how to use 1784-U2DN for DeviceNet
Replies: 2
Views: 2382

Re: [?]: how to use 1784-U2DN for DeviceNet

Hi, Look at this links below, it maybe help you... http://img718.spamm.us/img718/1697/dehellusb1.th.gif https://rapidshare.com/files/3786877759/66076.pdf https://rapidshare.com/files/88722769/http___rockwellautomation.custhelp.pdf https://rapidshare.com/files/4263386733/RAid53280.zip Best regards
by dehell
Sun Aug 21, 2011 6:09 pm
Forum: SIMATIC system
Topic: [?]: Initializing Variables Step7 TIA V11 SP1
Replies: 6
Views: 6089

Re: [?]: Initializing Variables Step7 TIA V11 SP1

Hi,
FB block have static variable.
FC block don't have static variable.
All temp variable in FC stay alive only during FC is called..
Best regard
by dehell
Sun Aug 21, 2011 11:37 am
Forum: SIMATIC system
Topic: [?]: Initializing Variables Step7 TIA V11 SP1
Replies: 6
Views: 6089

Re: [?]: Initializing Variables Step7 TIA V11 SP1

Hi,
I think you must use static variable : not Temp variable....
Image
by dehell
Mon Jun 06, 2011 7:42 pm
Forum: SIMATIC system
Topic: [?]: i wanna use sfb 4 timer in s7 200 which timer choose ?
Replies: 1
Views: 1613

Re: [?]: i wanna use sfb 4 timer in s7 200 which timer choos

Hi,
Use TON instruction (Timer On Delay)
Take care, time base for timer is linked to Timer number.
Use Help.
Best Regards