Groov I/O Module

How to Checking groov I/O Module Status Through PAC Control ?

You need to be running PAC Control 10.0a or newer.
The module command is Get I/O Unit Quality.
If you want channel quality: Get I/O Channel Quality.

Hi Bene,

The LED color of GRV-IAMAI-8 was Yellow, its AI channels indicated #QUAN, but the command Get I/O Unit Quality response the returned value = 0.
Why ?

the command Get I/O Channel Quality response the returned value = 4.

What is the code 4 ?

The firmware of EPIC-PR1 is R10.4f.
The version of PAC Control Basic is R10.3d.

As per the manual: (page 308 of document #1700 - PAC Control Users Guide)

Your module, GRV-IAMAI-8 is not listed.
This is why the command Get I/O Unit Quality returned 0. Your module does not show its quality in the bit mask returned by that command.

The I/O channel error code 4 = GRV_ERROR_NOT_IN_EU_RANGE
I will see about getting it added to the docs.

As per the manual EPIC-PR1. The module LED is Yellow that mean this module is a quality error.

The command Get I/O Unit Quality can’t list GRV-IMAI-8. How to use the Memory Map command to find any module’s quality error code?

We hope if the answer is no but you can get it by …

Option 1.

No, but you can get it by using an OR command (statement) in PAC Control.
if chan 0 or 1 or 2 or 3 or 4 or 5… etc is not = to zero, then the module LED is Yellow.

Option 2.

Use the REST API.