0x5940 - User memory address pointer
Index | Sub Index | Name | Data Type | Acc. | Pdo Map. | NVM | Value range | Default value | Units |
---|---|---|---|---|---|---|---|---|---|
0x5940 | 0x00 | User memory address pointer | INT16 | RW | No | No | -1 to 255 | -1 | - |
This register allows to read or modify the address pointer for accessing the user's memory. Memory space is arranged in words of 32 bits.
Memory organization:
Address | Memory data (16bit) |
---|---|
-1 | Invalid area |
0 | 1rst 32 bit data word |
1 | 2nd 32 bit data word |
2 | 3rd 32 bit data word |
*** | *** |
255 | 256th 32 bit data word |
Address -1 is the default and it has been created to avoid issues during drive initialization so the address 0 is not overwritten.