1/12/2022 5:47 PM | |
Joined: 8/28/2012 Last visit: 10/2/2024 Posts: 9 Rating: (0) |
Hello, I would like to read out the parameters of a Sinamics drive with a IOT2050/ Node red. I can read them out if I use a 1200 or 1500 plc in between and put the parameters in to a datablock of the PLC, but I would like to read them out without a PLC. I don't know what protocol to use when I don't use a PLC in between. Can somebody help me, all tips and idea's are very welcome. Kind regards, Frits van schagen Attachmentflows_txt_is_Json.TXT (689 Downloads) |
1/17/2022 4:46 AM | |
Joined: 5/19/2006 Last visit: 10/23/2024 Posts: 549 Rating: (107) |
Besides the native mode of accessing the parameters via DRIVEESANY syntax (STARTER, Startdrive, Drive ES, Simotion Scout), it looks like from FW 4.7 or so Sinamics drives map the parameters to DB blocks see Application example 109481157 Attached I am reading r26 "DC link voltage smoothed" from a G120 Drive using address DB26.DBD0 that in Node red syntax is DB26,R0. |
Last edited by: Jen_Moderator at: 01/17/2022 07:23:37Optimized link. |
|
This contribution was helpful to1 thankful Users |
9/10/2024 8:35 AM | |
Joined: 3/12/2024 Last visit: 11/11/2024 Posts: 71 Rating: (0)
|
Hey, what data type are you trying to read from your S7? I am not sure if you can refer to a variable in the adress "DB26.R0". You can have a look in the overview of variable-adressing-examples on the node-red-contrib-s7 documentation: https://flows.nodered.org/node/node-red-contrib-s7 DB26, R0 should be adressable as "DB26.DBD0" if it is a 32-bit number or with "DB26.DBW0" for a16-bit number BR
|
Follow us on