Skip to content

Commit

Permalink
refactor: changes directory name to configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielraeder committed Mar 6, 2024
1 parent e0b579d commit cc45e47
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ The Visual KPI Remote Context Server can create Visual KPI groups and values by

Visual KPI RCS can be used to automate Visual KPI configuration using any AF database. This page is a guide on what you need to know and do to use RCS with your AF database.

:::training
Refer to **[Visual KPI training](https://www.transpara.com/course/visual-kpi-remote-context-server-rcs-training/)** to learn all about how Visual KPI RCS.
:::

## AF RCS best practices

When using the Visual KPI RCS for OSIsoft AF, you should have attributes for each Visual KPI object (excluding Groups) with a specific label for each Object Type.
Expand Down
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'
},
]
}/>
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ The Visual KPI Remote Context Server can connect to any SQL data source. All req

For effective mapping between foreign systems and Visual KPI, it's crucial to assign a unique and consistent identifier to each object in the system such as KPI, Group, Trend, etc. This identifier can be in the form of a string, GUID or an integer, and it should be specific to the object type. By doing so, Visual KPI can ensure that there is no confusion in the mapping process.

:::training
Refer to **[Visual KPI training](https://www.transpara.com/course/visual-kpi-remote-context-server-rcs-training/)** to learn all about how Visual KPI RCS.
:::

:::note
If the ID changes in the foreign system, a new object will be created in Visual KPI and the old object will be deleted.
:::
Expand Down

This file was deleted.

0 comments on commit cc45e47

Please sign in to comment.