Steady RED Output LED on the AIO

Topics about the Software of Revolution Pi
Post Reply
HYPERH2
Posts: 10
Joined: 14 May 2019, 18:59
Answers: 0

Steady RED Output LED on the AIO

Post by HYPERH2 »

Currently the OUT LED on the AIO is steady red. On this page, https://revolution.kunbus.com/tutorials ... vpi-aio-2/ says, "Another fault. Check the output status in the process image".
How do I do this? If I use the piTest command line tool, what line do I type?
Thanks!
User avatar
Amar
KUNBUS
Posts: 160
Joined: 15 Jul 2019, 12:58
Answers: 4

Re: Steady RED Output LED on the AIO

Post by Amar »

When using Output Channel 1 of AIO,check following variables of AIO module in pictory. Click export.
File->Export-Offset list will give Text list with the names and byte/bit offsets of the values with export checkmark.

Output1Range (select required range)
Output1EnableSlew
Output1SlewStepSize
Output1SlewClock

OutputStatus_1 (Status Signals in Process Image RevPi AIO)
https://revolution.kunbus.com/tutorials ... revpi-aio/

OutputValue_1

read OutputStatus_1 with command:
piTest - r OutputStatus_1
KUNBUS
Post Reply