Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/system_components/Gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ record (bo, "$(P)CS:EXCLUSIVE")
}
```

It is also possible to generate 4 more (they have the name $(P)CS:EXCLUSIVE$(ID) in the db entry) using macros EXCLUSIVE1, EXCLUSIVE2, EXCLUSIVE3 and EXCLUSIVE4 which can be set via globals.txt. Note that these entries will need to include a : to use in the ID name, this has been left to implement there as otherwise if for some reason there was an expectation in an ACF for such a macro and it didn't exist we don't end up with a PV with nothing after a :.
It is also possible to generate 4 more (they have the name `$(P)CS:EXCLUSIVE$(ID)` in the db entry) using macros EXCLUSIVE1, EXCLUSIVE2, EXCLUSIVE3 and EXCLUSIVE4 which can be set via globals.txt. Note that these entries will need to include a : to use in the ID name, this has been left to implement there as otherwise if for some reason there was an expectation in an ACF for such a macro and it didn't exist we don't end up with a PV with nothing after a :.

Should an IBEX server require specific security group settings, then creating a file called `gwext.acf` in the `Settings\config\servername\AccessSecurity` folder will ensure that the gateway loads up with both the default groups, and any groups specified in `gwext.acf`.

Expand Down