1/25/2020 9:33 AM | |
Joined: 5/6/2010 Last visit: 11/5/2024 Posts: 1988 Rating: (279) |
Hello JALVAR, you must parameterize your module to PWM. You can find some details at the manual of the output module 6ES7132-6BD20-0DA0. Here you can find the ET200SP manual collection. At the manual at this module can you find a description at chapter 5.1 - Pulse width modulation operating mode. You must define the minimum and the maximum pulse width. regards |
This contribution was helpful to1 thankful Users |
1/25/2020 9:37 PM | |
Joined: 3/16/2015 Last visit: 10/10/2021 Posts: 1250 Rating: (173) |
You are in for quite a bit of reading starting with the manual and this link which includes library of function blocks (which you do not need for your application) and data types which you will use to control and read feedback of the TM. There's also an example that may be too complex for what you need but it shows you how to use the module, read records, read and write data using SETIO_PART and GETIO_PART. It is helpful to look at how they do things. But, you can also address the control and feedback parameters directly as you would any other data types in your program. You can turn on or off BOOL and you can MOVE a PWM value directly to the module. (This doesn't seem to work as the module can not be configured as Technology Object) Note: I've never used this TM but it is very much like the counter module which I'm basing this reply on. |
Last edited by: Kal.A at: 01/25/2020 22:24:30 |
|
This contribution was helpful to2 thankful Users |
Follow us on