Digital Inputs in EQX
Posted: Tue Dec 16, 2025 2:30 pm
Hello,
I am proposing to add additional input definitions to the EQX Schema to handle Digital and Contact signals. For example, "Time of Contact" switches, Digital events (e.g. from the test apparatus), etc.
I would suggest adding additional enumeration values to EqxElectricalMethod:
What does the group think about this?
Regards,
Stefan
I am proposing to add additional input definitions to the EQX Schema to handle Digital and Contact signals. For example, "Time of Contact" switches, Digital events (e.g. from the test apparatus), etc.
I would suggest adding additional enumeration values to EqxElectricalMethod:
Code: Select all
<xs:enumeration value="Contact, NO"/> <!--Contact Closure, Normally Open-->
<xs:enumeration value="Contact, NC"/> <!--Contact Closure, Normally Closed-->
<xs:enumeration value="Transition, LH"/> <!--Digital Transition, Low to High-->
<xs:enumeration value="Transition, HL"/> <!--Digital Transition, High to Low-->
Regards,
Stefan