For anyone wondering...I imported the ProSoft device settings to my PLC, but then after that I found out I needed to change my read/write array sizes and starting points. That's easy to do on the ProSoft side, but on the PLC side I found that you need to change the array size. (If you're changing starting points, I found the PLC didn't care and still wrote to/read from the correct spot on the ProSoft device.) To change the read/write array sizes on the PLC side, I went to the User-Defined Data Types and scrolled down to the MNETCDATA field. Once here, I resized my arrays to match my changes in my ProSoft. (Note: I was using Studio 5000 for my development environment.)
@lianakriebel4 жыл бұрын
Just so we're clear...at 4:39, there's no way to communicate over DINT? The MNETC is hard-programmed to use INT instead of DINT?
@prosofttechnologyinc4 жыл бұрын
Hi there! You do indeed need to use INT in the I/O tree. This matches the size of a Modbus register, 16 bits. Having said that, as is the case with Modbus, it is still possible for us to read and send DINTs, we just read or send them two Modbus registers (16 bits) at a time, then on the PLC side the integrator can use a COP or CPS to transfer the two INTs into a DINT or vice versa. But they will always be initially in INT form as Modbus does not have a DINT register type. If it helps, we have a video on handling 32 bit values in our modules at: kzbin.info/www/bejne/i17GZZKBe5iIZ5Y&
@DreiK968 жыл бұрын
Hi, I'm currently configuring MVI56E-MNETC with AB Control Logix L73. I got a query regarding communication timeout when the slave lose comm's. The situation is that after comm's failure, the previous data on assigned registers keep the values when the slave last got comm's. I wish to seek your help on how to clear all the data to "0" when a slave lose comm's. Thanks!
@prosofttechnologyinc8 жыл бұрын
+Andrei K The data can be zero’d out, but you would need to set up logic that, upon seeing a slave had lost communication using our Command Error Pointer, would trigger our cold boot bool. However, doing so also reboots the module, resulting in a break in communication, so the recommended course of action would be to instead create logic that disables whatever existing logic is looking at the “stale” values whenever our command error pointer indicates the corresponding slave for that data is down. If you have any questions, please call our technical support team at 661-716-5100. Thank you!
@nikog22433 жыл бұрын
Hello, can I use this module to get data from four Modbus RTU servers using Modbus RTU/Modbus TCP converter?
@prosofttechnologyinc3 жыл бұрын
Hi there! While the module always communicates using Modbus TCP/IP (MBAP) on port 502, port 2000 can be used for Encapsulated Modbus RTU communication, thereby allowing the use of the MVI56E-MNETC with most Modbus RTU to TCP converters. For more specifics, please reach out to your local support team, who can discuss this with you further: www.prosoft-technology.com/Services-Support/Customer-Support
@nikog22433 жыл бұрын
@@prosofttechnologyinc thank you. Who is my local support team for Russia?
@prosofttechnologyinc3 жыл бұрын
@@nikog2243 That will be our EMEA team; here's their info: +33.5.34.36.87.20 ; support.EMEA@prosoft-technology.com
@sc65155 жыл бұрын
Hi everyone. If I would want to connect a HMI device (of other company) to one or two Allen Bradley PLCs over modbus tcp/ip protocol and using the MVI56E-MNETC module, Do I have to connect the HMI, all PLCs and the MVI56E-MNETC module to a simple ethernet switch, as in the video? Thank you.
@prosofttechnologyinc5 жыл бұрын
Hi there! You would want to use a switch or hub for that application. If you have any additional questions, feel free to call ProSoft's Tech Support team at 661-716-5100. Thank you!
@sc65155 жыл бұрын
@@prosofttechnologyinc Thank you for your attention. Probabily I was not very clear with my question, can I use a simple etherner switch or hub to connect a HMI display (of other company) with one or two Allen Bradley PLC, over the modbus tcp/ip protocol and using the MVI56E-MNETC module?
@prosofttechnologyinc5 жыл бұрын
@@sc6515 Yes, you can!
@sc65155 жыл бұрын
@@prosofttechnologyinc Ok. Thank you so much for your answer and for your videos in youtube.