From: Mark Tearle Date: Sat, 29 Nov 2014 09:16:55 +0000 (+0800) Subject: Coke Machine PLC Code X-Git-Url: https://git.ucc.asn.au/?p=uccvend-cokecode.git;a=commitdiff_plain;h=4c9f3efb888e3dbe1f08f6b3d81d81915924ce9f Coke Machine PLC Code --- diff --git a/hardware/CokeMachine.PC6 b/hardware/CokeMachine.PC6 new file mode 100644 index 0000000..62cd2ac Binary files /dev/null and b/hardware/CokeMachine.PC6 differ diff --git a/hardware/README b/hardware/README new file mode 100644 index 0000000..1e4cb40 --- /dev/null +++ b/hardware/README @@ -0,0 +1,2 @@ +This directory should have everything in it that you need to program the PLC controller (the brain) in the coke machine. The PLC is a FDM88-10 with a EXP1616R expansion card from Tri PLC, and they did us a cool deal on it. +The PLC is programmed in ladder logic using the TRiLOGI software in this directory. It runs on 32 bit windows only. [BOB] wrote the coke machine code in 2011 using Windows 7 32 bit.