7/10/2018 4:51 PM | |
Posts: 10 Rating: (1) |
|
7/10/2018 4:51 PM | |
Posts: 10 Rating: (1) |
|
7/10/2018 4:52 PM | |
Posts: 10 Rating: (1) |
|
7/10/2018 4:53 PM | |
Posts: 10 Rating: (1) |
|
7/10/2018 4:53 PM | |
Posts: 10 Rating: (1) |
|
7/10/2018 4:54 PM | |
Posts: 10 Rating: (1) |
|
7/15/2018 8:50 PM | |
Joined: 9/27/2006 Last visit: 1/21/2025 Posts: 12330 Rating: (2702) |
Hello Flourine; First, a dataset is simply, in programmer's language, a structured collection of data, usually related to a single task. In this case the dataset refers to the control and status words required to talk to a specific drive, over many different field fieldbuses. For a more general definition, look here: https://en.m.wikipedia.org/wiki/Data_set There seems to be a total of 9 datasets per drive, some of them are described in the screenshots you posted. You will use these to read and write values on the drive. Think of them as standard telegrams, allowing access to specific data, as shown in your screenshots. On your first screenshot, the ABB techs describe the actual number of dataset required based on the value of a specific parameter on the drive. Look up the value of this parameter 75.1, it specifies the base address of each dataset DS1 to DS10). If the parameter value is 1 (standard), use DS1...; if it is 10, then use DS10... (add a value of 9 to the dataset address). Hope this helps, ' |
Follow us on