当前位置:网站首页>Beifu PLC passes MC_ Readparameter read configuration parameters of NC axis
Beifu PLC passes MC_ Readparameter read configuration parameters of NC axis
2022-06-26 13:01:00 【Dusk and starry sky】
In the actual development, it is necessary to read the scale factor of the axis Scaling Factor、 Direction of rotation, etc NC Parameters . This article introduces through MC_ReadParameter Function block read System Manager in NC Parameters of the axis .
- Operation process
1.1. Biff Beckhoff
1.1.1. MC_ReadParameter Introduce
This function block is used to read the setting of the axis NC Parameters , It is not used to read drive parameters . So-called NC The parameter is in NC Relevant parameters set in the interface , As shown below
The function block is described as follows
among ParameterNumber Indicates the index number obtained , The structure is as follows
AxisId := 1000, Indicates that the basic number is 1000, And then offset it down , such as AxisEncoderScalingFactor by 1041, AxisEncoderDirectionInverse by 1043
1.1.1. PLC Programming
In this paper, the coding factor is obtained Scaling Factor And direction of rotation Invert Encoder For example , as follows
First declare the function block , As shown below
边栏推荐
猜你喜欢
随机推荐
Tiger Dao VC products are officially launched, a powerful supplement to seektiger ecology
第01章_Linux下MySQL的安装与使用
几行代码就能实现复杂的 Excel 导入导出,这个工具类真心强大!
[esp32-C3][RT-THREAD] 基于ESP32C3运行RT-THREAD bsp最小系统
Unit practice experiment 8 - using cmstudio to design microprogram instructions based on basic model machine (1)
The El form item contains two inputs. Verify the two inputs
Configuring Apache digest authentication
el-form-item 包含两个input, 校验这两个input
power designer - 自定义注释按钮
计组实践实验9——使用CMStudio设计基于分段模型机微程序指令(2)
无人机遥感在森林监测的部分应用研究案例总结
详细实操分享,下班刷了两小时的搞笑视频,一个月收益7000多
深入解析 MySQL binlog
processsing 函数random
软件测试 - 概念篇
postgis 地理化函数
openlayers 绘制动态迁徙线、曲线
微信小程序测试点总结
Implementing mixins scheme in applet
Less than 40 lines of code to create a blocprovider









