Answer question
Communicate signals between AC800m and PLC_Connect
Hello
In one project I have a number of AC800m.
PLC_connect is not in the project just in 800xA.
I need a signal from PLC_Connect (172.16.4.x) to AC800m (172.16.80.x) for some calculations.
In PLC_Connect there are var1 (double) shown in one operator display.
In the AC800m there are var2 (real) shown in one operator display.
In AC800m I want to make a signal X = var1 + var2.
How should I communicate var1 to the AC800m?
MMS? but where do you set access variables in this case?
I tried to make a InputField1 that sets var3 in AC800m, but I do not come up with how to put InputField1's property reference eg "var3: = var1", it only works setting property reference = "var3"
Does anyone have any ideas?
Sincerely
In one project I have a number of AC800m.
PLC_connect is not in the project just in 800xA.
I need a signal from PLC_Connect (172.16.4.x) to AC800m (172.16.80.x) for some calculations.
In PLC_Connect there are var1 (double) shown in one operator display.
In the AC800m there are var2 (real) shown in one operator display.
In AC800m I want to make a signal X = var1 + var2.
How should I communicate var1 to the AC800m?
MMS? but where do you set access variables in this case?
I tried to make a InputField1 that sets var3 in AC800m, but I do not come up with how to put InputField1's property reference eg "var3: = var1", it only works setting property reference = "var3"
Does anyone have any ideas?
Sincerely