Пікірлер
@Apphugs
@Apphugs 2 күн бұрын
Excellent - thank you
@blociot
@blociot Күн бұрын
@@Apphugs thank you for watching
@rezamahmoudi163
@rezamahmoudi163 3 күн бұрын
please share source code ?
@blociot
@blociot 2 күн бұрын
Hi @@rezamahmoudi163 . This was part of a project. I'll prepare a short version and will publish as soon as I find some time.
@21Aera
@21Aera 3 күн бұрын
Great content ! Thank you. It would be great to see also how to read a state from HA into the LOGO. For instance if a light is connected to the LOGO and we want to turn it on/off from HA.
@blociot
@blociot 3 күн бұрын
Thank your for your feedback. Great question. To control a light switch from HA, you need to define a SWITCH instead of SENSOR on the yaml file. you can find the details here: www.home-assistant.io/integrations/switch.mqtt/ The only catch is the json payload format that needs to be defined under the SWITCH. Here is an example that you can use: { "state": { "reported": { "VM4": { "desc": "V-word-4-1", "value": [ 13 ] } } } } This payload write the value of 13 to VM4 which is defined in LOGO MQTT transfer area.
@21Aera
@21Aera 2 күн бұрын
@@blociot Thank you! I'll try that when I have a chance to play with my lab 😁
@Ind4.0
@Ind4.0 6 күн бұрын
Seems my sprinkler system needs an upgrade 😅 Cool feature!
@blociot
@blociot 6 күн бұрын
@@Ind4.0 great application 👌
@Ind4.0
@Ind4.0 16 күн бұрын
Cool! Looks like a robot controller!
@blociot
@blociot 15 күн бұрын
Exactly 👌
@shubhaml3646
@shubhaml3646 21 күн бұрын
Unfotunately Just what your project is and visualize it is not usefull, but how you did it what source code you used is much important to share
@mohammedrezk8072
@mohammedrezk8072 22 күн бұрын
could you please make a video for the differences between Siemens panels(comfort/unified/..etc) cause i'm confused some are simulated with wincc/runtime / some with webservers ....will be grateful
@blociot
@blociot 22 күн бұрын
Great idea. I will make a quick video to explain different families in one quick video.
@WillPark98
@WillPark98 27 күн бұрын
Hi, I have a very similar setup. I can connect to the S615 through Sinema RC Client but it only gives me access to the IP address of the S615, not the rest of the local network with the PLC. Do you have to set up static routes on the S615 to map traffic between internal and external?
@blociot
@blociot 27 күн бұрын
Hi Will. Exactly. You need to allow traffic between internal ports and the external port. Also, you need to define the participants groups and Subnet (your PLC IP address range) on your server under Devices and Network setting.
@WillPark98
@WillPark98 27 күн бұрын
@blociot hi, thanks for the reply. I managed to get it working. On SINEMA RC server, I selected NAT mode 1:1 for the device and entered the IP subnet and now its working. Thanks, great video
@blociot
@blociot 27 күн бұрын
Awesome. Thanks for watching. All the best
@NSAwatchesME
@NSAwatchesME 29 күн бұрын
i cant find price how much they cost
@blociot
@blociot 29 күн бұрын
You may try Siemens industry mall for your country on the link below: mall.industry.siemens.com/goos/WelcomePage.aspx?regionUrl=/&language=en Or contact a local sales rep un your city to get the price with any possible deals.
@guilhermesouza4373
@guilhermesouza4373 Ай бұрын
Finder OPTA is better
@blociot
@blociot Ай бұрын
Never used it. But curious what do you like about it? Seems over priced and the ladder IDE is too basic.
@thorstenfricke3257
@thorstenfricke3257 Ай бұрын
wonderful
@thorstenfricke3257
@thorstenfricke3257 Ай бұрын
i cant find the sw 8.4 anywhere in the german internet. please could send me a link?
@blociot
@blociot Ай бұрын
Hi Thorsten, You can try this link on SIOS: This is an upgrade. So you will need to have an oldef version su h ad v8.3 installed before running this upgrade support.industry.siemens.com/cs/document/109826553/download-and-installation-instructions-for-logo!-soft-comfort-upgrade-v8-4?dti=0&lc=en-US
@thorstenfricke3257
@thorstenfricke3257 Ай бұрын
@@blociotthank you! i downloaded a demo from those link you provided. but i dont know how to make a non demo version from it. i have to find out
@blociot
@blociot Ай бұрын
@@thorstenfricke3257 if you had a previous version of LOGOsoft comfort on your machine, you don't need to do anything else. The file on the link upgrades your existing software. Otherwise, you have to do a one time purchase from your local Siemens rep. It's not an expensive software
@thorstenfricke3257
@thorstenfricke3257 Ай бұрын
@@blociot thank you
@thorstenfricke3257
@thorstenfricke3257 3 күн бұрын
@@blociot it was much easier! reichelt sold the 8.4 sw! amazing! i was surprised when it came
@thorstenfricke3257
@thorstenfricke3257 Ай бұрын
1000 thanks
@PM-pp3so
@PM-pp3so Ай бұрын
I use a VPN router to see LWE website but with Mqtt protocol can someone make an smartphone app with datas from an MQTT broker ? many thanks
@blociot
@blociot Ай бұрын
Sure you can. Facebook messenger app is a good example that mostly uses MQTT for communications.
@PM-pp3so
@PM-pp3so Ай бұрын
@@blociot Entonces si el logo envia las variables en un cloud como AWS. Un desarollador de app para movil podria crear una app ?
@PM-pp3so
@PM-pp3so Ай бұрын
I don't understand if logo can be used only with MQTT broker or comunicate in a local red. ? Can interact with homeassistance ? thanks
@blociot
@blociot Ай бұрын
Hello, LOGO can be a MQTT client. It cannot be an MQTT broker. So if you have an MQTT broker, LOGO can publish or subscribe to data on the broker. It can also be connected to Homeassistant as an MQTT sensor, etc. with JSON payload
@PM-pp3so
@PM-pp3so Ай бұрын
@@blociot Estamos hablando de una comunicación a nivel local... sin internet ? gracias.
@user-si6vo6vq9m
@user-si6vo6vq9m Ай бұрын
thanks for the excellent content. Is it possible to have Python demo project?
@blociot
@blociot Ай бұрын
Thank you for your feedback. Please send me a message on Linkedin. I can surely send it to you if I find it.
@GinoFavero94
@GinoFavero94 Ай бұрын
Hi , thanks for your very useful video. I couldn't find the Unified basic panel PDF that you are showing, I only found the comfort version. Where can I find it?
@blociot
@blociot Ай бұрын
Hi Gino. I asked the local Siemens sales rep to send me. Just find a local sales rep and ask for it. You can try opening a support ticket on online support website to see if they have it.
@dtib1539
@dtib1539 Ай бұрын
I wish logo in new version could also manage float values😒
@blociot
@blociot Ай бұрын
Good point. There are some workarounds for some floating point applications. Have you seen the I/F and F/I functions? support.industry.siemens.com/cs/mdm/100782807?c=120748741643&dl=no&lc=fr-WW Out of curiosity, hat are you trying to do?
@eduardobrisolla1185
@eduardobrisolla1185 Ай бұрын
Hi friend, do u know why I can´t find my MTP400 in the TIA v17 hardware list? that folder not even exists 😢
@blociot
@blociot Ай бұрын
Hi Eduardo. If you have a MTP400 BASIC, it is only available in TIA V19. Unified basic panels are very new and introduced with TIA Portal V19.
@eduardobrisolla1185
@eduardobrisolla1185 Ай бұрын
@@blociot very helpful. Now I can't stablish a communication between PLC s7 1200 and my HMI MTP400. There's some detail that I'm missing?
@blociot
@blociot Ай бұрын
@@eduardobrisolla1185 there are a few factors that can cause this issue. First, make sure you have an HMI connection defined between your PLC and HMI. Then make sire the time zone is the same for both devices. Finally, make sure the CPU security allows access to all devices and the certificate is valid.
@user-if8sw6vp6m
@user-if8sw6vp6m Ай бұрын
Why there is a phonk?
@blociot
@blociot Ай бұрын
Selected it accidentally, but liked it after :D
@jr_electrical-Engg
@jr_electrical-Engg Ай бұрын
Can we add switch in in interface port 2 of 1515R
@blociot
@blociot Ай бұрын
Sure. The CPU in this deno is connected to a Scalance switch on its right side.
@jr_electrical-Engg
@jr_electrical-Engg Ай бұрын
But interface 2 haven't MRP can we connect directly
@blociot
@blociot Ай бұрын
@@jr_electrical-Engg I am not sure if I fully understand your concern. You may send us a message on Linkedin to chat more with details. Overall, each CPU has two independent ports (X1 and X2). In this demo, X2 of each CPU is unused. So you may ise it for any purpose. But X2 is not a part of MRP ring so you won't get benefit of MRP ring. Overall, it's not a good idea to do it this way. If you need to add a switch, add it to the ring. Hope this helps
@stevenrb5168
@stevenrb5168 2 ай бұрын
Hi my friend congratulations for this excelent video, I have a problem, i have the Logo 8.4, I see my ipv4 on windows and my PLC is in the same subred, but after make all the steps that you show to connect with mosquitto, doesn't connect, only I see connecting and after that show me a message "server connection error" maybe do you know what i have to do?
@blociot
@blociot Ай бұрын
Thank you for your comment. Do you see the connection error? On LOGO side or on the MQTT client? You need to make sure your Mosquitto settings match what you enter in LOGO configs. If you have a username and password on the Mosquitto broker, you need to let LOGO know to connect!
@user-ow3eh7bv5o
@user-ow3eh7bv5o 2 ай бұрын
"Hello, do you happen to have a video where AWS is used for LWE? I'm having trouble creating my cloud." :(
@blociot
@blociot 2 ай бұрын
Hi, Unfortunately, I don't have a video but if you could privide some details on the issue, I might be able to help. Most issues are related to IAM roles and AWS side.
@domenicapalacios7396
@domenicapalacios7396 2 ай бұрын
Good afternoon, please help me with the SMTP settings, the name of the server and what would be the port.
@blociot
@blociot 2 ай бұрын
Hi, The SMTP setting depends on the email address you are using. Just search for the SMTP setting on your email provider website.
@elkechebourabir5241
@elkechebourabir5241 2 ай бұрын
Please sir , i followed the same steps as you but when i enable the block. An 16#8061 error appears i tried so hard but i can't fix please help me
@blociot
@blociot 2 ай бұрын
8061 is most likely because your PLC cannot find the MQTT broker. Are you using a local MQTT broker or a cloud version? You need to make sure DNS is set up correctly if not using the IP address for the broker. Also, make sure you can ping both PLC and broker on the same network.
@TheAslanmemo
@TheAslanmemo 2 ай бұрын
im wating part 2 please
@blociot
@blociot 2 ай бұрын
A bit busy with work trips. Recording part 2 is in progress. Stay tuned 🙏
@fh1772
@fh1772 2 ай бұрын
Is it possible to call urls / webhooks from the LOGO?
@blociot
@blociot 2 ай бұрын
Unfortunately, not yet. But there might be an unofficial way. For now, MQTT and email seems to be the best way to work with events. For sure middleware can be used too.
@MrDawen1997
@MrDawen1997 2 ай бұрын
wow did you paid for both the cpu's yourself? quite expansive!
@blociot
@blociot 2 ай бұрын
The demo was borrowed from local Siemens office :)
@MrDawen1997
@MrDawen1997 2 ай бұрын
@blociot thanks for the reply. Didn't that was possible. Do you rent that or need to be a siemens certified partner?
@blociot
@blociot 2 ай бұрын
@@MrDawen1997 anyone who want to buy a unit, they can ask for a demo for testing as long as the local office has a demo available. You should call them and ask.
@habibbparva7642
@habibbparva7642 2 ай бұрын
Can i ask you a question about my Winncc unified pc rt?
@blociot
@blociot 2 ай бұрын
Sure
@achrafoulidi6548
@achrafoulidi6548 Ай бұрын
@@blociot hello , i have a tia-portal v18 but i didint found hmi simatic unified confort panel . how can i do to get it plz?
@blociot
@blociot Ай бұрын
@@achrafoulidi6548 you have to install it. It's on the same DVD as Step 7. If you haven't install it, just run the installation again and select modify and install WinCC Unified.
@mohammedrezk8072
@mohammedrezk8072 2 ай бұрын
many thanks for this useful content
@blociot
@blociot 2 ай бұрын
Glad it was useful. Stay tuned for the next video in the coming days.
@michakurek5618
@michakurek5618 2 ай бұрын
Hi, I have a problem with mosquitto docker build it says that: => ERROR [mosquitto 3/7] RUN apk update && apk add --no-cache rsync tzdata 12.3s ------ > [mosquitto 3/7] RUN apk update && apk add --no-cache rsync tzdata: 0.547 fetch dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 5.544 WARNING: updating and opening dl-cdn.alpinelinux.org/alpine/v3.18/main: temporary error (try again later) 5.544 fetch dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10.55 WARNING: updating and opening dl-cdn.alpinelinux.org/alpine/v3.18/community: temporary error (try again later) 10.55 4 unavailable, 0 stale; 21 distinct packages available ------ failed to solve: process "/bin/sh -c apk update && apk add --no-cache rsync tzdata" did not complete successfully: exit code: 4 What can i do?
@habibbparva7642
@habibbparva7642 2 ай бұрын
good work
@blociot
@blociot 2 ай бұрын
Thank you for watching
@plant_paradox5663
@plant_paradox5663 2 ай бұрын
how many analog inputs can they model take
@blociot
@blociot 2 ай бұрын
I'll ahow on datasheet when we discuss the analog processing.
@plant_paradox5663
@plant_paradox5663 2 ай бұрын
and how to read 0V to 5V sensors analog input usually made for Arduino
@blociot
@blociot 2 ай бұрын
Sure. We will have a drdicated video for analog signal manipulation.
@plant_paradox5663
@plant_paradox5663 2 ай бұрын
Great Video please also consider a PWM in LOGO! current no English video on this topic
@gussinger6939
@gussinger6939 2 ай бұрын
can I also use this method in order to send SCL Code to the CPU and run it? Let´s say I write SCL Code in an external editor and then want to test it on a real device. Is that possible?
@blociot
@blociot 2 ай бұрын
Short answer is not directly. But TIA Portal has a feature called Openness which let you do many tasks by scripting. It might be helpful to look at. You can send your data (an SCL code in your case) to the PLC, but therr should be another interface to receive the data and save it as a FB, FC, etc.
@plant_paradox5663
@plant_paradox5663 2 ай бұрын
Can you please draw the wire connections in AutoCAD Electrical so that we can gain experience working with it?
@blociot
@blociot 2 ай бұрын
I don't have access to ACad at the moment, but that's a good idea. We will post a video about CAD, P&ID, etc
@plant_paradox5663
@plant_paradox5663 2 ай бұрын
and please add virtual hmi's on website, phone and pc and database online with logo! live data
@blociot
@blociot 2 ай бұрын
We will have a tutorial for HMI soon.
@plant_paradox5663
@plant_paradox5663 2 ай бұрын
i'll be using a project using logo!
@blociot
@blociot 2 ай бұрын
Great to hear that. Next tutorial is coming soon.
@plant_paradox5663
@plant_paradox5663 2 ай бұрын
@@blociot really appreciate your efforts
@plant_paradox5663
@plant_paradox5663 2 ай бұрын
will you be using logo!8.4
@MrArasbah
@MrArasbah 2 ай бұрын
Awesome! Thank you so much for the video .. we are waiting for the other videos ... ❤❤❤❤ well done.
@blociot
@blociot 2 ай бұрын
Thank you for the feedback 🙏
@dominicdupont3917
@dominicdupont3917 2 ай бұрын
This video rocks! Great job!
@blociot
@blociot 2 ай бұрын
Thank you for watching 🙏
@pradeepkumar9249
@pradeepkumar9249 2 ай бұрын
Excellent video and helpful information
@blociot
@blociot 2 ай бұрын
Thank you for watching Pradeep. Stay tuned for the next videos.
@iran_siemens
@iran_siemens 2 ай бұрын
من میگم چقدر ایشون شبیه به ایرانی هاست آخر امروز تو یکی از ویدیو هاتون اسمتون رو دیدم جناب بیاتی اگر خاطرتون باشه یک بار هم پرسیدم از کجا هستید فرمودید کانادا البته انگلیسی
@iran_siemens
@iran_siemens 2 ай бұрын
Hi dear friend You publish useful content and I thank you for this
@blociot
@blociot 2 ай бұрын
Thank you for your feedback, Alireza.
@usamashaikh7130
@usamashaikh7130 3 ай бұрын
Brother, i have situation when i tried to download the hardware configuration, it only got downloaded in primary plc and backup plc is empty without the program. can you please the how i can download the configuration and porgram in backup plc. I have follow the hardware wiring the same as you said
@blociot
@blociot 3 ай бұрын
Hi Usama. Have you tried downloading to the backup CPU directly? Try connecting to the backup CPU directly with an Ethernet cable if the TIA Portal doesn't recognize it.
@mohamedhamadene9579
@mohamedhamadene9579 3 ай бұрын
short and great explanation,... Bravo!
@blociot
@blociot 3 ай бұрын
Thank you for watching Mohamed 🙏
@Ind4.0
@Ind4.0 3 ай бұрын
Looks great!
@---usr
@---usr 3 ай бұрын
Keep going ❤
@blociot
@blociot 3 ай бұрын
Thank you for watching