PLC connecting to oracle

QPex

Member
Join Date
Mar 2003
Location
Mexico
Posts
1
Hello everybody.. Im new in this PLC thing Im looking for a PLC that can be adapted a barcode scanner, after a readed barcode the PLC should look into an oracle database if its authorized a door will open ... is this possible and what do I need... I really appreciate your help

QPex
 
If PLC don't need Bar-Code itself, connect reader directly to PC.
PLC-output trigs scanner for reading and scanner send code to RS232C-port of PC when it found or it send 'No Read'.
Use MSComm32.oxc ActiveX control Event property Input len in PC-application.
Use OLE-DB ActiveX controls for Oracle DB-Server connection and
Select-Where some field = BarCode.

Tip! You don't need connections between PLC and PC for that !!!

For door handle use PLC OPC-Server ActiveX write property for permission to open door.
 
Last edited:

Similar Topics

I haven't encountered problems connecting to a PLC through VM Ware but I am with this particular machine. I'm running Windows 7 on a Windows 10...
Replies
8
Views
210
please using the usb can i assign any ip address that i want ?
Replies
4
Views
150
I have Toyopuc PLC PC10G-CPU and some communication modules of it. With this modules I'm able to connect with Ethernet, Ethernet/IP, FLnet, FRMT...
Replies
0
Views
87
Hi; I have Laptop Lenovo Thinkpad (W10) which don't have built-in Bluetooth. I have a PLC having Bluetooth communication device. I wanted to...
Replies
1
Views
125
Hi All Trying to get the PLC to send a commant to the printer to prinnt a lable. evarything is setup except RS linnx cannot see the printers and...
Replies
0
Views
382
Back
Top Bottom