Read RFID tag into View SE w/ VBA

PUenginerd

Member
Join Date
Oct 2010
Location
Mequon
Posts
1
Hi,

I am trying to read data from an RFID scanner through the RS232 port of a PC into View SE. The data will eventually be written into a SLC 5/05, but to get it into View I am using a Microsoft Telnet control object. The problem is I am inconsistently sending the data to the processor. If I use the windows telnet session I can read the data fine. However, when I use the control within VBA, it seems to break up the data into 2 character chunks so I need to use a sData = sData & msTelnet.Input type of a loop to reconnect the pieces.

I created a TagGroup and put my PLC tag on scan so once I have my 10 character RFID I set the mytaggroup.item("PLCtag").Value = sData

I am not sure if my problem is in collecting the data through telnet or how I am writing to my PLC tag. Any thoughts or ideas are very much appreciated.

Thanks!
 

Similar Topics

Hi, has anyone done this with portal before? I'm using a balluff RFId BIS M-41 which is communicating to a balluff IO-Link block BNI...
Replies
4
Views
6,921
Hello We integrated a BIS M-400-072-002-07-S4 (BIS0104) on a machine for the traceability system. It has to read a BIS M-110-02/L (BIS0044). We...
Replies
4
Views
2,226
Hello, I need some assistance in some programming. I have an application where I need to read/write to some AB RFID tags. The tags have 2k...
Replies
1
Views
2,630
Hi, I having problem to read from Omron RFID linking to my port no.1 of SCU-21 unit. I have gone through the manual, all i understand i using...
Replies
4
Views
5,793
Hello, I want to read the unique identifier (UID) of an mobile data storage unit (MDS) with a CPU 319-3PN, a SLG D12S and a MOBY D ASM 475. I...
Replies
2
Views
3,853
Back
Top Bottom