PIC18F47Q10 Port D Input not working

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 8.

Moderator: Benj

Post Reply
seokgi
Posts: 164
Joined: Fri Jan 13, 2012 4:21 am
Location: South KOREA
Has thanked: 18 times
Been thanked: 16 times

PIC18F47Q10 Port D Input not working

Post by seokgi »

Hello?
I connected to RD4 to detect the limit switch. On/off is good in hardware. However, it does not work well with FC8.

Please check it.

And the active high/low at the digital input output does not work clearly,

Thank you.

User avatar
LeighM
Matrix Staff
Posts: 2178
Joined: Tue Jan 17, 2012 10:07 am
Has thanked: 481 times
Been thanked: 699 times

Re: PIC18F47Q10 Port D Input not working

Post by LeighM »

Hi,
Until we get this fixed, could you add the following into a C icon at the start of Main

Code: Select all

ANSELD = 0x00;

seokgi
Posts: 164
Joined: Fri Jan 13, 2012 4:21 am
Location: South KOREA
Has thanked: 18 times
Been thanked: 16 times

Re: PIC18F47Q10 포트 D 입력작동 중

Post by seokgi »

Thanks!!!

It's well.

Post Reply