Skip to content

Commit f9ecf13

Browse files
Clarify GetStation action description
Updated the description of the GetStation action to clarify its functionality and removed unnecessary details about peripheral modules.
1 parent 991c8ba commit f9ecf13

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

content/en/docs/workstation/wks-build-app.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,7 @@ This action sets up communication with the Workstation Client. It should be auto
128128

129129
#### GetStation
130130

131-
Call `GetStation` to retrieve configuration of the current Client computer by using the Workstation Client. `GetStation` can be used multiple times, but it queries the Workstation Client only the first time. The following calls return the current object loaded in the session. If connection with Workstation Client does not work, `GetStation` returns an empty object.
132-
133-
If your microflow references a peripheral module (that is, a reusable module which supports a specific peripheral device), you do not need to call `GetStation` to reference it. Instead, you can initialize the peripheral module by calling `Initialize`.
131+
Call `GetStation` to retrieve the current Workstation Client configuration and devices. This action creates and returns a station object with a linked device object per peripheral.
134132

135133
#### SubscribeToObjectChanges
136134

0 commit comments

Comments
 (0)