Solved
How Can I bind Kepware properties with Remote Thing with Java Script code
Hi All,
I've created an Industrial Thing with a Kepware connection. I want to create an application where adding and binding properties will be done from code without using Composer.
I tried to connect the ready properties with remote bind using the service SetRemotePropertyBinding
Without success.
I tried to create a new property using AddPropertyDefinition and it also didn't work.

my aspcect json looks like that :
{
"industrialDataType": "String",
"tagAddress": "DB2000.STRING0.20",
"scanRate": 1000,
"tagType": "Static",
"readOnly": "true"
}
Where I did something wrong?
Where I did something wrong?


