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 :
I tried following.. It's working fine.
The Kepware tag path is "Channel1.Device1.Tag1"
{
"propertyName": "TEST",
"sourcePropertyName": "Channel1.Device1.Tag1",
"timeout": "0",
"pushType": "VALUE",
"pushThreshold": "0",
"aspects": {
"industrialDataType": "Word",
"tagAddress": "Channel1.Device1.Tag1",
"scanRate": 1000,
"tagType": "Static",
"startType": "readEdgeValue",
"source": "",
"dataShape": ""
}
}
Hello Sathishkumar_C
I tried it in 10.0.1
I have TWX 9.3 and its not working still. Maybe I should change something in platform settings json?
I tried the same with TWX 10.0.1 and its not working too. I did something wrong before. Did you set up your properties TEST like remote properties before you executed Set Property Binding Service?
