Unable to Set Alignment of Zenon Variable

Unable to Set Alignment of Zenon Variable

Hi,

When setting the Alignment property of an IVariable (creating the variable in the Zenon project (IProject) with AddIn in C#), this exception is thrown (below). Also the Alignment property seems to not be editable in the Zenon editor either. This functionality is needed to control the byte order of strings when reading them over the Modbus protocol at a per variable level.

Is this a known issue? Any insight into fixing this issue would be helpful.

Exception:
[Scada.AddIn.Contracts.RuntimeException: Error HRESULT E_FAIL has been returned from a call to a COM component. ---> System.Runtime.InteropServices.COMException: Error HRESULT E_FAIL has been returned from a call to a COM component.

Server stack trace:
at System.RuntimeType.ForwardCallToInvokeMember(String memberName, BindingFlags flags, Object target, Int32[] aWrapperTypes, MessageData& msgData)
at zenOn.IVariable.set_Alignment(Int32 )
at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Object[]& outArgs)
at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg)

Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at zenOn.IVariable.set_Alignment(Int32 )
at Scada.Internal.AddIn.Adapter.AdapterVariableImpl.VariableAdapter.set_Alignment(Int32 value)
--- End of inner exception stack trace ---
at Scada.Internal.AddIn.Adapter.AdapterVariableImpl.VariableAdapter.set_Alignment(Int32 value)

Thanks!
-Justin


This is a migrated post! Originally posted on 24.06.2021 by user justinL. Please be aware that information can be outdated.