-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Crazy AE2 Addons 翻译提交 #5238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
ChuijkYahus
wants to merge
12
commits into
CFPAOrg:main
Choose a base branch
from
ChuijkYahus:main-crazyae2addons
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+2,799
−0
Open
Crazy AE2 Addons 翻译提交 #5238
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
5dc7dd6
CrazyAE2Addons create
ChuijkYahus 9efd959
CrazyAE2Addons update:改图
ChuijkYahus 6182691
CrazyAE2Addons update:版本更新
ChuijkYahus aa740c0
CrazyAE2Addons update:版本更新
ChuijkYahus 3934c2d
CrazyAE2Addons update:版本更新
ChuijkYahus 833ee1e
CrazyAE2Addons update:版本更新
ChuijkYahus 06ffc7f
Update projects/1.20/assets/crazy-ae2-addons/crazyae2addons/ae2guide/…
ChuijkYahus ae1fc58
CrazyAE2Addons fix:审阅意见,生物农场
ChuijkYahus 21e001a
CrazyAE2Addons update:版本更新
ChuijkYahus a097401
CrazyAE2Addons update:版本更新
ChuijkYahus 88e25dd
CrazyAE2Addons update:版本更新
ChuijkYahus e588f95
CrazyAE2Addons hotfix
ChuijkYahus File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
37 changes: 37 additions & 0 deletions
37
.../assets/crazy-ae2-addons/crazyae2addons/ae2guide/_zh_cn/crazyae2addons_index.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
navigation: | ||
title: Crazy AE2 Addons | ||
position: 120 | ||
--- | ||
|
||
# Crazy AE2 Addons | ||
|
||
Crazy AE2 Addons以多种方式拓展了应用能源2(Applied Energistics 2)的功能——模组引入了高级自动化设备、数据处理方式,以及网络控制方块。Crazy AE2 Addons的所有机制均以原版AE2的机制为基础,所添加的*绝大多数*方块均需在ME网络中运作。模组还加入了一系列实用功能。 | ||
|
||
# [数据变量教程](crazyguide/data_variables.md) | ||
|
||
--- | ||
|
||
# 想让AE2处理概率产出的配方?参见[脉冲样板供应器](crazyguide/impulsed_pattern_provider.md) | ||
|
||
--- | ||
|
||
## 合成与样板 | ||
|
||
<CategoryIndex category="Crafting and Patterns"></CategoryIndex> | ||
|
||
## 监测与自动化 | ||
|
||
<CategoryIndex category="Monitoring and Automation"></CategoryIndex> | ||
|
||
## 能量与物品运输 | ||
|
||
<CategoryIndex category="Energy and Item Transfer"></CategoryIndex> | ||
|
||
## 数据变量 | ||
|
||
<CategoryIndex category="Data Variables"></CategoryIndex> | ||
|
||
## 生物存储 | ||
|
||
<CategoryIndex category="Mob Storage"></CategoryIndex> |
23 changes: 23 additions & 0 deletions
23
...sets/crazy-ae2-addons/crazyae2addons/ae2guide/_zh_cn/crazyguide/ampere_meter.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
navigation: | ||
parent: crazyae2addons_index.md | ||
title: 电流表 | ||
icon: crazyae2addons:ampere_meter | ||
categories: | ||
- Monitoring and Automation | ||
item_ids: | ||
- crazyae2addons:ampere_meter | ||
--- | ||
|
||
# 电流表 | ||
|
||
<BlockImage id="crazyae2addons:ampere_meter" scale="4"></BlockImage> | ||
|
||
电流表的功能相对简单:能显示两端间能量的传输量。使用时,此设备需与两个使用能量的方块相邻。右击电流表可进行设置。 | ||
|
||
界面中央有一个箭头按钮,点击可切换能量输入和输出端。可以来回翻转箭头并观察数字的变化以进行测试。界面中的主要数据是在若干刻内统计出的平均传输率,测量Forge能量(FE)时显示格式为`10k FE/t`,测量格雷科技(GregTech)的能量时则类似`4A (LuV)`。它还可充当二极管,用于阻断相反方向的能量流动。 | ||
|
||
## 兼容性 | ||
|
||
- 对任意使用Forge能量的机器有效。 | ||
- 安装格雷科技时,还可测量EU电流和电压。 |
53 changes: 53 additions & 0 deletions
53
...ts/crazy-ae2-addons/crazyae2addons/ae2guide/_zh_cn/crazyguide/auto_enchanter.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
--- | ||
navigation: | ||
parent: crazyae2addons_index.md | ||
title: 自动附魔器 | ||
icon: crazyae2addons:auto_enchanter | ||
categories: | ||
- Monitoring and Automation | ||
item_ids: | ||
- crazyae2addons:auto_enchanter | ||
--- | ||
|
||
# 自动附魔器 | ||
|
||
<BlockImage id="crazyae2addons:auto_enchanter" scale="4"></BlockImage> | ||
|
||
自动附魔器是能独立运作的附魔机器,会使用ME网络中的经验碎片自动为书和工具附魔。它的附魔方式类似于原版Minecraft和神化(Apotheosis)。此设备必需放置在标准附魔台设施下方2格处,且其附魔能力取决于书架的数目。 | ||
|
||
## 使用方法 | ||
|
||
1. **放置自动附魔器** | ||
- 此设备必须放置在附魔台下方2格处。 | ||
- 和原版一样,在附魔台周围放置书架,以提高附魔等级。 | ||
|
||
2. **放入物品** | ||
- 输入槽:放入需附魔的物品(工具、武器、书)。 | ||
- 青金石槽:放入青金石(附魔必需品)。 | ||
- 输出槽:经过附魔的物品会送到此处。 | ||
|
||
3. **前置需求** | ||
- 需要ME系统中存有经验碎片。 | ||
- 经验消耗根据书架计算。 | ||
|
||
4. **选择附魔选项** | ||
- 在GUI内,挑选三项附魔选项之一(1到3级)。 | ||
- 点击相应按钮选择选项。 | ||
- GUI会显示预期的经验消耗。 | ||
|
||
5. **自动化** | ||
- 打开或关闭**自动供应青金石**:自动从网络中补充青金石。 | ||
- 打开或关闭**自动供应书**:自动从网络中补充书。 | ||
|
||
## 神化支持 | ||
|
||
如果同时安装有神化: | ||
- 自动附魔器会自动扫描周围所有书架的特殊属性,如位阶、量子化、阿卡那、魔咒线索,同时可出产宝藏型魔咒。 | ||
|
||
## 行为总概 | ||
|
||
- 如启用,可自动补充输入物品和青金石。 | ||
- 会消耗网络中的经验碎片(1 碎片 = 10 经验)。 | ||
- 只在其上方2格处存在有效附魔台时运作。 | ||
- 会基于原版Minecraft或神化附魔机制产出附魔书和附魔的物品。 | ||
- 可以消耗网络中的物品。 |
21 changes: 21 additions & 0 deletions
21
...ae2-addons/crazyae2addons/ae2guide/_zh_cn/crazyguide/chunky_fluid_p2p_tunnel.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
navigation: | ||
parent: crazyae2addons_index.md | ||
title: 批次流体P2P | ||
icon: crazyae2addons:chunky_fluid_p2p_tunnel | ||
categories: | ||
- Energy and Item Transfer | ||
item_ids: | ||
- crazyae2addons:chunky_fluid_p2p_tunnel | ||
--- | ||
|
||
# 批次流体P2P通道 | ||
|
||
批次流体P2P通道是一类线缆子部件,能按固定体积的批次发送流体。在积攒到所配置批次大小(以毫桶计)前,此通道不会进行发送。积攒足量流体之后,它会向链接的输出端发送所配置数量的流体,且会向各个输出端依次输出,保证各端均衡。 | ||
|
||
## 使用方法 | ||
|
||
1. **放置子部件**:将批次流体P2P通道放置在ME线缆上,也可朝向连接至储罐或流体机器的接口。 | ||
2. **配置批次大小**:空手右击通道以打开其设置。输入需发送的批次大小(以毫桶计,例如`1000`为1桶),并点击“保存”/“Save”。 | ||
3. **进行链接**:使用内存卡链接输出端。 | ||
4. **填充后发送**:流体进入通道后,如果体积满足批次设置,通道即会向队列中的下一个输出端发送单批次的流体。如果体积不足,则什么都不会发生。 |
28 changes: 28 additions & 0 deletions
28
...-addons/crazyae2addons/ae2guide/_zh_cn/crazyguide/circuited_pattern_provider.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
navigation: | ||
parent: crazyae2addons_index.md | ||
title: 电路样板供应器 | ||
icon: ae2:pattern_provider | ||
categories: | ||
- Crafting and Patterns | ||
--- | ||
|
||
# 电路样板供应器 | ||
|
||
# 只会在安装有格雷科技(GregTech)时出现。 | ||
|
||
# **此方块本身已被删除,它的功能现可用任意一种样板供应器实现!** | ||
|
||
电路样板供应器是AE2样板供应器的平替。它有一项额外功能:在其中使用带有`circuit`标签(由疯狂样板修改工具设置)时,样板供应器会在合成之前,将该编号的编程电路载入所有与之相连的格雷科技机器。 | ||
|
||
- 可与接口接存储总线协同运作(存储总线必须带有电路升级卡)。 | ||
- 可与Modern AE2 Additions的样板P2P通道协同运作。 | ||
- 可与上述两种体系的各种组合协同运作。 | ||
|
||
## 使用方法 | ||
|
||
1. **放置方块**:将电路样板供应器连接至ME网络,和普通的样板供应器一样即可。 | ||
2. **准备样板**:使用疯狂样板修改工具为样板分配电路ID(1到32)。 | ||
3. **打开界面**:右击电路样板供应器放入样板,也可进行管理。 | ||
4. **进行合成**:请求合成时,样板供应器在将原材料批次发送给相连的机器前,会先将机器的编程电路槽设置为样板中指定的编程电路。 | ||
5. **坐享其成**:无需再手动放置编程电路——所有格雷科技机器每次都能自动正确取用。 |
20 changes: 20 additions & 0 deletions
20
...crazy-ae2-addons/crazyae2addons/ae2guide/_zh_cn/crazyguide/crafting_canceler.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
navigation: | ||
parent: crazyae2addons_index.md | ||
title: 合成取消器 | ||
icon: crazyae2addons:crafting_canceler | ||
categories: | ||
- Monitoring and Automation | ||
item_ids: | ||
- crazyae2addons:crafting_canceler | ||
--- | ||
|
||
# 合成取消器 | ||
|
||
<BlockImage id="crazyae2addons:crafting_canceler" scale="4"></BlockImage> | ||
|
||
合成取消器可辅助你监控ME网络中停滞的合成任务。如果某配方在超出给定时限后仍无进展,取消器会将其取消并立即重启,无需手动修复也可让自动合成系统流畅运转。 | ||
|
||
将设备连接至网络并右击打开其界面。界面中有一个开关,用于控制取消器启用与否;还有一个输入字段,用于配置最长停滞时限(15秒至360秒)。点击“保存”/“Save”可应用配置。 | ||
|
||
设备启用时会检查网络中正在进行的合成任务。如果某个任务在超过时限后没有变化,则取消器会取消该任务并立即重新规划之。 |
38 changes: 38 additions & 0 deletions
38
...razy-ae2-addons/crazyae2addons/ae2guide/_zh_cn/crazyguide/crafting_scheduler.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
navigation: | ||
parent: crazyae2addons_index.md | ||
title: 合成规划器 | ||
icon: crazyae2addons:crafting_scheduler | ||
categories: | ||
- Crafting and Patterns | ||
item_ids: | ||
- crazyae2addons:crafting_scheduler | ||
--- | ||
|
||
# 合成规划器 | ||
|
||
<BlockImage id="crazyae2addons:crafting_scheduler" scale="4"></BlockImage> | ||
|
||
合成规划器是可被红石触发的合成方块,激活时可向系统递交合成任务。可用它以红石自动化特定的合成请求。 | ||
|
||
--- | ||
|
||
## 使用方法 | ||
|
||
1. **放置方块** | ||
- 将其连接至ME网络。 | ||
- 确保其能访问到至少1个可用的CPU。 | ||
|
||
2. **放入需合成的物品** | ||
- 打开其GUI。 | ||
- 在槽位中选择需要合成的物品。 | ||
|
||
3. **设置数量** | ||
- 输入每次触发需合成的数量。 | ||
- 应在文本字段内输入,并使用绿色按钮确认。 | ||
|
||
4. **红石触发** | ||
- 给予一次红石脉冲。 | ||
|
||
5. **可重复使用** | ||
- 如果CPU空闲,则每次脉冲都会触发一次合成任务。 |
27 changes: 27 additions & 0 deletions
27
.../crazy-ae2-addons/crazyae2addons/ae2guide/_zh_cn/crazyguide/crazy_calculator.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
navigation: | ||
parent: crazyae2addons_index.md | ||
title: 疯狂计算工具 | ||
icon: crazyae2addons:crazy_calculator | ||
categories: | ||
- Crafting and Patterns | ||
item_ids: | ||
- crazyae2addons:crazy_calculator | ||
--- | ||
|
||
# 疯狂计算工具 | ||
|
||
<ItemImage id="crazyae2addons:crazy_calculator" scale="4"></ItemImage> | ||
|
||
疯狂计算工具是一件便携工具,会打开GUI计算器。 | ||
|
||
## 使用方法 | ||
|
||
1. **手持使用** | ||
- 手持右击打开其GUI。 | ||
|
||
2. **输入表达式** | ||
- 可以使用加法、减法、乘法、除法、括号。例如:2k*(1/3m)+12g(2k为2000,3m为3 000 000,12g为12 000 000 000) | ||
|
||
3. **计算结果** | ||
- 按下按钮,即会在下方给出计算结果。 |
44 changes: 44 additions & 0 deletions
44
...e2-addons/crazyae2addons/ae2guide/_zh_cn/crazyguide/crazy_emitter_multiplier.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
--- | ||
navigation: | ||
parent: crazyae2addons_index.md | ||
title: 疯狂发信器倍增工具 | ||
icon: crazyae2addons:crazy_emitter_multiplier | ||
categories: | ||
- Crafting and Patterns | ||
item_ids: | ||
- crazyae2addons:crazy_emitter_multiplier | ||
--- | ||
|
||
# 疯狂发信器倍增工具 | ||
|
||
<ItemImage id="crazyae2addons:crazy_emitter_multiplier" scale="4"></ItemImage> | ||
|
||
疯狂发信器倍增工具是一种手持工具,可用来设置或倍增ME网络中任意**标准发信器**的信号阈值,操作便捷。 | ||
|
||
无需再手动输入数字了,这件工具能快速倍增或是直接替换发信器的阈值。 | ||
|
||
--- | ||
|
||
## 使用方法 | ||
|
||
### 1. 打开GUI | ||
- 手持物品右击。 | ||
- 打开的界面中有: | ||
- 一个**文本字段**,可供输入数或数学表达式(如`100`、`2*64`、`1k`)。 | ||
- 一个**勾选框**,用于切换“倍增”/“Multiply”和“设置”/“Set”模式。 | ||
- 一个确认按钮,用于保存。 | ||
|
||
### 2. 设置模式 | ||
- **设置/Set**:直接将输入的数赋给发信器。 | ||
- **倍增/Multiply**:倍增发信器的阈值,倍数为所给数。 | ||
|
||
### 3. 对标准发信器使用 | ||
- 手持配置完成的疯狂发信器倍增工具潜行右击任意标准发信器。 | ||
- 发信器的阈值会按保存的模式和数进行更新。 | ||
|
||
--- | ||
|
||
## 特性 | ||
|
||
- 支持数学表达式和单位(`1k = 1000`、`2*64`,等等)。 | ||
- 只对AE2的标准发信器有效。 |
29 changes: 29 additions & 0 deletions
29
...-ae2-addons/crazyae2addons/ae2guide/_zh_cn/crazyguide/crazy_pattern_modifier.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
navigation: | ||
parent: crazyae2addons_index.md | ||
title: 疯狂样板修改工具 | ||
icon: crazyae2addons:crazy_pattern_modifier | ||
categories: | ||
- Crafting and Patterns | ||
item_ids: | ||
- crazyae2addons:crazy_pattern_modifier | ||
--- | ||
|
||
# 疯狂样板修改工具 | ||
|
||
<ItemImage id="crazyae2addons:crazy_pattern_modifier" scale="4"></ItemImage> | ||
|
||
疯狂样板修改工具是一件用途很多的物品,可用来调整AE2的处理样板。 | ||
|
||
可以选择忽略NBT——原本的样板会要求材料携带特定魔咒或物品标签,改后变成可接受任意匹配的物品。 | ||
|
||
还可向样板编入特定配置的电路ID,以供电路样板供应器和格雷科技(GregTech)的机器使用。 | ||
|
||
## 使用方法 | ||
|
||
手持疯狂样板修改工具右击可打开其界面。其中有单个槽位,用于放置处理样板。由两个按钮用于修改设置: | ||
|
||
- **忽略NBT**:点击NBT按钮可让样板忽略或匹配NBT标签。启用后,可在不指定具体魔咒的情况下合成附魔书等物品。 | ||
- **设置电路**:如果安装有格雷科技,可在下方的文本框中输入一个数(1到32),点击确认可为样板分别该配置的编程电路。此类样板需与电路样板供应器配合使用,供应器会将所有相连的机器设为使用该电路。 | ||
|
||
调整配置的过程中,界面会显示当前的配置模式(如“当前:忽略NBT”/“Current: ignore NBT”或“选择5号编程电路”/“Selected circuit 5”)。 |
25 changes: 25 additions & 0 deletions
25
...e2-addons/crazyae2addons/ae2guide/_zh_cn/crazyguide/crazy_pattern_multiplier.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
navigation: | ||
parent: crazyae2addons_index.md | ||
title: 疯狂样板倍增工具 | ||
icon: crazyae2addons:crazy_pattern_multiplier | ||
categories: | ||
- Crafting and Patterns | ||
item_ids: | ||
- crazyae2addons:crazy_pattern_multiplier | ||
--- | ||
|
||
# 疯狂样板倍增工具 | ||
|
||
<ItemImage id="crazyae2addons:crazy_pattern_multiplier" scale="4"></ItemImage> | ||
|
||
疯狂样板倍增工具是一种便捷工具,能轻松修改处理样板中的材料数量,无需重新手动制作。可借此将输入和输出均乘以任意正数。 | ||
|
||
乘数字段支持数学表达式,如`2*(3+1)`。 | ||
|
||
## 使用方法 | ||
|
||
1. **打开GUI**: 手持疯狂样板倍增工具右击打开其界面。其中有36个槽位和一个标记为“乘数”/“Multiplier”的输入框。 | ||
2. **设置乘数**:在输入框中输入用于修改的乘数。比如`2`对应翻倍,`0.5`对应减半,还可用`1k`对应1000倍。 | ||
3. **应用于样板**:点击确认按钮。倍增工具会将槽位中的所有样板的原材料和产物数量乘以乘数。 | ||
4. **潜行点击支持**:对任意容器(如样板供应器和箱子)潜行右击,可将最后一次使用的乘数作用于该容器中的所有样板。 |
26 changes: 26 additions & 0 deletions
26
...ts/crazy-ae2-addons/crazyae2addons/ae2guide/_zh_cn/crazyguide/data_extractor.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
navigation: | ||
parent: crazyae2addons_index.md | ||
title: 数据提取器 | ||
icon: crazyae2addons:data_extractor | ||
categories: | ||
- Data Variables | ||
item_ids: | ||
- crazyae2addons:data_extractor | ||
--- | ||
|
||
# 数据提取器 | ||
|
||
数据提取器是一类线缆子部件,专为读取相邻方块实体的数值数据制造,这些值会以变量的形式送出至ME网络。它需与ME数据控制器协同运作,以维护机器加工进程、能量水平等各种信息的动态数据。 | ||
|
||
## 使用方法 | ||
|
||
1. **放置子部件**:将数据提取器放置在ME线缆上,面朝需要监视的方块实体。 | ||
2. **配备数据控制器**:同一网络中需有一个[ME数据控制器](me_data_controller.md),用以接收提取到的变量。 | ||
3. **打开GUI**:右击子部件打开可用的数据通路。 | ||
4. **抓取可用数据**:点击**抓取**/**Fetch**按钮以扫描目标方块实体。界面上方的列表会显示所有数值字段。 | ||
5. **选择数据**:点击标有数的按钮,以选择提取哪一种数据。 | ||
6. **命名变量**:在输入框中输入变量名(仅接受ASCII字符,且必须由`&`起始),完成后点击**保存**/**Save**。这么做会在ME数据控制器中标记该变量。 | ||
7. **设置提取延时**:在**延时**/**Delay**字段输入两次读取之间的时间间隔,以刻计(默认为20),然后保存。 | ||
|
||
配置完毕后,数据提取器便会周期性读取所选值,并通过唯一的标识符发送至ME数据控制器,此后即可将该变量用到各式逻辑系统中去。 |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sanity check:这里确实不翻译吗,看起来不像是什么唯一标识符的样子(
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
确实不翻,对应的定义就是这个,其他条目的分类归属都用的这个标识符
担心换成汉字会出问题就全部都没动