background top icon
background center wave icon
background filled rhombus icon
background two lines icon
background stroke rhombus icon

Tải về "How to program your KUKA robot with mxAutomation in TIA Portal Tutorial"

input logo icon
Bảng nội dung
|

Bảng nội dung

0:00
Introduction
2:21
Hardware setup for this tutorial
3:30
Software setup for this tutorial
4:32
Unboxing the KUKA robot and powering it up
6:02
Select the operating mode
6:52
Jog the robot in start-up mode
9:32
The safety plug X11
12:26
Copy data from the KRC4 hard drives
13:52
The KUKA.PLC mxAutomation USB flashdrive
14:42
Install KUKA WorkVisual
15:30
Connect the KRC to the PROFINET network
16:50
Install mxAutomation on the KUKA controller
23:42
Creating a TIA Portal project from scratch
26:08
Importing the KUKA GSDML files
29:20
Importing the mxA library
34:07
myKRC_Playground
49:03
Initialize mxA and power up the robot
54:53
Adding the mxA library function blocks to the playground
58:13
KRC_SetOverride
1:03:03
KRC_ReadActualAxisPos
1:03:59
KUKA robot coordinate systems
1:05:46
KRC_ReadActualPosition
1:07:28
KRC_WriteBaseData/KRC_ReadBaseData
1:12:22
KRC_SetCoordSys
1:14:43
KRC_WriteToolData/KRC_ReadToolData
1:17:42
KRC_Jog
1:32:42
Euler angles yaw-pitch-roll
1:35:12
KRC_JogToolRelative
1:39:12
KRC_JogLinearRelative
1:40:23
The robot wrist singularity
1:44:55
MC_MoveAxisAbsolute
1:46:45
MC_MoveLinearAbsolute
1:54:32
MC_MoveLinearRelative
1:57:24
QueueCount/KRC_Interrupt/KRC_Continue/KRC_Abort
2:03:23
Status and Turn
2:12:39
MC_MoveDirectAbsolute
2:16:49
MC_MoveDirectRelative
2:20:39
MC_MoveCircAbsolute
2:24:01
MC_MoveCircRelative
2:26:55
myKRC_RobotWebViewer
2:39:57
KRC_TouchUP
2:44:38
KRC_WriteWorkspace/KRC_ReadWorkspace
2:50:05
KUKA robot payload/compose
2:53:16
KRC_WriteLoadData/KRC_ReadLoadData
2:54:22
myKRC_GetSmartPadMessages
2:58:58
KRC_ReadSysVar
3:00:26
myKRC_Dashboard
3:09:17
KRC_ReadActualAxisVelocity
3:10:47
Difference between LIN and PTP motion
3:14:19
myKRC_WebViewerRecordTrace
3:17:42
KRCWriteToolData advanced example
3:23:58
KRC_WriteSoftEnd/KRC_ReadSoftEnd
3:26:36
KUKA robot PROFIsafe setup
3:36:57
Robot program 1: Approximation
4:13:27
Robot program compared to sequential step program
4:15:37
Operator push button to start the robot
4:29:57
Robot program 2: Subroutines
4:37:53
Record a robot trace
4:42:03
Robot program 3: myMC_MoveUniversal
4:50:29
Robot program 4: TouchUP points
4:55:17
KUKA_Playground for AxisGroupIdx 1..5
5:04:34
Control the robot with your smartphone
5:06:29
Download the myKRC_Playground
Thẻ video
|

Thẻ video

KUKA
mxAutomation
Siemens
TIA
Tutorial
THREEjs
nodes7
robot
industrial
Bạn đã cài đặt thành công UDL Helper Bạn có thể tải về video bằng 1 cú nhấp!
Đã cài đặt
cho
Google Chrome

Mô tả:

In this tutorial I want to show the basics of KUKA.PLC mxAutomation. Download this project for educational purposes: https://github.com/plcbauer/TIA_Project_myKRC_Playground (does not include mxA or the KR30 models, see 5:06:29) 00:00 Introduction 02:21 Hardware setup for this tutorial 03:30 Software setup for this tutorial 04:32 Unboxing the KUKA robot and powering it up 06:02 Select the operating mode 06:52 Jog the robot in start-up mode 09:32 The safety plug X11 12:26 Copy data from the KRC4 hard drives 13:52 The KUKA.PLC mxAutomation USB flashdrive 14:42 Install KUKA WorkVisual 15:30 Connect the KRC to the PROFINET network 16:50 Install mxAutomation on the KUKA controller 23:42 Creating a TIA Portal project from scratch 26:08 Importing the KUKA GSDML files 29:20 Importing the mxA library 34:07 myKRC_Playground 49:03 Initialize mxA and power up the robot 54:53 Adding the mxA library function blocks to the playground 58:13 KRC_SetOverride 1:03:03 KRC_ReadActualAxisPos 1:03:59 KUKA robot coordinate systems 1:05:46 KRC_ReadActualPosition 1:07:28 KRC_WriteBaseData/KRC_ReadBaseData 1:12:22 KRC_SetCoordSys 1:14:43 KRC_WriteToolData/KRC_ReadToolData 1:17:42 KRC_Jog 1:32:42 Euler angles yaw-pitch-roll 1:35:12 KRC_JogToolRelative 1:39:12 KRC_JogLinearRelative 1:40:23 The robot wrist singularity 1:44:55 MC_MoveAxisAbsolute 1:46:45 MC_MoveLinearAbsolute 1:54:32 MC_MoveLinearRelative 1:57:24 QueueCount/KRC_Interrupt/KRC_Continue/KRC_Abort 2:03:23 Status and Turn 2:12:39 MC_MoveDirectAbsolute 2:16:49 MC_MoveDirectRelative 2:20:39 MC_MoveCircAbsolute 2:24:01 MC_MoveCircRelative 2:26:55 myKRC_RobotWebViewer 2:39:57 KRC_TouchUP 2:44:38 KRC_WriteWorkspace/KRC_ReadWorkspace 2:50:05 KUKA robot payload/compose 2:53:16 KRC_WriteLoadData/KRC_ReadLoadData 2:54:22 myKRC_GetSmartPadMessages 2:58:58 KRC_ReadSysVar 3:00:26 myKRC_Dashboard 3:09:17 KRC_ReadActualAxisVelocity 3:10:47 Difference between LIN and PTP motion 3:14:19 myKRC_WebViewerRecordTrace 3:17:42 KRCWriteToolData advanced example 3:23:58 KRC_WriteSoftEnd/KRC_ReadSoftEnd 3:26:36 KUKA robot PROFIsafe setup 3:36:57 Robot program 1: Approximation 4:13:27 Robot program compared to sequential step program 4:15:37 Operator push button to start the robot 4:29:57 Robot program 2: Subroutines 4:37:53 Record a robot trace 4:42:03 Robot program 3: myMC_MoveUniversal 4:50:29 Robot program 4: TouchUP points 4:55:17 KUKA_Playground for AxisGroupIdx 1..5 5:04:34 Control the robot with your smartphone 5:06:29 Download the myKRC_Playground

Chuẩn bị tùy chọn tải xuống

popular icon
Phổ biến
hd icon
Video HD
audio icon
Chỉ âm thanh
total icon
Tất cả
* — Nếu video đang phát trong một tab mới, hãy mở nó, sau đó nhấp phải vào video và chọn "Lưu video như..."
** — Liên kết dành cho việc phát trực tuyến trong các trình phát chuyên dụng

Thắc mắc về tải video

mobile menu iconLàm cách nào tôi có thể tải xuống video "How to program your KUKA robot with mxAutomation in TIA Portal Tutorial"?mobile menu icon

  • Trang web http://unidownloader.com/ là cách tốt nhất để tải xuống một video hoặc một đoạn âm thanh riêng nếu bạn muốn tải xuống mà không cần cài đặt chương trình và tiện ích mở rộng.

  • Tiện ích mở rộng UDL Helper là một nút tiện lợi được tích hợp liền mạch vào các trang YouTube, Instagram và OK.ru để tải xuống nội dung nhanh chóng.

  • Chương trình UDL Client (dành cho Windows) là giải pháp mạnh mẽ nhất hỗ trợ hơn 900 trang web, mạng xã hội và trang lưu trữ video cũng như mọi chất lượng video có sẵn trong nguồn.

  • UDL Lite là một cách thực sự thuận tiện để truy cập trang web từ thiết bị di động của bạn. Với sự trợ giúp của nó, bạn có thể dễ dàng tải video trực tiếp xuống điện thoại thông minh của mình.

mobile menu iconTôi nên chọn định dạng nào của video "How to program your KUKA robot with mxAutomation in TIA Portal Tutorial"?mobile menu icon

  • Các định dạng chất lượng tốt nhất là FullHD (1080p), 2K (1440p), 4K (2160p) và 8K (4320p). Độ phân giải màn hình của bạn càng cao thì chất lượng video càng cao. Tuy nhiên, có những yếu tố khác cần xem xét: tốc độ tải xuống, dung lượng trống và hiệu suất thiết bị trong quá trình phát lại.

mobile menu iconTại sao máy tính của tôi bị treo khi tải video "How to program your KUKA robot with mxAutomation in TIA Portal Tutorial"?mobile menu icon

  • Trình duyệt/máy tính không được đóng băng hoàn toàn! Nếu điều này xảy ra, vui lòng báo cáo nó kèm theo liên kết tới video. Đôi khi không thể tải xuống trực tiếp video ở định dạng phù hợp, vì vậy chúng tôi đã thêm khả năng chuyển đổi tệp sang định dạng mong muốn. Trong một số trường hợp, quá trình này có thể chủ động sử dụng tài nguyên máy tính.

mobile menu iconLàm cách nào tôi có thể tải video "How to program your KUKA robot with mxAutomation in TIA Portal Tutorial" xuống điện thoại của mình?mobile menu icon

  • Bạn có thể tải video xuống điện thoại thông minh của mình bằng trang web hoặc ứng dụng PWA UDL Lite. Cũng có thể gửi liên kết tải xuống qua mã QR bằng tiện ích mở rộng UDL Helper.

mobile menu iconLàm cách nào tôi có thể tải bản âm thanh (âm nhạc) xuống MP3 "How to program your KUKA robot with mxAutomation in TIA Portal Tutorial"?mobile menu icon

  • Cách thuận tiện nhất là sử dụng chương trình UDL Client, chương trình hỗ trợ chuyển đổi video sang định dạng MP3. Trong một số trường hợp, MP3 cũng có thể được tải xuống thông qua tiện ích mở rộng UDL Helper.

mobile menu iconLàm cách nào tôi có thể lưu khung hình từ video "How to program your KUKA robot with mxAutomation in TIA Portal Tutorial"?mobile menu icon

  • Tính năng này có sẵn trong tiện ích mở rộng UDL Helper. Đảm bảo rằng bạn đã chọn "Hiển thị nút quay video nhanh" trong cài đặt. Biểu tượng máy ảnh sẽ xuất hiện ở góc dưới bên phải của trình phát, bên trái biểu tượng "Cài đặt". Khi bạn nhấp vào nó, khung hình hiện tại của video sẽ được lưu vào máy tính của bạn ở định dạng JPEG.

mobile menu iconTất cả những thứ này có giá bao nhiêu?mobile menu icon

  • Nó không tốn gì cả. Các dịch vụ của chúng tôi hoàn toàn miễn phí cho mọi người dùng. Không có đăng ký PRO, không có giới hạn về số lượng hoặc thời lượng tối đa của video được tải xuống.