![]()
Contents
Cirrus Link Resources
Cirrus Link Website![]()
Contact Us (Sales/Support)![]()
Forum![]()
Cirrus Link Modules Docs for Ignition 7.9.x![]()
Inductive Resources
Ignition User Manual![]()
Knowledge Base Articles![]()
Inductive University![]()
Forum![]()
...
Warnings from the XRegisterData logger will look similar to those shown below:
| Code Block |
|---|
NFO | jvm 1 | 2023/01/11 18:22:22 | W [c.c.e.a.d.r.p.x.XRegisterData ] [00:22:22]: Failed to set data point Int64 Template-9 of type INT64 - there is no data from the ABB Totalflow device. - X_REGISTER_DATA: [AppSlot#=10, Array#=7, Register#=1, NumberOfRegisters=9, status=Valid Frame]
INFO | jvm 1 | 2023/01/11 18:22:22 | W [c.c.e.a.d.r.p.x.XRegisterData ] [00:22:22]: Failed to set data point Uint64 Template-3 of type UINT64 - there is no data from the ABB Totalflow device. - X_REGISTER_DATA: [AppSlot#=10, Array#=8, Register#=1, NumberOfRegisters=9, status=Valid Frame]
INFO | jvm 1 | 2023/01/11 18:22:22 | W [c.c.e.a.d.r.p.x.XRegisterData ] [00:22:22]: Failed to set data point Float64 Template-9 of type DOUBLE - there is no data from the ABB Totalflow device. - X_REGISTER_DATA: [AppSlot#=10, Array#=9, Register#=1, NumberOfRegisters=9, status=Valid Frame]
INFO | jvm 1 | 2023/01/11 18:22:22 | W [c.c.e.a.d.r.p.x.XRegisterData ] [00:22:22]: Failed to set data point Float Template-0 of type FLOAT - there is no data from the ABB Totalflow device. - X_REGISTER_DATA: [AppSlot#=10, Array#=200, Register#=0, NumberOfRegisters=10, status=Valid Frame]
INFO | jvm 1 | 2023/01/11 18:22:22 | W [c.c.e.a.d.r.p.x.XRegisterData ] [00:22:22]: Failed to set data point Signed Int16 Template-0 of type INT16 - there is no data from the ABB Totalflow device. - X_REGISTER_DATA: [AppSlot#=10, Array#=201, Register#=0, NumberOfRegisters=10, status=Valid Frame]
INFO | jvm 1 | 2023/01/11 18:22:22 | W [c.c.e.a.d.r.p.x.XRegisterData ] [00:22:22]: Failed to set data point Unsigned Int16 Template-0 of type INT16 - there is no data from the ABB Totalflow device. - X_REGISTER_DATA: [AppSlot#=10, Array#=202, Register#=0, NumberOfRegisters=10, status=Valid Frame]
INFO | jvm 1 | 2023/01/11 18:22:22 | W [c.c.e.a.d.r.p.x.XRegisterData ] [00:22:22]: Failed to set data point Signed Int32 Template-0 of type INT32 - there is no data from the ABB Totalflow device. - X_REGISTER_DATA: [AppSlot#=10, Array#=203, Register#=0, NumberOfRegisters=10, status=Valid Frame]
INFO | jvm 1 | 2023/01/11 18:22:22 | W [c.c.e.a.d.r.p.x.XRegisterData ] [00:22:22]: Failed to set data point Unsigned Int32 Template-0 of type INT32 - there is no data from the ABB Totalflow device. - X_REGISTER_DATA: [AppSlot#=10, Array#=204, Register#=0, NumberOfRegisters=10, status=Valid Frame]
INFO | jvm 1 | 2023/01/11 18:22:22 | W [c.c.e.a.d.r.p.x.XRegisterData ] [00:22:22]: Failed to set data point Byte Template-0 of type BYTE - there is no data from the ABB Totalflow device. - X_REGISTER_DATA: [AppSlot#=10, Array#=205, Register#=0, NumberOfRegisters=10, status=Valid Frame]
INFO | jvm 1 | 2023/01/11 18:22:22 | W [c.c.e.a.d.r.p.x.XRegisterData ] [00:22:22]: Failed to set data point String Template-0 of type STRING - there is no data from the ABB Totalflow device. - X_REGISTER_DATA: [AppSlot#=10, Array#=206, Register#=0, NumberOfRegisters=10, status=Valid Frame]
INFO | jvm 1 | 2023/01/11 18:22:22 | W [c.c.e.a.d.r.p.x.XRegisterData ] [00:22:22]: Failed to set data point Register Template-0 of type Register - there is no data from the ABB Totalflow device. - X_REGISTER_DATA: [AppSlot#=10, Array#=207, Register#=0, NumberOfRegisters=10, status=Valid Frame] |
The logged warning includes details that will help in identifying the points in the Array-Register template that are cause this warning. For example if we look at the first highlighted entry shown above, we see the X_REGISTER_DATA details as:
...