-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: changes directory name to configuration
- Loading branch information
1 parent
e0b579d
commit cc45e47
Showing
4 changed files
with
32 additions
and
13 deletions.
There are no files selected for viewing
This file contains 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
24 changes: 24 additions & 0 deletions
24
...s/docs/setup-and-administration/automation/configuration/how-to-use-the-rcs.mdx
This file contains 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,24 @@ | ||
--- | ||
id: rcs-configuration | ||
title: RCS Configuration | ||
slug: /setup-and-administration/automation/rcs-configuration | ||
description: 'Describe how to use the RCS.' | ||
tags: [] | ||
--- | ||
|
||
import LinkCards from '@site/src/components/Cards/LinkCards'; | ||
|
||
Visual KPI RCS can integrate with both OSIsoft PI AF, or any SQL data source. For each integration type there are specific configurations that need to be done. While OSIsoft configurations mostly happens on their side of the integration, SQL will require you to configure a few queries, as Visual KPI will need to know what attributes to look for. | ||
|
||
<LinkCards data={ | ||
[ | ||
{ | ||
name: 'AF Databases', | ||
linkTo: '/docs/setup-and-administration/automation/rcs-with-af-databases' | ||
}, | ||
{ | ||
name: 'SQL Databases', | ||
linkTo: '/docs/setup-and-administration/automation/rcs-with-sql-databases' | ||
}, | ||
] | ||
}/> |
This file contains 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
13 changes: 0 additions & 13 deletions
13
...docs/docs/setup-and-administration/automation/how-to-use/how-to-use-the-rcs.mdx
This file was deleted.
Oops, something went wrong.