0608jai1990

MrPLC Member
  • Content count

    5
  • Joined

  • Last visited

Community Reputation

0 Neutral

About 0608jai1990

  • Rank
    Newbie

Profile Information

  • Country Malaysia
  1. Data Exchange Between two S7-300 CPUs via MPI Protocol

    Hi Daniel, Thank you for the offer to test the program with your hardware. Here i have attached the files. Thank you Best regards Jai kumaran MPI Communication.rar
  2. Data Exchange Between two S7-300 CPUs via MPI Protocol

    Hi Collinsd70, Thanks for the reply. I would like to know if it is possible to simulate it using PLCSIM, by using X_PUT and X_GET For an example, i would like to send 1 byte of data from CPU313C(DB1.DBX0.0...0.7) to CPU312. How can i simulate in PLCSIM? Thank you Best regards
  3. Hi Everyone, I would like to know  if two S7-300 CPU can exchange data via MPI protocol using X_Put and X_Get blocks. is it possible to test the data exchange via PLCSIM to verify. CPU1 = 313C-2DP CPU2 = 312 Please advise. Thank you.
  4. Hello Everyone, I have to develop a FIFO program in Allen Bradley micro850 PLC. The description is as below: Three(3) sensors, where any of the sensor can be turned on first One(1) push button, where when the button is pressed, need to reset the first sensor that detected previously. For an example, there are sensor1, sensor2 and sensor3. Then Sensor 3 detected first, sensor1 detected second and sensor 1 detected third. When push button is pressed, first detected sensor need to be reset, followed by second and third detected sensor. Can anyone help me or clarify me on this matter.   Thanks in advance
  5. Greetings everyone, I have a Proface HMI(LT-4201TM Modular type DIO) connected to a siemens flow transmitter(MAG6000). Communication between these two devices is using modbus. The modbus register that im using to get the data/reading of a totalizer from siemens transmitter are 403022 and 403023. I managed to display the exact totalizer value from siemens transmitter on the Proface HMI screen. But I couldnt get the exact totalizer value at the ladder logic side, the value that i get at the ladder logic side seems like a raw value. For an example, the totalizer's value is 147083(real value), but at the ladder logic side the value for 403022=15598 and 403023=17316.   Can anyone guide me to solve this issue.   Thanks in advance.