Welcome Customer !

Membership

Help

Beijing Zhongping Technology Co., Ltd
Custom manufacturer

Main Products:

intelligent-mfg>News

Beijing Zhongping Technology Co., Ltd

  • E-mail

    1580749832@qq.com

  • Phone

    13811814778

  • Address

    Building 26, Liyuan Community, Xiangjiang North Road, Cuigezhuang, Chaoyang District, Beijing

Contact Now
Several small applications commonly used in Siemens systems
Date: 2017-10-27Read: 0

Several small applications commonly used in Siemens systems

Siemens system is now a familiar customer in industrial control applications828dFor example, I have summarized several commonly used small applications from my notes and shared them with everyone. I hope it can be helpful to everyone! I also hope to use this as a starting point to share more and better application experiences with everyone!

One.828DSystem screensaver:

As the name suggests, screensaver is a screen protector. To extend the lifespan of the screen, using screensaver is an effective way,828DThe software version is available4.5SP2later828Dcan be passed throughPLCTo achieve the protection function of turning black and bright, the implementation method is simple, just activate itPLCThe interface signal is good:

Screen dark:DB1900.DBX5000.1;

Screen on:DB1900.DBX5000.0;

Interested forum members can give it a try when they have free time, as it still has some practical significance.

two.828DHuman computer interface mini application: how to integrate users' own icons into the processing window;

Many customers hope to see their factory icon directly on the processing interface, which is also a symbol of corporate culture. In fact, this application can also be used.

The production method needs to meet several small conditions:

The icon file name must belogo.png;

Icon files must be saved inOEMoruserUnder the directory;hmi/ico

Icon files are saved in the corresponding directory according to resolution:/ico640 122*19; ico800 160*24; ico1024 199*30;

By meeting these small requirements, you can replace it with your own iconSIEMENSThe icon is up. The most important point is that the icon name must be in lowercase! Haha...

three.828DThe machine tool operation panel providesMX51-X55assignedIOAddress?

828dMachine tool operation panelMCPprovidediofromX51-X55The address is fixed on the system, whereX51X52X55For input,X53-X54Then it is the output, and the specific allocation address is:X51correspond to1-3Feet areI122.0-122.2; X52correspond to1-3Feet areI122.3-122.5X55correspond to1-3Feet areI122.7-123.0Each fourth foot corresponds toM0V

Output allocation:X53andX54respectivelyQ119.0-Q119.2; andQ119.3-Q119.5Each fourth foot corresponds toM0

These output powers1.2w;Do not connect relay valves or inductors.

four.828DManual control speed mode of spindle:

In processing, in order to achieve tool alignment and some special work requirements, we often need spindle speeds with special speeds to cooperate with our work, and their adjustment methods are usually set as follows:MD32020Manual speed is used to achieve this, but sometimes setting this parameter is invalid because828DupMD35035The parameter also plays a controlling role, so adjust it accordinglyBIT5Default value checked,MD43200Setpoint asJOGThe spindle speed of the method needs to be rewritten to its default value.

SSpeed memory, a feature that many users need, is inMDIorAUTOI hope to manually memorize the spindle speed after executing it in the mode. This needs to be modified.MD35035parameterBITCheck the fourth option, so that every time the spindle is writtenSThe value will be written into the set dataMD43200As a result, it serves as a manual setting for the spindle speed. But this kind of memory reset is not easy for Uncle to use anymore. If you want it to still work after resetting, you can set itMD22400=1orMD35040=2just

Regarding the manual forward and reverse rotation and stopping of the spindlePLCSignal selection, it is recommended to useDB380X. DBX5006.1For forward rotationDB380X. DBX5006.2To reverse andDB380X. DBX5006.0To stop. Under certain conditions, trigger the corresponding signal by manually pressing the forward and reverse stop buttons on the spindle.

five.Introduce a828DThe fun feature is terminal monitoring, which is the problem of monitoring through the connection of mobile phones and tablets to the system.

This requires wireless routing, Ethernet cables, hardware for mobile phones or tablets, and application software for mobile phones as an examplePocketCloud,iosEither Android or it can be downloaded.

Connection steps:1.Wireless routing is set toROUTERMode orAPpattern.2Connect with an Ethernet cable828DofX127The network interface of the port and wireless router.3.Open the software program on your phone, find and select 'Online'VNCFill in passwordSUNRISEClick save. connect828After the system, remote access needs to be accepted on the system to monitorHmiOh, isn't it very convenient.

The above small applications are specifically designed for828As an example, let me introduce a few commonly used small functions. This is all for my notes. If you are interested in this topic when I have time, I will continue. I also hope that friends can correct me more!