You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@robinson , Thanks for your project 'gos7', it is very useful in my project.
I found some use tips for develpers in MultiItems write:
if use DBX format, change dbIndex, for example: DB1.DBX12.5, the startaddress should be dbIndex + dbBit (DBX12.5 = 12<<3 + 5 = 96+5 = 101 = 0x65), in my case:
@jiekechoo thanks for you tip as well.
Regarding S7DataItem.Amount, it is the amount of address that you want to read from or write to. For example, from AGWriteMulti depend on the Amount it should be converted to to calculate the data_size, whether that is a bit, a timer...
Hope that helps.
//R
@robinson , Thanks for your project 'gos7', it is very useful in my project.
I found some use tips for develpers in MultiItems write:
DBX
format, changedbIndex
, for example:DB1.DBX12.5
, thestartaddress
should bedbIndex + dbBit (DBX12.5 = 12<<3 + 5 = 96+5 = 101 = 0x65)
, in my case:20
items in oneAGReadMulti
, PDU error, so I use16-18
, it works.S7DataItem.Amout
, could you tell me some details?The text was updated successfully, but these errors were encountered: