Forum Replies Created
-
AuthorPosts
-
October 18, 2023 at 9:49 am #7081Phil ParsonsParticipant
Using Integra, I have seen the point go into a fault state when the HOA is used. I add logic to disable the proxy point if the HOA is active. Once the HOA is set back to false, the proxy point is re-enabled.
You may have to add logic to write “false” directly to the out of service attribute once the HOA flag is false. Never done this in Aspect but seems simple enough to do with the applications.
October 18, 2023 at 9:39 am #7080Phil ParsonsParticipantI have never made it to the end of that article for troubleshooting connectivity issues. Good to know!
April 26, 2023 at 6:31 am #6606Phil ParsonsParticipantWhat version of Niagara? 4.7 and 4.8 I have seen the connection hang, it will say connected but the date and time of last connect has not updated. A reboot will get the connection working again. (Or upgrade to newer version) This issue seems to only happen to sites that lose connections frequently.
October 11, 2022 at 10:25 am #4676Phil ParsonsParticipantYour station does not have vykonProUtil module installed.
SEVERE [17:01:22 01-Oct-22 PDT][sys] Cannot load station
javax.baja.xml.XException: Cannot load module ‘vypr=vykonProUtil’ [7550:104]
at javax.baja.io.ValueDocDecoder$BogDecoderPlugin.err(ValueDocDecoder.java:1367)
at javax.baja.io.ValueDocDecoder$BogTypeResolver.loadModule(ValueDocDecoder.java:1571)
at com.tridium.sys.registry.NRegistry$NRegistryTypeResolver.loadModule(NRegistry.java:625)
at javax.baja.io.ValueDocDecoder.parseSlot(ValueDocDecoder.java:637)
at javax.baja.io.ValueDocDecoder.parseSlots(ValueDocDecoder.java:564)
at javax.baja.io.ValueDocDecoder.parseSlot(ValueDocDecoder.java:826)
at javax.baja.io.ValueDocDecoder.parseSlots(ValueDocDecoder.java:564)
at javax.baja.io.ValueDocDecoder.parseSlot(ValueDocDecoder.java:826)
at javax.baja.io.ValueDocDecoder.decode(ValueDocDecoder.java:290)
at javax.baja.io.ValueDocDecoder$BogDecoderPlugin.decodeDocument(ValueDocDecoder.java:1297)
at javax.baja.io.ValueDocDecoder.decodeDocument(ValueDocDecoder.java:273)
at javax.baja.io.ValueDocDecoder.decodeDocument(ValueDocDecoder.java:262)
at com.tridium.sys.station.Station.loadStation(Station.java:167)
at com.tridium.sys.station.Station.bootStation(Station.java:99)
at com.tridium.sys.station.Station.main(Station.java:1157)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.tridium.sys.Nre.runClass(Nre.java:404)
at com.tridium.sys.Nre.main(Nre.java:239)
at com.tridium.sys.Nre.bootstrap(Nre.java:156)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.tridium.nre.bootstrap.Bootstrap.Main(Bootstrap.java:110)
Caused by: javax.baja.sys.ModuleNotFoundException: vykonProUtil
at com.tridium.sys.registry.RegistryDatabase.getModules(RegistryDatabase.java:80)
at com.tridium.sys.registry.NRegistry.getModules(NRegistry.java:84)
at com.tridium.sys.module.ModuleManager.loadModuleParts(ModuleManager.java:244)
at javax.baja.io.ValueDocDecoder$BogTypeResolver.loadModule(ValueDocDecoder.java:1559)
… 25 moreApp Failed
April 7, 2022 at 3:14 pm #4208Phil ParsonsParticipantYou need to set up CXPROHD to use 192.168.1.140 as the gateway.
On your JACE, make sure your device is setup to use BBMD. Your IP Port under BACnet Comm / Network, should show 192.168.1.140 as the Link. And check to make sure it is enabled.
-
AuthorPosts