arevita Posted November 23, 2015 Report Posted November 23, 2015 Hi everybody, I am having problems with reading the serial ASCII message from a RFID reader. I am using V570 An example message: Z3005FB63AC1F3681EC880468 The Z is the intro symbol, and the rest is the 24 symbol message. The Z symbol can be changed into something else (RFID reader is programmable - C++). So the the question is how do I configure the protocol scan FB to store the message to the DW ? I tried to seach the forum and tried various ways, but I get nothing. The COM is configured correctly - I can see the full message in the Unitronics built in serial monitor.
EduMarg Posted November 23, 2015 Report Posted November 23, 2015 Hello arevita, On Visilogic examples there are some example to build an application using the FB protocol function. They are under the next folder C:\Program Files (x86)\Unitronics\Unitronics VisiLogic_C\Examples\Version 900\Project examples\Communications\FB Protocol. They are for the V130 but the logic is the same for the V570. They are mostly for FB protocol serial. Please take a look a them and if you need any help let us know. Please not that you will need to configure the scan FB with a varible type stream, select the option "convert 2 revive bytes into one linked element" and number of characters set to 25. If the message is always 25 characters long then you can configure the end of message according to message length.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now