上載遠端測量定義元件結構
以 JSON 格式定義您的元件結構。
必要版本
| 提供版本:Lightning Experience |
| 提供版本:Enterprise、Unlimited 及 Developer Edition |
| 需要的使用者權限 | |
|---|---|
| 若要建立和更新「遠端測試定義」: | 遠端測量定義和動作管理設計師 |
- 進入「設定」,在「快速尋找」方塊中輸入並選取「遠程測量定義和動作管理」。
- 在「遠端測量定義」索引標籤上,開啟您的遠端測量定義記錄。
- 開啟您建立的距離測量定義版本。
- 按一下「上載」並放下您的 JSON 檔案。
- 若要對您的結構進行變更,請按一下「另存新版本」,建立另一個遠程測量定義版本,並上載新的 JSON 檔案。
範例
Neo Motors 的管理員以 JSON 格式上載其距離測量定義的結構。其 JSON 的一部分如下所示:
{
"Vehicle": {
"children": {
"ADAS": {
"children": {
"ABS": {
"children": {
"IsEnabled": {
"datatype": "boolean",
"description": "Indicates if ABS is enabled. True = Enabled. False = Disabled.",
"type": "actuator"
},
"IsEngaged": {
"datatype": "boolean",
"description": "Indicates if ABS is currently regulating brake pressure. True = Engaged. False = Not Engaged.",
"type": "sensor"
},
"IsError": {
"datatype": "boolean",
"description": "Indicates if ABS incurred an error condition. True = Error. False = No Error.",
"type": "sensor"
}
},
"description": "Antilock Braking System signals.",
"type": "branch"
}
} 使用者可以按一下 顯示增強型檢視,以在其上載的結構中檢視和搜尋特定目標元件路徑。
此文章是否解決您的問題?
請讓我們知道,以便我們改進!

