banner
  • Siemens S7-1200PLC Motion Control Foundation - High Speed Counter
    Siemens S7-1200PLC Motion Control Foundation - High Speed Counter Nov 23, 2023
    The counting process of the ordinary counter in PLC is related to the scanning operation mode. The CPU captures the rising edge of the measured signal by reading it once per scanning cycle. When the frequency of the measured signal is high, the counting pulse will be lost. Therefore, the maximum operating frequency of ordinary counters is generally only a few tens of hertz. High speed counter (HSC) can count events that occur faster than the execution rate of program loop OB.   High speed counters are generally used in conjunction with incremental encoders, where each count pulse or reset pulse emitted by the latter serves as the input signal for the high speed counter. There are several types of encoders. (1) Incremental encoder The encoder disc of the photoelectric incremental encoder has uniformly engraved gratings. When the encoder rotates, it outputs pulses proportional to the increment of the rotation angle, and a counter is needed to count the number of pulses. The single channel incremental encoder has only one pair of optocouplers inside, which can only generate one pulse train. A dual channel incremental encoder, also known as an A/B phase or quadrature phase encoder, has two pairs of photosynthetic devices internally and outputs two independent pulse trains with a 90 ° difference. The leading and lagging relationships of the two pulses during forward and reverse rotation are opposite. If an A/B phase encoder is used, the PLC can recognize the direction of shaft rotation and the output waveform of the A/B phase encoder. Input points used by high-speed counters The system manual of S7-1200 provides the default digital input points for HSCI-HSC6 of various CPU models when referring to humans in single-phase, two-phase, and A/B phases, as well as the highest counting frequency for each input point in different counting modes. The data type of the actual count value of HSC1-HSC6 is DInt, and the default address is ID100-ID1020. (1) The working mode of HSC All HSCs have 5 high-speed counting operating modes: a single-phase counter with internal directional control, a timer with external directional length control, a biphase counter with two input channels of the clock, an AB phase orthogonal counter, and a monitoring P1O output. Each HSC mode can use or do not use a support input. When the reset input is in the 1 state, the kinetic energy of the HSC's real count value can only start counting when it reaches the point where the reset input becomes the port. The maximum measurable single pulse frequency is 100 kHz, and the maximum frequency for dual phase and A/B phase can be 30 kHz. The high-speed counter can be connected to an external rotary encoder, and users can use this function in software by configuring the PLC hardware and calling relevant instructions. (1) Hardware Configuration of HSC Open the device view of the PLC and select the CPU within it. Select the "General" high-speed counter HSC1 on the left side of the "Properties" tab in the inspection window, and check the checkbox "Enable this high-speed counter". Select the 'Function' in the left window, set the 'Count Type' to 'Count', select the 'Work Mode' as the external direction control of the A/B phase counter, and set the initial counting direction to 'Add Count'. Select "Hardware Input" in the left window and set the "Input for Clock Generator Phase A" address to 10.0, and the "Input for Clock Generator Phase B" address to 10.1. Select "I/O Address" in the left window. The default address of HSC1 is ID1000, which can be used to monitor the count value and hardware configuration of HSC1 during runtime. (2) Set the filtering time for digital input The default filtering time of the input filter for the digital input channels of the CPU and signal board is 6.4 ms. If the filtering time is too long, it is easy to filter out the input pulses during the filtering cycle. For the digital input of high-speed counters, set the corresponding digital input filter using the expected minimum pulse width. The shorter filtering time in the input filtering time list for CPU digital input can be selected, such as 0.1 ms. If the width of the input pulse is changed, the filtering time of the input filter should also be changed.   6SN1118-0BK11-0AA0 6GK1100-0AT01 6GK1611-0TA01-1BV0 6GK1415-0AA01 6ES7292-1AF20-0AA0 6SN1118-0NH01-0AA0 6GK1100-0BA00 6GK1900-0KL00-0AA0 6GK1704-5DW60-3AA0 6ES7290-2AA00-0XA0 6SN1118-0NH01-0AA1 6GK1100-2AB00 6GK7443-5FX01-0XE0 6GK1970-1TA43-0AA2 6ES7298-0AA20-0AA3 6SN1118-0DA11-0AA0 6GK1100-2AC00 6GK1611-0TA01-1BX0 6GK1415-2AA00 6ES7291-8BA00-0XA0 6SN1118-0DA12-0AA0 6GK1101-0AA01 6GK1901-0AA00-0AA0 6GK1704-5DW61-3AA0 6ES7292-1AG20-0AA0 6SN1118-0NH10-0AA0 6GK1101-0AB01 6GK7443-5FX02-0XE0 6GK1970-1TA43-0AA4 6ES7290-2BA00-0XA0 6SN1118-0NH10-0AA2 6GK1102-0AA00 6GK1611-0TA01-1DV0 6GK1415-2AA01 6ES7298-0AA20-0BA3 6SN1118-0DA13-0AA0 6GK1102-0AB00 6GK1901-0AA00-0AC0 6GK1704-5DW62-3AA0 6ES7291-8BA20-0XA0
  • Parameter Setting of Siemens S7-1200PLC Signal Module
    Parameter Setting of Siemens S7-1200PLC Signal Module Oct 16, 2023
    Address allocation of input/output points Add the DI2/DQ2 signal board, DI8 module, and DQ8 module to the device view of CPU 1214C, and their 1. Q addresses are automatically assigned. After the configuration task is completed, you can use the device overview view to view detailed hardware configuration information. In the device overview view, you can see the byte addresses of the CPU integrated I/O points and signal modules. For example, the byte addresses of the 14 point digital input integrated with CPU 1214C are 0 and 1 (10.0 to I0.7 and I1.0-I1.5), and the byte addresses of the 10 point digital output are 0 and 1 (Q0.0 to Q0.7, Q1.0 and Q1.1). The byte addresses of both DI2/DQ2 signal boards are 4 (14.0-14.1 and Q4.0-Q4.1). The addresses of DI and DQ are allocated in bytes. If all the bits in a byte allocated to them are not used up, the remaining bits cannot be used for other purposes. From the device overview view, you can also see the input and output byte addresses of the signal modules assigned to each slot. Select a module in a slot in the device overview to modify the automatically assigned 1 and Q addresses. It is recommended to use an automatically assigned address and not modify it. However, during programming, the addresses assigned to each IO point during configuration must be used. Parameter settings for CPU integrated digital input points When configuring digital input, first select the CPU or signal board with digital input in the device view or device overview view, and then select "Properties>General>General" in the inspection window. The right window displays general information about the module, such as its model, order number, firmware version number, rack and slot number, and a brief description of the module. Select the CPU or digital input signal board, and then select a channel in the "Properties>General>Digital Input" folder of the inspection window. You can use the selection box to set the delay of the input filter (0.1 μ S-20 ms). You can also enable the rising edge interrupt, falling edge interrupt, and pulse capture functions of each channel using check boxes, as well as set the hardware interrupt organization block (OB) to be called when interrupt events are generated. The pulse capture function temporarily maintains a narrow pulse state of 1 until the next refresh of the input process image. The rising edge interrupt and falling edge interrupt can be enabled simultaneously, but the interrupt and pulse capture functions cannot be enabled simultaneously. Parameter settings for DI modules Select the digital input module in the device view, and then select "Digital Input". You can only set the delay of the input filter in groups (4 points per group) (0.2-12.8 ms) At the beginning of each scan cycle, the CPU reads the status of the external input circuits of the input module and stores them in the process image input table. During the scan cycle, the user program calculates the output values and stores them in the process image output table. At the beginning of the next scan cycle, write the content of the process image output table to the output module. Parameter settings for digital output points Firstly, select the CPU, digital output module, or signal board in the device view or device overview view. After selecting "Digital Output" in the inspection window, you can choose to keep the digital output at the previous value (keep last value) when the CPU enters STOP mode, or use an alternative value. When selecting the latter, select an output channel in the left window and set its replacement value with a check box to ensure that the system enters a safe state when automatically switching to STOP mode due to faults. A '√' in the check box indicates that the alternative value is 1, otherwise it is 0 (the default alternative value). Parameter settings for analog output module Select the 4AI/2AQ module in the device view and set the parameters for analog output. Similar to digital output, it can be set that after the CPU enters the STOP mode, each analog output point maintains the previous value or uses an alternative value. When selecting the latter, alternative values for each point should be set. The output type (voltage or current) and output range of each output point need to be set. It can activate the short circuit diagnosis function for voltage output, the open circuit diagnosis function for current output, and the overflow diagnosis function for exceeding or below the upper limit value. The parameter setting methods for the CPU integrated analog output point, analog output signal board, and analog output module are basically the same.
  • PLC selection and design points
    PLC selection and design points Sep 21, 2023
    Programmable Logic Controller (PLC) is a device designed specifically for digital operations in industrial environments. It uses programmable memory to receive and store user instructions, which are then used to control various types of machines and processes. Due to its high reliability, high flexibility, and low power consumption, PLC has been widely used in the field of modern industrial automation. In this article, we will discuss the selection and design points of PLC, so that you can better understand how to select and design PLC systems. 1、 Selection of PLC When selecting a PLC, the following factors need to be considered: PLC specifications The specifications of PLCs are usually classified based on their input/output (I/O) points and processor speed. The number of I/O points is one of the important parameters of PLC, which determines how many input and output signals the PLC can control. The processor speed determines the processing power of the PLC, including scanning speed and execution speed. When selecting a PLC, it is necessary to choose the corresponding specifications based on actual needs. For example, if you need to control a large number of input and output signals, you need to choose a PLC with more I/O points; If you need to process a large amount of data quickly, you need to choose a PLC with a faster processor speed. Functions of PLC In addition to specifications, it is also necessary to consider the functionality of the PLC. The functions of PLC usually include logic operations, counters, timers, PID control, communication, and data processing. When selecting a PLC, it is necessary to select a PLC with corresponding functions based on actual needs. For example, if PID control is required, a PLC with PID control function needs to be selected; If communication is required, a PLC with a communication interface needs to be selected. Brand of PLC When choosing a PLC, it is also necessary to consider the brand of the PLC. Different brands of PLCs have different characteristics and user experiences. Therefore, when choosing PLC, it is necessary to choose the corresponding brand based on actual needs. 2、 Design points of PLC In the design process of PLC, the following key points need to be noted: Determine control requirements Before conducting PLC design, it is necessary to clarify the control requirements. This includes determining which machines or processes need to be controlled, which signals need to be collected, which signals need to be output, and so on. Only by clarifying the control requirements can effective PLC design be carried out. Determine the number and type of I/O points According to the control requirements, it is necessary to determine the required I/O points and types. The number of I/O points refers to the number of signals that the PLC needs to receive and output, while the type refers to whether these signals are input signals or output signals. Select the corresponding number and type of PLCs based on actual needs. Determine control logic The determination of control logic is based on control requirements and I/O points to determine the logical relationships within the PLC. This usually involves a series of control programs, including logic operations, counters, timers, etc. When determining the control logic, it is necessary to select the corresponding logic program based on actual needs. Determine communication protocol When designing a PLC, it is also necessary to determine the communication protocol. Communication protocol refers to the communication method and protocol between PLC and other devices. Select the corresponding communication protocol according to actual needs, such as Modbus, Profinet, etc. Determine programming language Finally, it is necessary to determine the programming language. Programming language is a language used to write and edit PLC programs. Different PLC brands may support different programming languages. When determining the programming language, it is necessary to choose the corresponding programming language based on actual needs. In short, the selection and design of PLC is an important link in the field of industrial automation. When designing and selecting PLC, it is necessary to choose the corresponding specifications, functions, brands, and other parameters based on actual needs. At the same time, it is also necessary to pay attention to factors such as the operating environment and lifespan of the PLC to ensure the stability and reliability of the PLC system. HOT SALES SIEMENS 6ES7412-1XJ07-0AB0 BENTLY NEVADA 3500/40M 176449-01 SIEMENS 6AV2124-0UC02-0AX0 EMERSON KJ2002X1-BA1 12P1442X062 HONEYWELL MC-TAIH02 51304453-150 EMERSON KJ3002X1-BG2 12P1731X022 HONEYWELL 51204166-175 MC-TDOY23 ABB PHARPS32200000 HONEYWELL MC-TSTX13 51309142-175 HONEYWELL 51401496-100 HONEYWELL MC-TAOY22 51204172-175 EMERSON A6740-10 HONEYWELL 51402573-250 EMERSON A6210 HONEYWELL MC-TAMR04 51305907-175 EMERSON PR6423/002-031 CON041 YOKOGAWA AAR145-S50 S1 BENTLY NEVADA 330180-90-00 BENTLY NEVADA 125768-01 BENTLY NEVADA 330180-51-CN BENTLY NEVADA 3500/20 BENTLY NEVADA 330180-50-05 HONEYWELL 10302/2/1 PROSOFT MVI56-PDPMV1 HONEYWELL 10101/2/1 BENTLY NEVADA 106M1081-01 HONEYWELL 10018/2/U BENTLY NEVADA 3500/15 AC 106M1079-01 HONEYWELL FC-QPP-0002 HONEYWELL 51196653-100 AB 1747-BA YOKOGAWA ALR121-S01 S1 AB 1769-IQ32 SIEMENS 6ES7407-0DA02-0AA0 SIEMENS 6ES7 321-1BL00-0AA0 SIEMENS 6ES7432-1HF00-0AB0 SIEMENS 6ES7 332-5HB01-0AB0 SIEMENS 6ES7400-1JA01-0AA0 GE IC694MDL646 GE IS220YTURS1A GE IC694MDL940 GE IS220PPDAH1A AB 1769-OB32 GE IS220PPROH1A AB 1769-OW16 GE IS220PTCCH1A  ⇉Sales Manager:  Liao ⇉E-mail: postmaster@adlemanplc.com  ⇉Mobile: +86 15259245292 ⇉WeChat/WhatsApp: +86 15259245292  
  • ABB's innovative technology debuts in 2023
    ABB's innovative technology debuts in 2023 Sep 11, 2023
    Introduction      1.Three major exhibition booths, 1100 square meter exhibition area, and multiple innovative products and technologies welcome the debut of the Industrial Expo 2.ABB's latest robotics, motion control, and mechanical automation solutions are showcased together 3.Combining physical exhibitions, naked eye 3D screens, and online live streaming to create a digital exhibition experience ABB will showcase dozens of innovative exhibits, including its latest robotics and digital solutions, transmission and servo motors, and Baccarat mechanical automation solutions, at the Industrial Expo. It will use various forms such as naked eye 3D technology, LED screens, display board exhibitions, and online live broadcasts on three major exhibition booths with a total area of nearly 1100 square meters to present an "immersive" viewing experience to offline and offline audiences. ABB Robotics     With the theme of "being robots, but also infinite possibilities", ABB will showcase ABB's flexible automation solutions in different scenarios and fields from the three dimensions of collaborative robots, industrial robots, digitization and services in a nearly 800 square meter booth space. Among more than ten industry-leading "robot+" exhibits, collaborative robots GoFa 10 and GoFa 12, new generation large robot IRB 6720, autonomous mobile robot Flexley series, and RobotStudio automatic path planning all made their debut at the Expo, vividly demonstrating how automation technology can help customers improve production efficiency, product quality, and resilience in a rapidly changing business environment ABB Motion Control ABB combines digital technology with motion control to comprehensively showcase multiple transmission and motor star products as well as digital solutions. Universal transmission ACS580MV, customized chemical industry level transmission cabinet ACS880-07C, harmonic solution ACH580-31, AC500 PLC, multiple servo motors and servo drives including E530 universal servo system, HX explosion-proof servo motor, and the latest HDS high-power and efficient servo motor will all be presented at this year's industrial expo, supporting users in various industries to increase efficiency, save energy, reduce emissions, and achieve green, low-carbon, and sustainable development. ABB Baikale      ABB's mechanical automation department - Baikalai will bring a wealth of exhibits including software and hardware platform systems for machine intelligence, including high-performance PLCs, industrial computing platforms integrated with computing and control, servo drives and motors, HMI, communication integration of OPC UA FX, and machine vision; Solutions for common key technologies across multiple industries, such as tension control technology, intelligent weighing systems, and robot technology in machine centers; And vertical industry solutions for photovoltaic, energy storage, lithium batteries, packaging, etc.
  • PLC, DCS, and microcontroller: the three giants in industrial control
    PLC, DCS, and microcontroller: the three giants in industrial control Sep 06, 2023
    In the field of industrial control, PLC, DCS, and microcontroller are three crucial technologies. They have significant differences in many aspects and play a huge role in their respective fields. The following is a detailed comparison of these three technologies. 一、PLC (Programmable Logic Controller) PLC is a digital operation system designed specifically for industrial environments. It adopts a programmable memory that can perform logical operations, sequential control, timing, counting, and arithmetic operations, and control various types of mechanical or production processes through digital or analog input/output technology. Advantages of PLC: 1.High reliability: PLC has high reliability and stability, and can operate for long periods of time in harsh environments. 2.High flexibility: The programming language of PLC is easy to master and can be flexibly programmed according to actual needs. 3.Easy to maintain: If there is a problem with the system, PLC faults can be quickly located, making maintenance simple and feasible. 二、  DCS (Distributed Control System) DCS is a centralized management and decentralized control system. It consists of multiple controllers, input/output modules, communication facilities, etc., and can achieve data collection, processing, storage, and decentralized control. Advantages of DCS: 1.Openness: DCS systems typically have an open structure that allows for easy integration with other systems. 2.Strong processing power: The controller of the DCS system has powerful data processing capabilities, capable of processing a large amount of data. 3.Image display: DCS systems are usually equipped with rich graphical interfaces that can display real-time process flow diagrams, equipment operation status, etc. 三、  Microcontroller A microcontroller is a single chip microcomputer that integrates a microprocessor, memory, timer, and input/output interface. It is usually used to control various types of electrical equipment. Advantages of single-chip microcontrollers: Small size: The microcontroller is compact and easy to integrate into various devices. Low power consumption: The power consumption of the microcontroller is extremely low, and it can work for a long time using batteries. Low cost: The price of a microcontroller is relatively low, which can reduce the cost of the entire control system. Overall, PLC, DCS, and microcontroller each have their own advantages and applicable scenarios. PLC is suitable for simple industrial control tasks, DCS is suitable for large-scale industrial production processes, and microcontroller is suitable for controlling various types of electrical equipment. When choosing which technology to use, it is necessary to weigh and choose based on actual needs and scenarios. 四、  Applications in various industries PLC is widely used in the field of industrial control, such as automotive manufacturing, food processing, pharmaceuticals, chemical engineering, etc. In automotive manufacturing, PLC can be used to control mechanical movement, temperature control, pressure control, and other aspects of the production line. In food processing, PLC can be used to control the operation of packaging machines, temperature control, timing, etc. In the pharmaceutical and chemical industries, PLC can be used to control chemical reaction processes, temperature control, pressure control, etc. DCS is mainly used in large-scale industrial production processes, such as petrochemical, power, pharmaceutical, etc. In the petrochemical industry, DCS can be used to control petroleum separation processes, chemical reaction processes, temperature control, etc. In the power industry, DCS can be used to control the working status of generators and monitor transmission lines. In the pharmaceutical industry, DCS can be used to control chemical reaction processes, drug synthesis, etc. Microcontrollers are widely used in various types of electrical equipment, such as smart homes, automation instruments, electric tools, etc. In the field of smart home, microcontrollers can be used to control the switches and temperature control of household appliances. In the field of automation instruments, microcontrollers can be used to control the measurement and recording of various industrial instruments. In the field of electric tools, microcontrollers can be used to control the movement and power control of electric drills, hammers, etc. Advantage discontinued brands: ABB H&B Contronic、Procontic series,Allen-Bradley,GE,Foxboro,Triconex,BENTLY NEVADA 3500SYSTEM,  HIMA,SIEMENS TInumerical control、MOORE MODULE ,Controller,OVATION DCS CARDS etc. We have a great advantage of Discontinued DCS system of spare parts ,spare parts,PLC module, etc As long as you need PLC products, we can help you find it,Price will be great advantage,Waiting for your inquires   Recommended model ABB AX522 Allen Bradley 1790-T0B16X Reliance GV3000E-AC003-AA-DBU-RFI Allen Bradley 2711-T6C1L1 Schneider BMXXBP0400 SIEMENS 6ES7321-1FF01-0AA0 Bently Nevada 330130-045-00-00 WESTINGHOUSE 1C31192G01 GE IC693CMM321双接口 Schneider TSXCSY84 Schneider 140DAO85300 GE IC695PSD140 DYNAX MSS023A1XDD TRICONEX 9662-810 ABB IMDSI22 Bently Nevada 172109-01 ABB CS31 FPR3315101R1032 MATROX Y7367-00 ABB 200-APB-12 B&R 7EX470.50-1 Yokogawa A1112EB HHR07F4G4 Bently Nevada 330103-00-05-05-02-00 ABB SDCS-FIS-31 GE IC693CMM321 ABB PPD113 3BHE023584R2634 EPRO UES815-24V ABB 3DDE 300 400 CMA 120 GE IC600LX648  IC600FP608K IC600LX648L ELMO MATROX IP-8-ISA Allen Bradley 1756-A10 ABB AI895 3BSC690086R1 Allen Bradley 81001-450-52-R B&R 4PP065.0571-X74 ABB 3HAC044168-001 ABB CI854AK01  3BSE030220R1  Allen Bradley 1746-N2 GE SR469-P5-HI-A20-E ABB 1TGE120010R1000 SIEMENS 6ES7414-2XK05-0AB0 abb WT98 07KT98  GJR5253100R0278 Bachmann DIO216 Schneider 520422000 TRICONEX 3607E GE IC698CPE030 Emerson KJ2005X1-BA1 VE3007 ABB 3AUA489002B4562 Schneider 140ARI03010 ABB 3HAC057551-003 ABB ICSK20F1 Allen Bradley 1788-ENBT Siemens 6AV2124-0MC01-0AX0 HONEYWELL CC-PDIL01 51405040-175  GE IC200CHS022J Honeywell FC-TSAI-1620M  
  • Machinery drives the future, and mechanical excellence relies on strength
    Machinery drives the future, and mechanical excellence relies on strength Aug 29, 2023
    The number of independent motions possessed by a component is called its degree of freedom. Obviously, a free component that performs planar motion has three degrees of freedom. A mechanism is composed of many components connected in a certain way, which should ensure that there is a certain relative motion between the components. This type of connection that allows two components to come into direct contact and generate a certain relative motion is called a motion pair. Low pair The motion pair composed of two components through surface contact is called a low pair. It includes two types: rotating pair and moving pair. The rotating pair can only rotate relatively in one plane, while the moving pair can only move along a certain axis direction. Therefore, a low pair introduces two constraints, namely reducing two degrees of freedom. Senior Officer The motion pair composed of two components in contact with each other through points or lines is called a high pair. 1. Fixed parts (rack) The components used by humans to support moving components are called fixed components (racks). The cylinder block in an internal combustion engine is a fixed component used to support pistons, crankshafts, etc. 2. Prime mover The active components with known motion patterns are called active components. The piston in an internal combustion engine is the driving component, and its motion is input from the outside world. 3. Follower The other moving components that move with the motion of the original component are the driven components. Connecting rods, crankshafts, and other components in internal combustion engines are all driven components. This type of multiple rotating pairs composed of three or more components with overlapping axes at one point is called a composite hinge. The local independent motion that does not affect the motion of the entire mechanism is called the local degree of freedom. In practical mechanisms, constraints that repeat other constraints without limiting motion are called virtual constraints. Virtual constraints should be disregarded when calculating the degree of freedom of the mechanism. If one is a crank and the other is a rocker, then this mechanism is called a crank rocker mechanism. In a hinged four bar mechanism, if both connecting rods are cranks, then this mechanism is called a double crank mechanism. In a hinged four bar mechanism, the two connecting rods are both rocker rods, which is called a double rocker mechanism machine. 1. There must be one pole between the connecting pole and the rack as the shortest pole. 2. The sum of the lengths of the shortest and longest strokes is equal to the sum of the lengths of the other two strokes. As can be seen from the above, when determining the form of a chain four bar mechanism, it is necessary to first determine whether the mechanism meets the rod length condition. If so, the form of the mechanism can be determined using the following method: ① If the short rod can be used as a connecting rod, a crank rocker mechanism can be obtained; ② If the shortest rod is a frame, a double crank mechanism is obtained 3. If the shortest rod is a connecting rod, a double rocker mechanism is obtained. A four bar linkage that satisfies the condition of being in a long chain, regardless of which member is used as the frame, does not have any curvature, so the mechanism can only be a double rich linkage. ■Speed of Reply to Inquiries  Attn: Mr. Liao Mobile: +86 15259245292 Email: postmaster@adlemanplc.com   WeChat/WhatsApp: +86 15259245292 Address: Room 1601, Building 6, Haicang Seattle, No. 330 Zhonglin Road, Haicang District, Xiamen City, Fujian Province
  • SIMATIC S7- PLCSIM Advanced: Joint simulation through API
    SIMATIC S7- PLCSIM Advanced: Joint simulation through API Aug 21, 2023
            SIMATIC S7- PLCSIM Advanced: Joint simulation through API  After using S7-PLCSIM Advanced as an independent simulation system, you can simulate and test the STEP 7 program you created. Due to the fact that SIMATIC S7- PLCSIM Advanced can be used as a virtual controller to comprehensively simulate the functions of S7-1500 or ET 200SP CPUs, testing STEP 7 programs does not require the use of a real controller. Virtual controllers also support contextual testing with systems or machines. Virtual controller to system or machine simulation (joint simulation) can be achieved using user interfaces (APIs). The STEP 7 program created in STEP 7 V14 is used to control the transportation system. For comprehensive functional testing, the STEP7 program can be loaded into the virtual S7-1500 controller through S7-PLCSIM Advanced. This controller can interact with joint simulation (factory simulation) through API to validate STEP 7 programs in a factory environment. Advantages of application examples: Introduction of API usage Provide C # sample code that you can use to write your own application Topics not covered by this application This application example does not include content related to the following topics: Fundamentals of object-oriented programming Basic knowledge of programming environments, such as Microsoft Visual Studio Basic knowledge of TIA Portal configuration Assuming you have fully mastered the above knowledge. For Detail Pics,Pls Contact Us With Free! More than 45,000 products stocked. Supply 100% brand new products. Sell genuine products only. Contact me at ONCE to get the quotation: Attn: Mr. Liao Mobile: +86 15259245292 Email: postmaster@adlemanplc.com   WeChat/WhatsApp: +86 15259245292 Address: Room 1601, Building 6, Haicang Seattle, No. 330 Zhonglin Road, Haicang District, Xiamen City, Fujian Province 6ES7416-2FN05-0AB0 6ES7441-2AA00-8AA0 6ES7468-1CB00-0AA0 6ES7416-2XK00-0AB0 6ES7441-2AA00-8BA0 6ES7468-1CC50-0AA0 6ES7416-2XK01-0AB0 6ES7441-2AA00-8CA0 6ES7468-1CF00-0AA0 6ES7416-2XK02-0AB0 6ES7441-2AA00-8EA0 6ES7468-1DB00-0AA0 6ES7416-2XK04-0AB0 6ES7441-2AA03-0AE0 6ES7468-1DC50-0AA0 6ES7416-2XL00-0AB0 6ES7441-2AA04-0AE0 6ES7468-1DE50-0AA0 6ES7416-2XL01-0AB0 6ES7444-1MX00-0XE0 6ES7468-1DG00-0AA0 6ES7416-2XN05-0AB0 6ES7450-1AP00-0AE0 6ES7468-3AH50-0AA0 6ES7416-3ER05-0AB0 6ES7450-1AP00-8AG0 6ES7468-3BB50-0AA0
  • Electric and electrical control technology, driving the future
    Electric and electrical control technology, driving the future Aug 17, 2023
    The course 'Motor and Electrical Control Technology' is one of the core courses in the field of mechatronics and electrical automation, as well as one of the mandatory courses for mechanical manufacturing and CNC majors. There are many classification methods for motors, and commonly used classification methods include: according to functional purposes, they can be divided into four categories: generators, motors, and control motors; According to the structure, speed, and motion mode of the motor, it can be divided into transformers, rotating motors, and linear motors. A transformer is a stationary motor. Rotating motors can be divided into two categories based on the type of power current: DC motors and AC motors. AC motors can also be divided into two categories: synchronous motors and asynchronous motors. A transformer is a stationary motor that uses the principle of electromagnetic induction to convert alternating current of one voltage into alternating current of another voltage with the same frequency. (1) Ferromagnetic materials have high conductivity, magnetization, magnetic saturation, and hysteresis, so most electrical equipment A6 uses ferromagnetic materials to form magnetic circuits.   (2) Ohm's law of magnetic circuit, but due to the non constant permeability of magnetic substances, Pn μ The magnetic resistance decreases with the saturation of the magnetic circuit, so it increases with the saturation of the magnetic circuit. Therefore, in nonlinear magnetic circuits, the Ohm's law of the magnetic circuit cannot be used for quantitative calculations, and it is commonly used for qualitative analysis. (3) For AC iron core coils, when the number of turns N and the power frequency f are constant, the magnitude of the main magnetic flux amplitude in the iron core depends on the effective value of the applied voltage of the excitation coil, and is independent of the material size of the iron core.   (4) All transformers are composed of two parts: an iron core and a winding. Transformers have the function of changing voltage, current, and impedance. (5) When current flows into (or out of) two coils and the direction of the magnetic flux generated is the same, the two inflow ends are called the same polarity end (homonymous end). Judgment method: If you know the direction of deviation, use the definition to judge; If you do not know the winding direction, use AC or DC methods for measurement before making a judgment. (6) There are 5 standard connections for three-phase dual winding power transformers: Y, yn0; YN, y0; Y. Y0; Y. ,; Y. D1l. (7) When using an autotransformer, attention should be paid to: 1. Do not make mistakes in the primary and secondary windings; 2. The live wire and zero wire cannot be connected in reverse. 3. Adjust the voltage from the zero position.   (8) It is strictly prohibited to operate the secondary winding of the current transformer in open circuit and the secondary winding of the voltage transformer in short circuit.
  • Omron - With its unique philosophical success, it once surpassed Rockwell Automation
    Omron - With its unique philosophical success, it once surpassed Rockwell Automation Aug 16, 2023
    Omron was founded by Dr. Kazuma Tateisi in 1933 and has now developed into the largest industrial automation company in Japan. Its scale is approximately three times that of Yokogawa Electric, another automation professional in Japan. The uniqueness of Omron lies in: Among all the billions of dollars in companies, it is the only one that has devoted a lot of attention to its moral, social, and philosophical stance. This unusual spirit can be traced back to the founder, Dr. Kazuma Tateisi, who has now passed away. His innovative and practical entrepreneurial philosophy has been continued in the corporate culture of this important company. Omron maintained its unique mission with profitable growth in 2004 Omron's total revenue in 2004 was $5.5B, with a growth rate of approximately 10% and a profit of approximately 5%, which is very healthy for a Japanese company. For many years, Omron has been profitable, recovering from its losses in 2002 and basically achieving a balance of payments in 2003. Omron's largest business unit (39%) is industrial automation, with sales of $2.2B. The company has a wide range of products - PLC, I/O, network, sensors, visual systems, operator interfaces, temperature and process control, printed circuit board detection equipment, timers, counters, panel instruments, power supplies, servo drives, motors and inverters; The product list is almost overwhelming. Omron supports this wide range with strong local engineering capabilities. Omron's automation business has been continuously growing for many years. Approximately 50% of automation revenue comes from Japan, with North America accounting for 8%, Europe accounting for 26%, Asia accounting for 4%, and China accounting for 8%. Omron's other businesses include electronic components (15%), automotive electronics (10%), social systems (transportation and financial services -23%), and healthcare (8%) - you will find Omron blood pressure and thermometer department stores in many parts of the United States. In this new era and century, Omron is indeed a remarkable business leader. The company combines philosophical ideals with strong and effective corporate management. We wish them continued growth and success! About us: Adleman Limited is a control system components company,which located in Xiamen,a beautiful coastal city.  We are specialized in providing world-reknowed brands: Allen Bradley , ABB , General Electric , Triconex , Honeywell , Bently Nevada , Schneider , Hima ,etc. Even some discontinued ones,such as A-B 1785/1771 and so on. Adleman Limited is a professional manufacturer of global famous brand modules and spare parts. Our main products are: distributed control system (DCS), programmable logic controller (PLC), large servo control system. The spare parts we sell are guaranteed for one year and are rigorously tested and certified. We are now a global manufacturer of industrial automation spare parts and components. Rockwell: Allen-Bradley 1) ControlLogix 1756 series controller 2) CompactLogix 1769 series controller 3) SLC 500 1747 1746 Series Controller 4) PLC-5 1771 1785 series controller5) 5)ProSoft :MVI69/PS69/MVI56/MVI94/MVI71/MVI46/31506) 6)ICS TRIPLEX trusted system ABB: 1) AC800M series controller I/O module 2) AC800F series controller module 3) AC31 series controller module 4) 800xA series modules 5) Bailey INFI 90 module 6) DSQC robot module spare parts 7) Advant OCS system spare parts 8) H&B Freelance Bentley Nevada : 1) Bently 3500 Monitoring system 2) Bently 3300 Monitoring system Schneider: Quantum 140 series :Modicon M340 Modicon Premium :CPU Processor Module,Communication module,etc Emerson: 1) Ovation System DCS Card 2) DeltaV system Dual Channel Redundancy Safety System, Redundancy Controller General Electric: 1) IS200/DS200 series Excitation system card 2)IC693/IC695/IC697/IC698/IC200/IC660/IC670 CPU module,Communication module, Analog Digital module Triconex Card: Tricon System Card Foxboro: I/A Series System Module Honeywell: 1) Alcont 2) Experion LS   3) Experion PKS 4) Experion HS 5) Plant Scape 6) TDC 2000 7) TDC3000   8) TPS Siemens : 1) Siemens MOORE 2) Siemens S5 3) Siemens  6SN/6FC/6FXseries 4) Siemens  CNC system 810、802D SL、810D、840D 5) Siemens MOORE S7系列S7-200、S7-300、S7-400;6AV/6GK Yokogwa: CS3000 System CPU Controller Module, Analog Module Robot Servo Controller, Servo Motor, Servo Drive. Rexroth Indramat: I/O module, PLC controller, drive module VIBRO-METER: VM600 MPC4 VM600 CMC16 VM600 IOC4T Vibration Sensor, Speed Sensor, Vortex Sensor, Monitoring System Module Gateway Communication Module. We can provide equipment and spare parts from different countries and manufacturers, solve your troubles in many places or worry about quality problems, and has great price advantage. Welcome to call us to get more product detail information. Please note: The business regions corresponding to the main activities with an annual business volume of more than 20%: Indonesia, the United States, Germany and Saudi Arabia. Excluding Hong Kong, China. Contact me at ONCE to get the quotation: Attn: Mr. Liao Mobile: +86 15259245292 Email: postmaster@adlemanplc.com   WeChat/WhatsApp: +86 15259245292   Address: Room 1601, Building 6, Haicang Seattle, No. 330 Zhonglin Road, Haicang District, Xiamen City, Fujian Province  
  • In 2023, the sports control market was worth 18.9 billion US dollars, with the largest market share in China, accounting for 37%.
    In 2023, the sports control market was worth 18.9 billion US dollars, with the largest market share in China, accounting for 37%. Aug 15, 2023
    In 2023, the sports control market was worth 18.9 billion US dollars, with the largest market share in China, accounting for 37%.  July 26, 2023- The latest research by global market intelligence company Interact Analysis shows that after the high demand period for consumer products in 2021/2022 drove automation investment, the motion control market will return to stable growth. In 2022, the market value was 17.7 billion US dollars. Although the Asia Pacific region is the largest motion control market, the Americas region will show the highest growth rate in 2023, reaching 7.4%. Global economic growth will decline in 2024, but is expected to rebound in the medium to long term. In 2022, the Asia Pacific region, especially China, remains the largest motion control market, accounting for 37% of global revenue. Europe, the Middle East, and Africa account for 33% of the global market, followed by Japan and the Americas, accounting for 16% and 14% respectively. In 2023, the global motion control market value will reach 18.9 billion US dollars. However, the study by Interact Analysis found that although some suppliers are optimistic about the growth rate, with an expected growth rate of up to 20%, others are more cautious and are expected to remain flat compared to 2022. On a global scale, the Americas are expected to suffer the most severe impact. The upcoming market slowdown has seen some of the largest motion control industries, such as semiconductors and electronic machinery, perform well due to the boost from the Chip and Science Act. In the long run, the growth of the motion control market will remain stable, but as predicted by ITR Economics, it is expected to decline by 2024, consistent with the next economic downturn trend. Interest rates and high inflation will continue to affect the demand for industrial automation, and Japan's growth will experience the largest decline. From 2022 to 2027, the global motion control market will grow at a compound annual growth rate of 4.6%, from $17.7 billion to $22.2 billion. Japan's overall recovery is the strongest, with an average growth rate of 6.9% by 2027. About our company:       Adleman Limited is a control system components company,which located in Xiamen,a beautiful coastal city.  We are specialized in providing world-reknowed brands: Allen Bradley , ABB , General Electric , Triconex , Honeywell , Bently Nevada , Schneider , Hima ,etc. Even some discontinued ones,such as A-B 1785/1771 and so on. Adleman Limited is a professional manufacturer of global famous brand modules and spare parts. Our main products are: distributed control system (DCS), programmable logic controller (PLC), large servo control system. The spare parts we sell are guaranteed for one year and are rigorously tested and certified. We are now a global manufacturer of industrial automation spare parts and components. Contact me at ONCE to get the quotation: Attn: Mr. Liao Mobile: +86 15259245292 Email: postmaster@adlemanplc.com   WeChat/WhatsApp: +86 15259245292 Address: Room 1601, Building 6, Haicang Seattle, No. 330 Zhonglin Road, Haicang District, Xiamen City, Fujian Province
  • Yaskawa Robotics officially supports Siemens Robotics Library!
    Yaskawa Robotics officially supports Siemens Robotics Library! Aug 10, 2023
    As one of the world's most well-known and largest exhibitions on intelligent automation and robotics technology, Automatica 2023 was held from June 27th to 30th this year at the Munich Exhibition Center in Germany. The exhibition covers the entire value chain of industrial automation, showcasing industrial robots, machine vision, drive and sensor technology, supply chain management, assembly and processing, positioning systems The latest solutions in various sub areas including control systems and software. As a leading global automation company, Siemens brought numerous emerging technologies to this exhibition in order to better serve customers' digital transformation. As a new technology in the field of robotics, Siemens has collaborated with numerous robot partners to showcase various solutions based on PLC direct control of robots, greatly reducing customer learning and debugging costs, and providing strong assistance for the subsequent standardization and digitization implementation. At the same time, on the basis of the original brand, Siemens Robot Library Ecology has welcomed an important robot cooperation manufacturer - Yaskawa Robotics, providing our customers with more choices! Adleman Limited is a control system components company,which located in Xiamen,a beautiful coastal city.  We are specialized in providing world-reknowed brands: Allen Bradley , ABB , General Electric , Triconex , Honeywell , Bently Nevada , Schneider , Hima ,etc. Even some discontinued ones,such as A-B 1785/1771 and so on. Adleman Limited is a professional manufacturer of global famous brand modules and spare parts. Our main products are: distributed control system (DCS), programmable logic controller (PLC), large servo control system. The spare parts we sell are guaranteed for one year and are rigorously tested and certified. We are now a global manufacturer of industrial automation spare parts and components. Siemens : 1) Siemens MOORE 2) Siemens S5 3) Siemens  6SN/6FC/6FXseries 4) Siemens  CNC system 810、802D SL、810D、840D 5) Siemens MOORE S7系列S7-200、S7-300、S7-400;6AV/6GK 6GK1411-5AA20 6ES7223-1PM22-0XA0 6GK1704-5DW00-3MA0 6ES7277-0AA21-0XA0 6GK1970-1MA76-0AA1 6ES7214-1BD23-0XB0 6GK1411-5AB00 6ES7222-1BD22-0XA0 6GK1704-5DW50-3AA0 6ES7223-1PM22-0XA8 6GK1970-1TA43-0AA0 6ES7277-0AA22-0XA0 6GK1415-0AA00 6ES7290-0AA00-0XA0 6GK1704-5DW53-3AA0 6ES7297-1AA23-0XA0 6GK1970-1TA43-0AA1 6ES7291-3BX00-0XA0 6GK1415-0AA01 6ES7292-1AF20-0AA0 6GK1704-5DW60-3AA0 6ES7290-2AA00-0XA0 For Detail Pics,Pls Contact Us With Free! More than 45,000 products stocked. Supply 100% brand new products. Sell genuine products only. Contact me at ONCE to get the quotation: Attn: Mr. Liao Mobile: +86 15259245292 Email: postmaster@adlemanplc.com   WeChat/WhatsApp: +86 15259245292   Address: Room 1601, Building 6, Haicang Seattle, No. 330 Zhonglin Road, Haicang District, Xiamen City, Fujian Province

Need Help? Chat with us

leave a message
For any request of information or technical support, fill in the form. All fields marked with an asterisk* are required.
Submit
Looking for FAQs?
Contact us #
+86 -15259245292

Our hours

Mon 11/21 - Wed 11/23: 9 AM - 8 PM
Thu 11/24: closed - Happy Thanksgiving!
Fri 11/25: 8 AM - 10 PM
Sat 11/26 - Sun 11/27: 10 AM - 9 PM
(all hours are Eastern Time)

home

products

whatsApp

Contacts Us