Creo que deberias no solo ir mas despacio, si no tambien mejorar tu video, no se entiende lo que haces para usar los parametros T. muy complicada tu explicacion sin sonido.
@AamirAlamgir19 күн бұрын
Gracias por los comentarios. El audio está presente en los videos más nuevos.
@jojo-ml3rx3 ай бұрын
Thanks!
@AamirAlamgirАй бұрын
Welcome!
@louisadibe31894 ай бұрын
Thanks man,cool content
@AamirAlamgir3 ай бұрын
Glad you liked it!
@cascadeanalog3205 ай бұрын
Thank you Sir !
@AamirAlamgir5 ай бұрын
Most welcome!
@LeonardoJPaes7 ай бұрын
thanks! simple and functional
@AamirAlamgir5 ай бұрын
Glad it helped!
@oskarsssssss7 ай бұрын
Maybe you have some detailed drawings or photos about the conveyor, I would love to use it on my Bachelors project
@AamirAlamgir7 ай бұрын
I don't have the drawings. But you can search in google there are many reference available...
@ruslanbadretdinov80599 ай бұрын
Hello, thanks for the video. For some reason I can’t find where I can get these instructions, we decided to make versions of rslogix 21, but we can’t find the libraries, could you help with this?
@AamirAlamgir8 ай бұрын
Refer this document : literature.rockwellautomation.com/idc/groups/literature/documents/at/enet-at007_-en-p.pdf And you can download the code from Rockwell portal
@ruslanbadretdinov80598 ай бұрын
but not for version 21 like yours@@AamirAlamgir
@jayrajsinh789 ай бұрын
Part 2 please
@alvarojimenez192210 ай бұрын
It's a Good, video, but, how can I reed the data from the Ethernet port? Can you share the PLC programm?
@AamirAlamgir7 ай бұрын
From Rockwell site you can download the sample code
@akshay.k985310 ай бұрын
Thank you🙏💕😊
@AamirAlamgir7 ай бұрын
Welcome!
@sahilunde4579 Жыл бұрын
Permission error aa raha hai please help
@AamirAlamgir11 ай бұрын
give access to file folder to have everyone permission and all python packages give full control of read/write. If it doesn't help than please share error screenshot
@VaelekCorvo Жыл бұрын
Even at 2x I can't sit though this
@chetankawate3461 Жыл бұрын
Which button should be used in scada for showing report?
@AamirAlamgir Жыл бұрын
You can directly access the report file by clicking on the preconfigured MS Access icon. And from SCADA you can use a simple button and give run command using AppStart Example: In the Button Properties dialog box, for the press action, type the following command: AppStart "C:\Program Files\Rockwell Software\RSView Enterprise\ActivityLogViewer.exe"
@dylanakoue172211 ай бұрын
Need more
@chetankawate3461 Жыл бұрын
Which button should be used in scada for showing report?
@AamirAlamgir Жыл бұрын
You can directly access the report file by clicking on the preconfigured MS Access icon. And from SCADA you can use a simple button and give run command using AppStart Example: In the Button Properties dialog box, for the press action, type the following command: AppStart "C:\Program Files\Rockwell Software\RSView Enterprise\ActivityLogViewer.exe"
@chetankawate3461 Жыл бұрын
Thanks
@Kajan81 Жыл бұрын
Thanks for this...question...is there a way to read a *.sql file directly into python? I'm assuming its similar to reading a *.txt file?
@AamirAlamgir Жыл бұрын
I didn't tested that approach yet, but you can try the sqlite3 module. It provides the execute() method which can be used to execute an SQL query on a database. You can use this method to execute SELECT queries to retrieve records from the database. You can also use this method to execute INSERT queries in order to add new records to the database.
@AamirAlamgir Жыл бұрын
Also you can refer the following article: www.geeksforgeeks.org/sql-using-python/
@kishorekumar6750 Жыл бұрын
sir , do i need cp cable for programming the controlnet without plc
@AamirAlamgir Жыл бұрын
If your chassis have a ethernet module & a ControlNet module you can schedule the ControlNet network through the back chassis and connections over a ControlNet network can be one of the following: • Scheduled-Data transferred at specific times. • Unscheduled-Data transferred when the network can accommodate the transfer. To use scheduled connections, you must schedule the ControlNet network via RSNetWorx for ControlNet software. You must use RSNetWorx for ControlNet software to schedule the network in order to activate the configured I/O devices in your application. You must also reschedule the network if a change is made to an already-scheduled network
@AamirAlamgir Жыл бұрын
You can also refer the ControlNet Network Configuration document: literature.rockwellautomation.com/idc/groups/literature/documents/um/cnet-um001_-en-p.pdf
@geod2792 Жыл бұрын
"Promo SM" 💃
@godwinsanfins Жыл бұрын
Thank you Man. GOD Bless you😊
@AamirAlamgir Жыл бұрын
Happy to help
@patssizy Жыл бұрын
I'm trying to open MDF (primary data file) via SQL server but I get this message: "Failed to retrieve data for this request. (Microsoft.SqlServer.Management.Sdk.Sfc) CREATE FILE encountered operating system error 32(The process cannot access the file because it is being used by another process.) while attempting to open or create the physical file 'E:\MSSQL\DATA\PIETER_DWH.mdf'. (Microsoft SQL Server, Error: 5123)" How can I pause this "process" so I can see the MDF (primary data file) ? Can someone please help me?
@AamirAlamgir Жыл бұрын
Check this link: learn.microsoft.com/en-us/troubleshoot/sql/ssms/error-click-databases-node
@dhevadheva6058 Жыл бұрын
4:23
@mahinjamal6886 Жыл бұрын
Thanks a lot!
@AamirAlamgir Жыл бұрын
You're welcome!
@grakeshrao2319 Жыл бұрын
Hi, could you please share your email or mobile number...
@AamirAlamgir Жыл бұрын
Could you please tell me what is your query/
@shuvendudas2807 Жыл бұрын
👍💯
@niyasrahman7455 Жыл бұрын
Can you please provide that Pdf document you're referring
Glacially slow. Watch at 1.5x speed. 12,000 views, only 37 likes.
@onomatopoeia6787 Жыл бұрын
I actually have a path '\\a\b\c\d' in my Sql server and after I read it in python it shows '\\\\a\\b\\c\\d'; then I tried .replace('\\\\','\\') now it shows '\\a\\b\\c\\d'. Any suggestions as how to get the desired output: '\\a\b\c\d' ?
@nicolasmascorro6912 Жыл бұрын
Is a communication card needed? or is it direct from the ethernet port of the 1400?
@AamirAlamgir Жыл бұрын
Direct from the ethernet port of ML 1400. No external communication card needed.
@cococnk3882 жыл бұрын
Gréât one thanks
@AamirAlamgir Жыл бұрын
Welcome!
@sairfan062 жыл бұрын
Where is part 2? I could not find
@AamirAlamgir Жыл бұрын
only part 1
@fethilakhdari10782 жыл бұрын
My comments are done in full view of the commendable effort but for the interest of improving on something good that is in dire in need to improve. 1 - The goal and purpose are great 2 - The execution has shortcomings and issues including but not limited to the following: 2.a - Excessive confusions on the part of the presenter: Some practice prior to the recording would have saved a lot of hassle 2.b - Lack of verbal comments and guidance sudden and almost erratic mouse movements makes following this video very hard. Thanks for your efforts to help those in need of video tutorial.
@AamirAlamgir Жыл бұрын
Thank you for the feedback. Will improve in upcoming videos...
@mohdnauman50122 жыл бұрын
When i acknowledge any alarm, the message of that perticular alarm changes in history....In message it shown some server name
@AamirAlamgir Жыл бұрын
Yes, that is the default behavior to showing alarm server name when you acknowledge any alarm.
@Gretus6662 жыл бұрын
Can you share the sample code you used in your video, please.
@AamirAlamgir7 ай бұрын
From Rockwell site you can download the sample code
@cutiserzero9632 жыл бұрын
Thank you
@AamirAlamgir2 жыл бұрын
You're welcome
@soheilnazerzadeh50612 жыл бұрын
Useful.thanks
@AamirAlamgir2 жыл бұрын
Keep watching
@gomezd2502 жыл бұрын
Hello, Thanks for this information, question, is it possible do exactly the same but using an Excel file to storage the data instead SQL?
@AamirAlamgir Жыл бұрын
Yes, it's possible you can store the data in Excel, Access & any other platform if you don't need to store in SQL
@williamhuang53292 жыл бұрын
Hanzhen harmonic drive gear , strain wave gear , robot joint , over 30 years experience
@coffeecuppepsi2 жыл бұрын
I have no Connections folder... how can i enable this? cheers
@AamirAlamgir2 жыл бұрын
In Factory Talk View Studio, System > Connection > Databases. This are the default function. Check with application restart and if required refer FTV user manual, link given below: literature.rockwellautomation.com/idc/groups/literature/documents/um/viewse-um006_-en-e.pdf
@coffeecuppepsi2 жыл бұрын
@@AamirAlamgir thank you for this. I'll check it out
@GenGamer2442 жыл бұрын
Thank sir
@李海君-j1c2 жыл бұрын
thank you, this helps alot
@AamirAlamgir2 жыл бұрын
Glad it helped!
@yogeshtanganiyan10752 жыл бұрын
not sure if talking to himself
@sangiliraj27152 жыл бұрын
Hi i am not getting the data from table(like String , Float and Tag table ? how to get that?
@GenGamer2442 жыл бұрын
Contact me
@GenGamer2442 жыл бұрын
Give me your no. I will help you
@AamirAlamgir2 жыл бұрын
Try: - Test your ODBC connection - Give proper SQL login detail in Factory talk data logging model & then create table
@matl62362 жыл бұрын
Excellent content man - no nonsense, no narrative just right through. This is great.
@AamirAlamgir2 жыл бұрын
Keep Watching...
@Gundalamanish2 жыл бұрын
the voice is not clear. be confident and talk confident as well as louder , clear.. the video and explanation is good.
@nurzulhafizyacob51182 жыл бұрын
Thank you, now i have learn to write simple scripts from your tutorial
@AamirAlamgir2 жыл бұрын
Glad I could help!
@yogj47362 жыл бұрын
very good video sir
@AamirAlamgir2 жыл бұрын
Keep watching
@Maintenance_Mark2 жыл бұрын
When I try to do this I could a socket connection failed timed out