Hi all,
I have a JACE integrating with Honeywell Lon VAVs (XL10s). The JACE is not a Honeywell-branded JACE, so the VAVs are using the Honeywell Lon module VAV2101801.lnml instead of the XL10Wizard module.
The flow setpoints have been proxied as read/write variables. However, the Max Flow and Min Flow setpoints appear as read-only, while Max Flow Heat and Min Flow Standby are read/write.
Looking into the VAV2101801.lnml file, I noticed that the MaxFlow and MinFlow NCIs are flagged with modifyFlag v='mfgOnly'. I’ve never attempted to edit an .lnml file before, but I’m wondering, if I remove that mfgOnly flag, would it make those setpoints writable?
<MaxFlow type='XConfigProperty'>
<scptType v='CpMaxFlow'/>
<scope v='object'/>
<select v='1'/>
<modifyFlag v='mfgOnly'/>
<length v='2'/>
<dimension v='-1'/>
<max v='65534.0'/>
<min v='0.0'/>
Has anyone had success modifying the VAV2101801.lnml file to enable write access to Max Flow and Min Flow setpoints?
Thanks in advance for any insights!
I have a JACE integrating with Honeywell Lon VAVs (XL10s). The JACE is not a Honeywell-branded JACE, so the VAVs are using the Honeywell Lon module VAV2101801.lnml instead of the XL10Wizard module.
The flow setpoints have been proxied as read/write variables. However, the Max Flow and Min Flow setpoints appear as read-only, while Max Flow Heat and Min Flow Standby are read/write.
Looking into the VAV2101801.lnml file, I noticed that the MaxFlow and MinFlow NCIs are flagged with modifyFlag v='mfgOnly'. I’ve never attempted to edit an .lnml file before, but I’m wondering, if I remove that mfgOnly flag, would it make those setpoints writable?
<MaxFlow type='XConfigProperty'>
<scptType v='CpMaxFlow'/>
<scope v='object'/>
<select v='1'/>
<modifyFlag v='mfgOnly'/>
<length v='2'/>
<dimension v='-1'/>
<max v='65534.0'/>
<min v='0.0'/>
Has anyone had success modifying the VAV2101801.lnml file to enable write access to Max Flow and Min Flow setpoints?
Thanks in advance for any insights!