PI Tag Validations using the PI AF SDK (PIPoint) Assembly

Does anyone know what is the call to find, create or edit a PI Tag? Apparently the assembly (OSIsoft.AF.PI.PIPoint] does not like "CreatePIPoint" to create new PI Tags, and I am unable to figure out what the call is for "Finding" or "Editing" a PI Point using PIAFSDK version 2023

  • <quote>

    Apparently the assembly (OSIsoft.AF.PI.PIPoint] does not like "CreatePIPoint" to create new PI Tags

    </quote>

     

    Apparently? I have never had an issue with CreatePIPoint so I would say that apparently you are doing something wrong. Please show us your code so that we can help you fix the issue.

    Also, the assembly to reference is OSIsoft.AFSDK, and the object including name space is OSIsoft.AF.PI.PIServer not PIPoint. In other words, you are expected to set an valid PIServer object and from there call its CreatePIPoint method or CreatePIPoints.