Bonjour @Hegamurl, Good job Philip !! But I think you make a mistake when you set always to 1 clearance_7 because it's the bit for Acknowledge fault ! Tell me if you are ok or not, Thanks ! keep going! sorry for my English!!
You are correct! Clearance_7 (so the highest bit of the first byte in the control word) is acknowledge fault. It does not need to be set to 1 in order for the motor to run! You only have to use it, when the drive detects an error and you need to acknowledge it. Thanks for pointing out, good job!
Hi, can you tell me where you found which bit is used for something (for example bit for acknowledge, etc)? Because I can't find any literature. Thanks
Once again a great and detailed explanation. How about a follow up video using the Siemens blocks already available for motor control ie. SINA_SPEED etc. Thanks
Great work man! Keep up with your TIA Portal content. It's so helpful but i have a little question. Why do you use "16384" as your max val in the Scale_X? Why not "27648"? it's due the resolution of the Output or it has to do with the PLC - G120 whole comunication itself? Kind regards.
Hi, thanks for doing this video! This is exactly what I was looking for and I will try on my own projects now. Brilliant explanation as always. Do you have any ideas what your next videos will be on? Regards, Chris
Hi Sir I loved your videos a lot because you teach things brilliant. One note, why you did not use Sina_speed for this project? It is much much easier and cleaner?
Hi Hegamuri, great videos, easy to understand. I need to control a network of SEW Movitrac LTE B drives via an SEW Gateway DFE32B and was wondering how to add the hardware and set up, i have added the GSD file but am now looking to add hardware ,any advice or even video would be very much appreciated Regards Cam
Thank You for this video. I have question, what if we have one CU and multiple motor modules, do we need to assign IP addresses to motor modules also? If we have multiple CUs and motors and one CU fails and is replaced with a new one, how will we download parameters to the new CU?
hey friend thanks for you course we appreciate it! up to this video i felt like the playlist isn't organized am i right ? and if so does the order matter to get the most out of this course?
Thanks for video. It's very clear. One question: Can I use one one SCALE block instead of ScaleX and NormX block(2blocks)? 20mA Int value is 27648.But why did you use 16#4000 (16***). instead of 27648 in NormX block? That clearance bits are little confusing? Why should all the clearance bits should high? I think each bit got its function either low or high? Can we use bipolar in scale block for vfd to send negative Int value. Do this negative Int value make motor reverse speed control or do we need to make the reverse bit high in control word and use only positive Int values to control speed of the motor?
Great video!. I starting new project with these (15 drives). Help me, How I can read or control different parameters (frequency, current, pair torque, etc). Thank you in advance.
Phillip, I have a question - where do you find which bit does what? Tried to google standart telegram 1, but I cant find which goest to, for egzample 256.X, which goes to 257.X (like reverse in your example). many thanks in advance!
Found this document by a quick google search: cache.industry.siemens.com/dl/files/159/99685159/att_83708/v1/G120_Field_busses_FH17_0414_eng_en-US.pdf You have to dig in a bit, but the info is in there
Herzlichen Dank! Bitte wenn es dir möglich ist, Videos, mit dem Schwerpunkt Motion Control! Gibt es eine Simulator für die Antriebe, wenn man kein Motor zuhause hat?
Hi, I am using G120C drive with cpu1510 PLC My drive application as per below for manual operation DI0- frd motor DI1- rev motor DI2- fault reset Same I require frd,rev in profinet communication also. DI3 for profinet selection Which macro select in G120 C drive ? Please help
Hi, excelent video! But I still don´t understand how the PLC send and receives the data from the driver. Who do i look for the documentation about de I 256 and Q 256??
Excellent Philip. I have a question...how do you know that qw258 regards the speed? is it a part of standart telegram 1. Also if you had 2 pre-set speeds from the hmi and under contitions you wanted to change (reduce/increase) the speed of the drive within the plc program not manually, what would you do?? what would be your approach. Thank you!!!
Hi vtsitsilaras ! The QW258 will work according to the standard telegram 1 and is unsynchronously transferred between PLC and Drive... so basically "it just works", that's the whole point in using the standard. If you want to use two pre set speeds under certain conditions you would simply use two "MOVE" instructions and push the speeds into the variable I used as "Motor Potentiometer" (can basically be any memory area, so also something like "MW5" or even better: a Datablock symbol). The "MOVE" instructions is pretty easy to use, try getting into it a bit and if you can't, just ask here again, maybe I can make a video.
Here is a link to the project example, where Telegram 1 and drive commitioning is well described: www.automation.siemens.com/sce-static/learning-training-documents/tia-portal/drives/sce-062-101-frequency-converter-g120-pn-s7-1500-r1909-de.pdf
For those looking for English version, refer to section 4.6.1 in-> www.automation.siemens.com/sce-static/learning-training-documents/tia-portal/drives/sce-062-101-frequency-converter-g120-pn-s7-1500-r1909-en.pdf
Hello @Hegamurl, Can you do a video for the standard telegram 1. I still have a difficulted time understanding a specially the switching between the %Q256 and %Q257 I assume it is because 16 bit is 2x 8bit so %Q256 is first 8 bits and %Q257 second part of 8 bits? Never the less I still can figure out where did you get the data as when check for "Standard Telegram 1" under (STW1) I can't figure out. As you are using the %Q256.3 for revers which I would use %Q257.3 instead and keep all the 256's as it been originally to activated the drive. Can you help me understand please?
Thats a really helpfull Video! Thanks alot! Does someone has a good idea, where to find a simple list for the bits of standard telegram 1? All the best! PN
have you an another exam project file free telegram or Siemens telegram 353 ? I need write some parameters to drive and read some parameters from drive ?
Did you ever get an answer for this, i for example would like to use Telegram 352 i have used it in step 7 with a function block, and it gives useful information. I would like to do this in TIA portal.
Thanks, cool to hear! I am actually currently working as a trainer and teach (e.g. PLC basics) in classrooms. The main Idea of those videos was to assist my trainees and students... making them public is just my share to the community and simply a hobby (for now)
Bonjour @Hegamurl, Good job Philip !! But I think you make a mistake when you set always to 1 clearance_7 because it's the bit for Acknowledge fault ! Tell me if you are ok or not, Thanks !
keep going! sorry for my English!!
You are correct! Clearance_7 (so the highest bit of the first byte in the control word) is acknowledge fault. It does not need to be set to 1 in order for the motor to run! You only have to use it, when the drive detects an error and you need to acknowledge it.
Thanks for pointing out, good job!
Hi, can you tell me where you found which bit is used for something (for example bit for acknowledge, etc)? Because I can't find any literature. Thanks
@@MatijaVrabelj did you find it after as I can't find it either
thank you for understanding the difficulties a lerner can live. You are a good teacher.
Well done Sir.
Once again a great and detailed explanation. How about a follow up video using the Siemens blocks already available for motor control ie. SINA_SPEED etc. Thanks
MAN you are the best. greetings from argentina!
Brilliant instruction. I really appreciate what you have done. Extremely helpful. Thank you very much.
Great content Phillip/Hegamurl, keep it up. Would you please make a video using SINA_PARA and SINA_SPEED from the SINAMICS library? Thanks.
16384 is probably highest number possible with 16 bits, 14 bits for the number, and 2 bits used by the drive for state or direction, just a suggestion
Great work man! Keep up with your TIA Portal content. It's so helpful but i have a little question. Why do you use "16384" as your max val in the Scale_X? Why not "27648"? it's due the resolution of the Output or it has to do with the PLC - G120 whole comunication itself? Kind regards.
16384 dec = 4000 hex. 4000 hex = 100% of nominal (configured rpm\voltage etc.)
Thanks, your videos are very helpful! 👍🏻
Дякую тобі за цей посібник
You really should go over telegram 1 and why they are important.
Hi, thanks for doing this video! This is exactly what I was looking for and I will try on my own projects now. Brilliant explanation as always. Do you have any ideas what your next videos will be on?
Regards, Chris
Thanks for your great video..Really it is very useful.
I have question please, why did you choose the 16384?
Hello, thank you for your videos
S7-1200 G120 Profinet in the communication of the driver
How to read the speed current voltage
Hi Sir
I loved your videos a lot because you teach things brilliant.
One note, why you did not use Sina_speed for this project? It is much much easier and cleaner?
Hi Hegumurl, Great video as always. Do you have any videos on G110M drive? How to configure and read an extended telegram over PROFINET?
Hello, thank you for your videos
S7-1200 G120 Profinet in the communication of the driver
We ask you to program how to set the speed, current, voltage
Thank you for description very useful tutorial.
THX GREAT WORK
CAN YOU MAKE A TUTORIAL ABOUT SINAMICS S120
You are the best bro!
No, you are the best!
Please can anyone provide me a link with the complete list of every instruction for the standard telegram? Thank you
Hi Hegamuri, great videos, easy to understand. I need to control a network of SEW Movitrac LTE B drives via an SEW Gateway DFE32B and was wondering how to add the hardware and set up, i have added the GSD file but am now looking to add hardware ,any advice or even video would be very much appreciated Regards Cam
Does anyone have a link to telegram 1 ?😅
Thank You for this video. I have question, what if we have one CU and multiple motor modules, do we need to assign IP addresses to motor modules also? If we have multiple CUs and motors and one CU fails and is replaced with a new one, how will we download parameters to the new CU?
Thanks, Tanks Thanks you are so organized.
Hi Sir,
May you explain me the importance of normalization and scale block in the easier mode maybe using some basic example ?
thank you.
Thanks for your support and please let me know how to change parameter to vfd via profinet communication
hey friend thanks for you course we appreciate it! up to this video i felt like the playlist isn't organized am i right ? and if so does the order matter to get the most out of this course?
Thanks for video. It's very clear.
One question:
Can I use one one SCALE block instead of ScaleX and NormX block(2blocks)?
20mA Int value is 27648.But why
did you use 16#4000 (16***). instead of 27648 in NormX block?
That clearance bits are little confusing? Why should all the clearance bits should high? I think each bit got its function either low or high?
Can we use bipolar in scale block for vfd to send negative Int value. Do this negative Int value make motor reverse speed control or do we need to make the reverse bit high in control word and use only positive Int values to control speed of the motor?
Can we control motor with PWM instruction? If you can, explain in some video how we can use PWM. Thank you
Great video!. I starting new project with these (15 drives). Help me, How I can read or control different parameters (frequency, current, pair torque, etc). Thank you in advance.
Why does the input/output start from 255 and bove?
Thanks for the videos by the way, they are really helpful
Can you do an example with S120 drive brother, thank you so much.
Thanks you Sir! Could you explain for me why Max in SCALE_X input is 16384, sorry for my English
Thank you for all you help.
How do I get the the amps reference the motor is using in to TIA
Phillip, I have a question - where do you find which bit does what? Tried to google standart telegram 1, but I cant find which goest to, for egzample 256.X, which goes to 257.X (like reverse in your example).
many thanks in advance!
Found this document by a quick google search:
cache.industry.siemens.com/dl/files/159/99685159/att_83708/v1/G120_Field_busses_FH17_0414_eng_en-US.pdf
You have to dig in a bit, but the info is in there
I found it here cache.industry.siemens.com/dl/files/117/109818117/att_1134974/v2/G120_EPos_fct_man_0223_en-US.pdf
Do you have any idea for which environment we can use to simulate SINAMIC Drive easily ?
Analogy to PLC SIM for PLC.
Herzlichen Dank!
Bitte wenn es dir möglich ist, Videos, mit dem Schwerpunkt Motion Control!
Gibt es eine Simulator für die Antriebe, wenn man kein Motor zuhause hat?
Hello sir, could you please give a tutorial on user-defined telegram.
Excellent Explanation
Hi,
I am using G120C drive with cpu1510 PLC
My drive application as per below for manual operation
DI0- frd motor
DI1- rev motor
DI2- fault reset
Same I require frd,rev in profinet communication also.
DI3 for profinet selection
Which macro select in G120 C drive ?
Please help
Hi, excelent video! But I still don´t understand how the PLC send and receives the data from the driver. Who do i look for the documentation about de I 256 and Q 256??
Great video! im a big fan... thanks!
Excellent Philip. I have a question...how do you know that qw258 regards the speed? is it a part of standart telegram 1. Also if you had 2 pre-set speeds from the hmi and under contitions you wanted to change (reduce/increase) the speed of the drive within the plc program not manually, what would you do?? what would be your approach. Thank you!!!
Hi vtsitsilaras
!
The QW258 will work according to the standard telegram 1 and is unsynchronously transferred between PLC and Drive... so basically "it just works", that's the whole point in using the standard.
If you want to use two pre set speeds under certain conditions you would simply use two "MOVE" instructions and push the speeds into the variable I used as "Motor Potentiometer" (can basically be any memory area, so also something like "MW5" or even better: a Datablock symbol). The "MOVE" instructions is pretty easy to use, try getting into it a bit and if you can't, just ask here again, maybe I can make a video.
@@hegamurl7434 thank you man!
@@hegamurl7434 Where did is the documentation listing for Q258 and bit descriptions?
@@glenlammers482 did you find the document after as i can't find it either
would be better to if u controlled drive with standard FB library and/or show how did you get which bit and word are what commands..
Here is a link to the project example, where Telegram 1 and drive commitioning is well described:
www.automation.siemens.com/sce-static/learning-training-documents/tia-portal/drives/sce-062-101-frequency-converter-g120-pn-s7-1500-r1909-de.pdf
For those looking for English version, refer to section 4.6.1 in-> www.automation.siemens.com/sce-static/learning-training-documents/tia-portal/drives/sce-062-101-frequency-converter-g120-pn-s7-1500-r1909-en.pdf
@@scatmanworld87 thank you man
Perfekt!!!!!
Hello @Hegamurl, Can you do a video for the standard telegram 1. I still have a difficulted time understanding a specially the switching between the %Q256 and %Q257 I assume it is because 16 bit is 2x 8bit so %Q256 is first 8 bits and %Q257 second part of 8 bits? Never the less I still can figure out where did you get the data as when check for "Standard Telegram 1" under (STW1) I can't figure out. As you are using the %Q256.3 for revers which I would use %Q257.3 instead and keep all the 256's as it been originally to activated the drive. Can you help me understand please?
Thank you!✌
It was great and I should tell you thank you. Also I want to know Do we have any training about servo motors and about How can we start it with PLC?
Sir Can you send me Standard telegram 1 pdf because i am cannot find through google so can you send a link?
Where did you find any info about Standard telegram 1, I couldn't find any info
Best!
I have been banging my head for 2 weeks now, Where do i find the damn word table to see what bit dose what!!!
How to communicate g120 driver using c#(csharp) ?
Thats a really helpfull Video! Thanks alot!
Does someone has a good idea, where to find a simple list for the bits of standard telegram 1?
All the best!
PN
Warum zeigst nicht einfach die Steuerworttabelle im Video? Würde einiges leichter machen, es zu verstehen.
Thank you
hello sir
can i know why didnt u put 27648 on the scale block ?
I need a motor ON feedback from sinamics g120c. how are the DOs configured?
danke dir
easy peasy
Thank you
Hi,
How can understand the control word name from drive
Sir....how g120 will communicate with CPU 315 via Profibus using simatic software???.
Motor Setpoint Speed is in 0-1800 I just did 8 drives the drive only accepts the speed in RPM
Nice ❤️❤️
are you still making video ?
can you make a video on motion control please?
can i perform similar function of speed control via S120 ?
Hello man, If i want my motor to go full speed, at aprox. 3k rot/min should i scale it to 32568? Thanks
help with a g120 x, connected to a 151-8 pn/dp over profinet......... PLEASE!!!!!!
excellent
Hi, Can we configure Grundfos VFD through Siemens PLC?
i think im doing it wrong... my hmi is at 100% and the value is still 10000 not 16000
thanks
How can I simulate inverter
After that, can you simulate it?
👍👍
how do you know what tags to use
have you an another exam project file free telegram or Siemens telegram 353 ? I need write some parameters to drive and read some parameters from drive ?
Did you ever get an answer for this, i for example would like to use Telegram 352 i have used it in step 7 with a function block, and it gives useful information. I would like to do this in TIA portal.
How can i program without a hardware its urgent pls
I need a telegram 1details pdf
thanks:)
Mate, how about udemy course? I would gladly pay for it
Thanks, cool to hear! I am actually currently working as a trainer and teach (e.g. PLC basics) in classrooms. The main Idea of those videos was to assist my trainees and students... making them public is just my share to the community and simply a hobby (for now)
1 word = 16 I don't know
talk a lot .. + i think u did mistak in clearance + thank u
27648
Can the PLC part be simplified using the Technology Object feature on the 1500?