Replacing AC110 with AC800M communicating with AC400 with AF100
How is the event handling working when replacing AC110 with a AC800M controller communicating with a AC400 controller, earlier it was separate DSP handling for the data transfer and EVS for event handling but we couldn't find similar function in AC800M.
Is the only way to make this work to send the data with DSP and then create a DIC/AIC in AC400 with time tagging etc. in the AC400 controller?
Is the only way to make this work to send the data with DSP and then create a DIC/AIC in AC400 with time tagging etc. in the AC400 controller?
Answers
Wouldn't it be possible to connect the AC800M through OPC to your HMI for the events? That seams to be a much more logical configuration.
Hello Lars,
I have done the same by using SignalLib.SignalBool in AC800M, which works similarly like DIC.
Possibly You can reproduce EVS list from BAX file into ST text code containing list of SignalBool calls in some automated way, replacing text in text editor.
I have done the same by using SignalLib.SignalBool in AC800M, which works similarly like DIC.
Possibly You can reproduce EVS list from BAX file into ST text code containing list of SignalBool calls in some automated way, replacing text in text editor.
Add new comment