Тёмный

Arduino - Write Data from S7 Siemens PLC 

ChunzPS
Подписаться 3,8 тыс.
Просмотров 11 тыс.
50% 1

This video shows how to use arduino to write data on S7 Siemens PLC using Settimino library.
Source: settimino.sourc...
My Arduino code: github.com/chu...
========================================
Don't forget to click like and subscribe my channel.
Please give me support by Paypal: www.paypal.me/...

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

 

14 окт 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 35   
@andreastapane5020
@andreastapane5020 3 года назад
hello, I tried to use your code but in the compilation phase several anomalies are presented and therefore it is not possible to use it. can you help me??
@DomenicoMadeo
@DomenicoMadeo 4 года назад
hi, somewhere did you make a code to use the esp8266 scheta? thanks
@ChunzPS
@ChunzPS 4 года назад
I think my provided code can be modified to be compatible with esp8266.
@DomenicoMadeo
@DomenicoMadeo 4 года назад
@@ChunzPS thanks, I'll try
@phihungtran7792
@phihungtran7792 5 лет назад
This is very helppful, but link download code arduino is failed. Can u help me?
@marcoaurelio5320
@marcoaurelio5320 4 года назад
good news
@aniket-patil
@aniket-patil 5 лет назад
your videos are helpful...thank you
@Mrokay-sg1lx
@Mrokay-sg1lx 5 лет назад
Hello, can we change more than multiple bool data in the PLC? If can how to achieve it. Thank you.
@hieubuithanh865
@hieubuithanh865 5 лет назад
i need more than multi bool data. Can u help me!
@Mrokay-sg1lx
@Mrokay-sg1lx 5 лет назад
Can try adding more dB in PLC and Arduino, it will work but very messy...
@nicolarigoni1062
@nicolarigoni1062 3 года назад
Hi, thanks for your great video. Can you help me on write string from arduino to plc? thanks
@joanbergaalberti1730
@joanbergaalberti1730 4 года назад
Does it work for plc logo? I need to do that for my end of degree paper. Thanks for the video.
@ChunzPS
@ChunzPS 4 года назад
I think it would also support plc logo.
@joanbergaalberti1730
@joanbergaalberti1730 4 года назад
And another question, how do you connect arduino to plc? With ethernet cable?
@ChunzPS
@ChunzPS 4 года назад
For this project, I use ethernet.
@ertugrulbayhan
@ertugrulbayhan 2 года назад
Can i connetion stm32 with plc
@weversonsilva8543
@weversonsilva8543 4 года назад
Boa noite, tudo bem ? Fiz o download do seu código fonte e da biblioteca Settimino pela descrição do vídeo. Cheguei a instalar a biblioteca na versão do software arduino V1.8.10 no Windows 10. Porém o erro persiste (Foram encontradas múltiplas bibliotecas para "Platform.h" In file included from C:\Users\Accede\Documents\Arduino\libraries\Settimino_V2.0.0\examples\StatusDemo\StatusDemo.ino:29:0: Usado: C:\Users\Accede\Documents\Arduino\libraries\Settimino_V2.0.0 C:\Users\Accede\Documents\Arduino\libraries\Settimino_V2.0.0/Platform.h:111:12: fatal error: M5Stack.h: No such file or directory Não usado: C:\Program #include Foram encontradas múltiplas bibliotecas para "SPI.h" ^~~~~~~~~~~ Usado: C:\Program compilation terminated. exit status 1 Erro compilando para a placa Arduino/Genuino Uno ). Poderia me ajudar ?
@ChunzPS
@ChunzPS 4 года назад
Please make sure that you have already installed all required libraries.
@DomenicoMadeo
@DomenicoMadeo 4 года назад
edit your Platform.h file commenting on the tabs that do not concern yours, it is probable that the library that gives you error does not even serve you, I solved it like this
@ukaszczupakstudia3085
@ukaszczupakstudia3085 Год назад
@@ChunzPS Can you link libraries to compile this program? #include (any install returns missing libraries, pgmspace.h (after adding), FS.H (after adding) #include etc) #include (no errors) #include (taken from arduino does not return errors) #include "Settimino.h" (installed from ZIP, returns no errors)
@econtecdesignby9856
@econtecdesignby9856 5 лет назад
Arduino code โหลดไม่ได้แล้วครับ
@hieubuithanh865
@hieubuithanh865 5 лет назад
How inert many input from Arduino
@marcoaurelio5320
@marcoaurelio5320 4 года назад
Hi! Can you upload the arduino code bcs the link doesn’t work. Thanks a lot!
@ChunzPS
@ChunzPS 4 года назад
Please find my code under video description.
@marcoaurelio5320
@marcoaurelio5320 4 года назад
@@ChunzPS thank you so much. If possible, try create a video writing analog data from s7. It will be very helpful. thank you again.
@ukaszczupakstudia3085
@ukaszczupakstudia3085 Год назад
Hi, Can anyone link libraries to compile this program? #include (any install returns missing libraries, pgmspace.h (after adding), FS.H (after adding) #include etc) #include (no errors) #include (taken from arduino does not return errors) #include "Settimino.h" (installed from ZIP, returns no errors)
@rolandoespino6148
@rolandoespino6148 Год назад
hi, did you find any solution for ? i have the same problem whit the library pgmspace.h
@wtfisthisshittyworld5610
@wtfisthisshittyworld5610 11 месяцев назад
if u are using the Wired way .... u have to open the Plattform.h in the Settimino Library and uncomment #define Arduino_Lan and comment the others.... u will not get this msg again..... this works if u are using the Wired methode only.... @@rolandoespino6148
@Dudriiik
@Dudriiik 2 года назад
C:\Users\marti\Desktop\Arduino projekty\PLC2\PLC2.ino:29:17: note: suggested alternative: 'S7WIRED' S7Client Client(_S7WIRED); ^~~~~~~~ S7WIRED exit status 1 '_S7WIRED' was not declared in this scope after declared: exit status 1 request for member 'ConnectTo' in 'Client', which is of non-class type 'S7Client()'
@wtfisthisshittyworld5610
@wtfisthisshittyworld5610 Год назад
line 30 in his code should be like this: S7Client Client; delete the (_S7Wired)...
@BinhNguyen-jz1qo
@BinhNguyen-jz1qo 5 лет назад
Help Arduino code
@ChunzPS
@ChunzPS 5 лет назад
Please find the code link on my description.
@luisfernando667
@luisfernando667 Год назад
groso
@adamciupka3967
@adamciupka3967 4 года назад
Hi! Can you upload the arduino code bcs the link doesn’t work. Thanks a lot!
@ChunzPS
@ChunzPS 4 года назад
Please find my code under video description.
Далее