8/13/2016 1:33 PM | |
Posts: 5 Rating: (0) |
dear sir, i want to communicate s7-1500 plc with profinet port to siwarex wp231 weighing module. please send me the sample program. i am trying with mb_client fb but it is not working. ------------------------------------------------------------------------------------------ |
Last edited by: Min_Moderator at: 8/15/2016 1:50:22 PMNew subject after splitting |
|
9/14/2021 10:17 PM | |
Joined: 8/9/2018 Last visit: 10/21/2024 Posts: 5 Rating: (0) |
Was there ever a solution for this? We need the same thing. |
11/3/2023 8:05 AM | |
Joined: 9/5/2023 Last visit: 11/4/2024 Posts: 3 Rating: (0) |
Excatly the same problem here, you got it working at the end? |
11/3/2023 8:40 AM | |
Joined: 4/28/2015 Last visit: 10/30/2024 Posts: 10585 Rating: (825)
|
Hello, what about to use Search on Forum feature? Here is result list where many good Topics are listed, looks like also TIA examples: Search result list about Siwarex 231 |
With best regards... |
|
11/6/2023 12:49 PM | |
Joined: 1/4/2007 Last visit: 10/15/2024 Posts: 1147 Rating: (175)
|
Hello K S kumar, Well, there exist no official Siemens Ready-for-Use project regarding a S7-1500 plc with profinet port to Siwarex WP231 weighing module. But attached you can find my example project. In the past, I “played” a little bit regarding this topic. Maybe my example project helps you. Important is the function block “MB_CLIENT” in OB1, network 1, in my example project. To control the “MB_CLIENT”, you can use the watch table „MODBUS_Watchtable“. For example, if you would like to execute the zeroing- or tare-command in the watch table „MODBUS_Watchtable“, you have to do: 1. Set „MB_MODE“ to „1“ (1 = write) 2. Set „MB_DATA_ADDR“ to „40920“ (40920 = for commands) 3. Set „MB_DATA_LEN“ to „2“ (2 = two words for a command) 4. Set „MB_DATA_PTR[0]“ to „1001“ (= zeroing) or „1011“ (=taring) Set „MB_DATA_PTR[1]“ to „1“ (= Trigger-flag) 5. Set „REQ“ to TRUE for one-time (I had to zip the zap-file to upload it to my post!) Best regards Siwarexi AttachmentModbus_WP231_S7-1500_en_V15.1.zap15_1.zip (367 Downloads) |
This contribution was helpful to1 thankful Users |
11/21/2023 4:13 PM | |
Joined: 1/4/2007 Last visit: 10/15/2024 Posts: 1147 Rating: (175)
|
Hello Mehdi Als, Well, I used these three attached manuals. Best regards Siwarexi
AttachmentModbus_WP231.zip (425 Downloads) |
Follow us on