Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
73 views1 page

Soalan PLC Code Conversion

The document contains logic gate operations to solve two problems. The first problem loads values, performs OR and AND operations, loads another value, performs an ORNOT, and outputs the result. The second problem loads a value, performs ANDNOT and OR operations, loads additional values, performs more OR and ORNOT operations, performs AND and OR operations, performs another ANDNOT, and outputs the result.

Uploaded by

Suzaini Supingat
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
73 views1 page

Soalan PLC Code Conversion

The document contains logic gate operations to solve two problems. The first problem loads values, performs OR and AND operations, loads another value, performs an ORNOT, and outputs the result. The second problem loads a value, performs ANDNOT and OR operations, loads additional values, performs more OR and ORNOT operations, performs AND and OR operations, performs another ANDNOT, and outputs the result.

Uploaded by

Suzaini Supingat
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Soalan 1

LD 0.00
LD 0.01
OR 0.02
ANDLD
ORNOT 10.00
LD 0.04
ORNOT 0.05
ANDLD
OUT 10.00

Soalan 2
LD 0.00
ANDNOT 0.01
LD 0.02
OR 0.05
OR 10.00
LD 0.04
ORNOT 0.06
ANDLD
ORLD
ANDNOT 0.07
OUT 10.00

You might also like