Тёмный

Training - M221 - M10.1 Modbus TCP Communication Blocks 

LeTomas AHUMADA
Подписаться 4,5 тыс.
Просмотров 18 тыс.
50% 1

Опубликовано:

 

15 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 57   
@hichemam2733
@hichemam2733 2 года назад
Thank you so much for all Mr AHUMADA 🤝
@LeTomasAHUMADA
@LeTomasAHUMADA 2 года назад
you are welcome Hichem!
@ikpestephen7364
@ikpestephen7364 4 месяца назад
Hi Leandro, Thank you very much for the great videos. I am now experimenting and learning with M221. Regarding Modbus TCP IP. If I only want to Read/Write to the M221 from a another device, do I still need to set up a communication block? Is there a separate manual available for Modbus communications? Thank you
@LeTomasAHUMADA
@LeTomasAHUMADA 4 месяца назад
Hi there! You have different ways but the easiest is to configure the network settings on the m221, check the m221 is server then try to keep the %M and/or %MW ready for the client to read/write them.
@ikpestephen7364
@ikpestephen7364 4 месяца назад
@@LeTomasAHUMADA Thank you very much for the response. My controller and display should arrive this week, so I will experiment :)
@2005bennyboi
@2005bennyboi 2 года назад
Any chance of a video explaining how to use the PID function. Specifically for temperature control? Great videos :) thanks
@LeTomasAHUMADA
@LeTomasAHUMADA 2 года назад
Hi Ben! I am still working in the content for the PID so far i managed to divide it like this (no video or presentation yet): _M17.1 PID in M221 _M17.2 PID Assistant _M17.3 PID Programming Part 1 (Call PID + animation table for variables) _M17.3 PID Programming Part 2 (Configuration) _M17.4 PID Implementation (Encoder + Motor + PWM Output (T)) For the implementation i was thinking in Speed control with PID but i can probably add temperature control. Are you interesting in heating control or refrigeration control?
@2005bennyboi
@2005bennyboi 2 года назад
@@LeTomasAHUMADA this looks ideal. I’m mostly interested in heating side of pid with thermocouples and SSR output. Looking forward to these videos. Thanks
@Millemillimetri
@Millemillimetri 8 месяцев назад
@@LeTomasAHUMADA good morning, is it possible to connect modbus tcp encoders and reading data from them ?
@diegoandreserirabenitez4526
Using rs232 I need to acquire the value of a weight indicator in my Schneider MODICON M221 plc, I know that in ecostruxure machine expert basic the block for the ASCII protocol is Send Receive Message, my question is which address should I use to be able to obtain the floating value of weight that the indicator sends me
@LeTomasAHUMADA
@LeTomasAHUMADA 11 месяцев назад
Hi Diego! The info received from the device should be converted in the plc from word to float. I believe you can assign the value to a %MW60 and %MW61 then in the code use the %MF60 (check if swap the words is needed)
@romansholyak2332
@romansholyak2332 4 месяца назад
Hi Leandro , Can you advice how to properly configure M200 as IO card and communicate with card via tcp modbus with PC?
@LeTomasAHUMADA
@LeTomasAHUMADA 4 месяца назад
Hi there! The first thing is to configure the Etherley port: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE--WnZD-kgFJ4.html Then you need to locate the data to be accessed by the PC. On the PC you will need a driver related to Modbus Tcp and use modus function for holding registers.
@romansholyak2332
@romansholyak2332 4 месяца назад
@LeTomasAHUMADA Hi! Configuration I already did . I have a custom SW with modbus driver to work with and it requires modbus device ID ( I think in my case it's 0 , when I add ip address on Modbus TCP with ID 0 ) and register number to read from device ( from 40000 to 49999 ) or write - but where I can find address of PLC variables ( like %IWN300 in IO scanner used ) . Do I need to add all commands in channel assist for my PC IP - read , write , read/write?
@AS-ol6os
@AS-ol6os Год назад
What about the settings for the Initialization Request Assistant such as the initialization value? If this is not set up generic devices will not work
@LeTomasAHUMADA
@LeTomasAHUMADA Год назад
Hi A S! The initialisation is useful when you want to set in the server (slave) some values before the communication of the values defined in the channel. I strongly recommend you to use the IOscanner rather than the function blocks, please take a look in the next video: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-nyXspkScEjk.html
@ahmedabdelraouf6638
@ahmedabdelraouf6638 2 года назад
Is there any videos about communication between PLCs and Hmi wireless? and also for remote I/os ?
@LeTomasAHUMADA
@LeTomasAHUMADA 2 года назад
Hi Ahmed! I have not made any video related to wireless communication probably because in the offer of this plcs (M2xx) we do not have a wireless communication card (but you can use the TCSEGWB13FA0 … i do not have it to test it ☹️) like the m580 with the PMXNOW0300. In my house i use wireless communication between some of the devices but i use a tp link mesh system and before that a vap11s-5g.
@ahmedabdelraouf6638
@ahmedabdelraouf6638 2 года назад
Is it possible to use "anybus wireless bridge and bolt" to access for example PLC m221 module and remote I/O with bus coupler?
@ericblom8077
@ericblom8077 Год назад
Thanks!
@LeTomasAHUMADA
@LeTomasAHUMADA Год назад
Thank you for your contribution to my channel ❤️🎉
@jardasfernandes6886
@jardasfernandes6886 2 года назад
Can I use a hmi for communicate with tm221 already communicating with a tcpmodbus device?
@LeTomasAHUMADA
@LeTomasAHUMADA 2 года назад
If you are going to use the Ethernet port of the Modicon M221 for Modbus Tcp then yes you can do it. Check my next playlist for the softwares in Schneider: ru-vid.com/group/PLFqT6GhMpgpJCPj3K8OgGura0dYPHEqJS
@jardasfernandes6886
@jardasfernandes6886 2 года назад
@@LeTomasAHUMADA thanks! Do you have any video about this content? And tcpmodbus support 2 master? Because hmi---->plc(tm221)----->tcpmodbus device. Hmi and PLC would be a 2 master isn't it?
@mahmoudelsayed2016
@mahmoudelsayed2016 2 года назад
Thank you , what about if I want to connect PLC with SCADA system , in this case SCADA will be client and PLC will be server?!
@LeTomasAHUMADA
@LeTomasAHUMADA 2 года назад
Hi Mahmoud! If you have an Scada then it will much better that the scada is the client and the m221 is the server. You will probably need to add a modbus tcp driver in the scada to communicate with the m221 to access to the %M and %MW areas.
@francodiegosanchezvalencia9589
Si apago un esclavo se pierde comunicación en este caso que recomendaría estimado gracias por du tiempo
@LeTomasAHUMADA
@LeTomasAHUMADA Год назад
Buenas! Si usas los bloques deberías agregar una logica antes de la ejecucion para no realizar la comunicacion con el dispositivo apagado. Esto deberia ser configurable desde el hmi o en tu logica intentar communicarse x cant de veces y dejar de intentar. Solo son ideas las que puse en este comentario. Saludos
@Millemillimetri
@Millemillimetri 8 месяцев назад
Good morning, is it possible to connect modbus top encoders and reading data from them? Thank you
@LeTomasAHUMADA
@LeTomasAHUMADA 7 месяцев назад
Hi there! If you are using the M221 the encoder must have Modbus Serial or Modbus Tcp, they also need to be compatible with the Modbus Function available in the controller.
@mindaugasb.8648
@mindaugasb.8648 9 месяцев назад
iIs it possible to send a '1' (as a bool) to an IP address and a specific port (not PLC)?
@LeTomasAHUMADA
@LeTomasAHUMADA 8 месяцев назад
Like ascii message ? In the M221 I believe that is only possible using the Modbus Serial Communication not the Modbus Tcp because you must know where to send the data to (register)
@germartinez10
@germartinez10 2 года назад
Hola Leandro. Excelentes videos. Me han ayudado mucho! Estoy teniendo problemas con la función read/var en el machine expert con un TM262. Tendrás algún ejemplo que me puedas compartir.?.
@LeTomasAHUMADA
@LeTomasAHUMADA 2 года назад
Buenas Gerardo, en el siguiente link podras encontrar el exported pou donde se puede ver como se utilizan los bloques de comunicacion : schneider-electric.box.com/s/bfg5ow6frqlr0lhkhweokic0j25qqg2t La direccion en el addm es un string en donde en tu casa es ‘1.(slave address)’. Dentro del com serie deberas agregar un modbus manager y configurar el m262 como master. Como importar el pou en tu project por las dudas fijate el siguiente video: schneider-electric.box.com/s/4bvegb89udef194mavkubonmoc6pb2of
@germartinez10
@germartinez10 2 года назад
Muchas graciss Leandro. Solo confirmando esto es para comunicación tcp/ip verdad? Saludos
@LeTomasAHUMADA
@LeTomasAHUMADA 2 года назад
@@germartinez10 puede ser para modbus serial tambien, solo cambias el address en el addm
@PhongTran-fl6pu
@PhongTran-fl6pu Год назад
hi sir, can we connect 2 TM221 PLCs by this way?
@LeTomasAHUMADA
@LeTomasAHUMADA Год назад
Yes you can but probably it will be much better to use IOscanner. I have made this video using Serial but you can instead use MOdbusTcp: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-kZul3e6Q_Rg.html
@PhongTran-fl6pu
@PhongTran-fl6pu Год назад
@@LeTomasAHUMADA thank you so much
@demira3190
@demira3190 Год назад
Hi, thanks for your videos. I would like to connect the M221 (which is already connected to an HMI through ethernet) to a PC that gives it commands through ethernet using a switch. Is it something possible?
@LeTomasAHUMADA
@LeTomasAHUMADA Год назад
Hi Dem Ira! You can but the M221 needs to be ModbusTcp server then the PC needs to use modbus functions to read/write from/to the PLC
@demira3190
@demira3190 Год назад
@@LeTomasAHUMADA Do you have a video that explains that?
@LeTomasAHUMADA
@LeTomasAHUMADA Год назад
@@demira3190 dont think i have but i can make one 😊
@demira3190
@demira3190 Год назад
@@LeTomasAHUMADA that is great 😊
@desatingenieria
@desatingenieria Год назад
Hola Leandro. Como debería ejecutar los bloques Read_Var y Write_Var si posee múltiples dispositivos ethernet (en modo servers). ¿Se puede ejecutar simultáneamente los bloques o el PLC no gestiona automáticamente las tramas? Yo suelo emplear una cuenta que se incrementa cada 100ms y por cada valor de dicha cuenta voy ejecutando el bloque correspondiente, pero siempre tuve la duda de cuál es la manera correcta de hacerlo. Saludos.
@LeTomasAHUMADA
@LeTomasAHUMADA Год назад
Buenas Nestor! Te voy a hacer honesto el uso de bloque no lo uso desde que podemos utilizar el Ioscanner y es un antes y despues… es mas sencillo: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-nyXspkScEjk.html Pero si queres seguir haciendo lo de los bloques podes hacer comparaciones de un numero que se va incrementando a medida que tenes un done o error a la salida del bloque y con cada comparacion ejecutas un bloque pero lo mejor es el Ioscanner.
@desatingenieria
@desatingenieria Год назад
@@LeTomasAHUMADA si, respecto del ioscanner he tenido mala experiencia tras perder conexión con un dispositivo haciendo que la conexión no retome automáticamente bloqueando el resto de las comunicaciones
@LeTomasAHUMADA
@LeTomasAHUMADA Год назад
@@desatingenieria hay unas variables de sistema para checkear por código la conexión y resetearla si hay un problema quizas falto eso pero no reemplazaría el ioscanner por bloques.
@desatingenieria
@desatingenieria Год назад
@@LeTomasAHUMADA si, las he empleado, pero he tenido mejor resultado con los bloques, en particular al comandar variadores de velocidad los cuales al perder comunicación generan muchos problemas. Gracias por tus respuestas.
@ioukos
@ioukos 8 месяцев назад
Hi Leandro, Is there a way to use the M-2-2-1 as a modbus gateway : ip-rtu ? : I have multiple Modbus RTU (non IP) devices that I want to pilot/monitor remotely from the M221 connected by IP. Usage : I want to send requests/orders (example a speed) to the M221, and the M221 send it to the right device (example a pump).Thank you
@LeTomasAHUMADA
@LeTomasAHUMADA 4 месяца назад
Hi there! Yes it is possible but it will need manual work in your code so the variables from the slave are available for you client on the ethernet network. I can try to make a video about it.
@LeTomasAHUMADA
@LeTomasAHUMADA 4 месяца назад
If you do not need adidtional logic you can use the EcoStruxure Panel Server to access to the Slave otherwise add a PLC
@ioukos
@ioukos 4 месяца назад
Thank you Thomas. I'm now able to read on a regular basis the values on the Modbus RTU device and "publish" it on Modbus TCP. On the other way, I'm able to send data to the M221, which transmits to the devices. Regards
@valdirsoares665
@valdirsoares665 Год назад
leandro meu clp tm221c40t nao entra em rum via cabo uma dica para mim sou valdir
@LeTomasAHUMADA
@LeTomasAHUMADA Год назад
Hi there! I just coming back from my holiday. If you are able to access to the plc then you can check the status to make it in run.(check if the switch is not in stop)
@hichemam2733
@hichemam2733 2 года назад
please share the files program
@LeTomasAHUMADA
@LeTomasAHUMADA 2 года назад
Hi Hichem! now the project is available in the description :)
Далее
Training - M221 - M10.2 Modbus TCP IO Scanner
26:20
Просмотров 6 тыс.
Какой звук фальшивый?
00:32
Просмотров 154 тыс.
Куда пропали ЗДРАЙВЕРЫ?
11:38
Просмотров 576 тыс.
КОГДА МАМА НАШЛА ТЕБЕ НЕВЕСТУ
00:55
New Race ? 🪽| Doge Gaming
00:12
Просмотров 1,4 млн
COM35. Modbus TCP Client via Beckhoff TF6250 TwinCAT 3
35:36
Understanding Modbus Serial and TCP IP
12:07
Просмотров 133 тыс.
What is Modbus and How does it Work?
8:58
Просмотров 1,7 млн
Communication Between M251 and M221 Modbus TCP
9:38
Vijeo XD - Communicating to M221 using Modbus TCP
5:50
Какой звук фальшивый?
00:32
Просмотров 154 тыс.