Comprehensive MATLAB Command Reference

Comprehensive MATLAB Command Reference

 Mathematics ChinaPublic Account: shuxuezhongguo Introduction to Mathematics China: Mathematics China (Mathematical Modeling) – the most professional platform for mathematical theory research and modeling practice. Follow the public account of Mathematics China to get the latest professional and practical information. Consultation Hotline: 0471-4969085 MATLABMain Command SummaryMATLABFunction Reference Appendix1.1 Management CommandsFunction NameDescriptionaddpath Add a search pathdemo … Read more

Essential MATLAB Plotting Functions You Must Know Before the Competition

Essential MATLAB Plotting Functions You Must Know Before the Competition

How Many Plotting Functions Do You Know? As we all know, MATLAB is not only adept at handling numerical computations related to matrices, but it also has a deep foundation in scientific visualization. The many feature-rich functions it provides can very well meet our diverse needs for displaying numerical information graphically. MATLAB has the capability … Read more

Fundamental Knowledge of Robot System Composition

Fundamental Knowledge of Robot System Composition

1. Introduction to Robots1. Composition of RobotsRobots are composed of mechanical structures driven by servo motors, with each joint or coordinate system at each connection point.2. Applications of RobotsArc welding, Spot welding, Handling, Sealing, Painting, Deburring, Cutting, Laser welding, Measurement, etc.3. FANUC Robot ModelsMain Models: Model Axis Count Hand Load (kg) LR Mate 100iB/200iB 5/6 … Read more

Siemens and Mitsubishi PLC Programming Instructions

Siemens and Mitsubishi PLC Programming Instructions

Point“Jinan CNC Mold Technology Research Institute” focuses on Industry frontier, mechanical videos, CNC processing technology, 3D printing, industrial robots, productioncrafts, molds, machine tools, and other cutting-edge information are waiting for you here! Siemens PLC Programming Instructions 1. Bit Logic Instructions 1.1 -||- Normally Open Contact (Address)1.2 -|/|- Normally Closed Contact (Address)1.3 XOR Bit Exclusive OR1.4 … Read more

9 Classic PLC Programming Cases For Beginners

9 Classic PLC Programming Cases For Beginners

Search on WeChat Technical Training 01 Car Forward and Backward Movement Using S7-200 to achieve automatic control of the car moving back and forth. The control process is pressing the start button, the car moves from left to right (and back from right to left). When it reaches the right (or left) limit switch, the … Read more

Essential Knowledge: PLC Basic Structure and Working Principle

Essential Knowledge: PLC Basic Structure and Working Principle

As a type of industrial control computer, PLC has a structure similar to that of a regular computer; however, due to different usage scenarios and purposes, there are some structural differences. Hardware Components of PLC The basic structural block diagram of the PLC hardware system is shown in the figure. In the figure, the PLC … Read more

Understanding Basic Data Types in PLCs

Understanding Basic Data Types in PLCs

Many users have questions about data types during the study of PLCs. This article will provide an interpretation of the basic data types in PLCs. The manual explains data types as follows: “Data types are used to specify the size of data elements and how to interpret the data. Each instruction parameter supports at least … Read more

9 Classic Siemens PLC Programming Cases for Beginners!

9 Classic Siemens PLC Programming Cases for Beginners!

Search on WeChat Technical Training 1. Bidirectional Movement of the Cart Use S7-200 to achieve automatic control of the cart’s bidirectional movement. The control process is as follows: press the start button, and the cart moves from the left to the right (and vice versa). When it reaches the right (or left) limit switch, the … Read more

Simplified Method for JTAG Interface in STM32 JLINK Programming

Simplified method for using JLINK to download programs to STM32 via JTAG interface (SW and JTAG modes)! Anyone who has used STM32 knows that there are two common methods for downloading programs: via serial port and JLINK. The serial port download method is quite similar to that of the 51, so I won’t elaborate on … Read more