You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/angular-hmi/README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
This example implements a service-based HMI for Flowstate.
4
4
5
5
> [!IMPORTANT]
6
-
> This HMI service is based on the ["Create an HMI service"](https://flowstate.intrinsic.ai/docs/guides/build_with_code/develop_a_service/implement_service_scenarios/create_hmi_service/) guide in the Flowstate documentation.
6
+
> This HMI service is based on the ["Create an HMI service"](https://flowstate.intrinsic.ai/docs/assets/create_new_assets/create_services/implement_service_scenarios/create_hmi_service/) guide in the Flowstate documentation.
7
7
8
8
## Features
9
9
@@ -70,5 +70,3 @@ It should generate a `.tar` ready to be deployed, take note of the output locati
70
70
```sh
71
71
inctl service install bazel-bin/services/angular-hmi/hmi_angular_service.bundle.tar --org=ORGANIZATION_NAME --address="workcell.lan:17080"
Copy file name to clipboardExpand all lines: services/hmi/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
This example implements a service-based HMI for Flowstate.
4
4
5
5
> [!IMPORTANT]
6
-
> This HMI service is based on the ["Create an HMI service"](https://flowstate.intrinsic.ai/docs/guides/build_with_code/develop_a_service/implement_service_scenarios/create_hmi_service/) guide in the Flowstate documentation.
6
+
> This HMI service is based on the ["Create an HMI service"](https://flowstate.intrinsic.ai/docs/assets/create_new_assets/create_services/implement_service_scenarios/create_hmi_service/) guide in the Flowstate documentation.
7
7
> Follows the steps in the guide to install the HMI service in your solution.
8
8
9
9
## Features
@@ -12,6 +12,7 @@ This example implements a service-based HMI for Flowstate.
12
12
* stop execution
13
13
* pause/resume execution
14
14
* view execution status (inluding errors)
15
+
* query and modify the state of service instances in a solution
0 commit comments