Author Topic: Modbus TCP questions (in Siemens 1200)  (Read 2206 times)

Noe

  • Full Member
  • ***
  • Posts: 205
    • View Profile
Modbus TCP questions (in Siemens 1200)
« on: September 26, 2017, 10:29:25 AM »
I have been commisioned to find a way to communicate an Advanced HMI VB.net project we actually have in communication with 5 rockwell PLC's, to add a new machine with a Siemens 1200 PLC. We have to read and write an integer variable and a couple of strings. If possible, I want to use the same controls: datasubscriber and its evets like data changed for the integer (string will be read and written by code).

Is it possible on this protocol?

Sorry if this is a noob question, I am just starting with Siemens and never used Modbus before.

Noe

  • Full Member
  • ***
  • Posts: 205
    • View Profile
Re: Modbus TCP questions (in Siemens 1200)
« Reply #1 on: September 26, 2017, 10:42:39 AM »
Ok, just found out the answer here in the forum about strings read and write. Not possible directly, but through data conversion from and to integer.

 http://advancedhmi.com/forum/index.php?topic=1301.msg6918#msg6918

Still looking to know if I can use the data changed event of a data subscriber for an integer variable...

Noe

  • Full Member
  • ***
  • Posts: 205
    • View Profile
Re: Modbus TCP questions (in Siemens 1200)
« Reply #2 on: September 26, 2017, 12:09:42 PM »
In the PLC side, should I use MB_CLIENT and MB_SERVER commands?

Friedrich

  • Newbie
  • *
  • Posts: 19
    • View Profile
Re: Modbus TCP questions (in Siemens 1200)
« Reply #3 on: September 26, 2017, 01:20:50 PM »
Don't know much about Siemens, but when I use ABB with AdvancedHMI and ModbusTCP I set the ABB as Modbus Server.

Noe

  • Full Member
  • ***
  • Posts: 205
    • View Profile
Re: Modbus TCP questions (in Siemens 1200)
« Reply #4 on: October 05, 2017, 03:54:53 PM »
Thank you. A collegue got it working finally, but now I am working on how to read and write 8 bit registers (a char variable).