Login from RF card reader

Discussion of application development using iX Developer, including but not limited to getting started, using the functions tab, properties, objects and installation.
Post Reply
User avatar
adurval
Posts: 4
Joined: Sun Mar 04, 2012 10:20 am

Login from RF card reader

Post by adurval »

Hi!

Do you have any sample script to read the login password from one of the serial ports?
Can I make the login only with password ou user name?

Thanks!
Best Regards
A. Durval

mark.monroe
Posts: 824
Joined: Tue Mar 13, 2012 9:53 am

Re: Login from RF card reader

Post by mark.monroe »

You can take a look at this post on how to login a user using a script. You will have to use a script to read the data from your serial port and then use that information in the login script. You need to provide both the user name and password. However, you can hard code the User name, but then you can only use one password to login your users.
Best Regards,
Mark Monroe

Beijer Electronics, Inc. | Applications Engineer

User avatar
adurval
Posts: 4
Joined: Sun Mar 04, 2012 10:20 am

Re: Login from RF card reader

Post by adurval »

Thanks Mark,

What you mean with "... hard code de Username,..."?
Best Regards
A. Durval

mark.monroe
Posts: 824
Joined: Tue Mar 13, 2012 9:53 am

Re: Login from RF card reader

Post by mark.monroe »

Hardcoding is where you code a value at design time and that it is not modifiable during runtime. By hardcoding the username you do not allow it to be modified while the application is running.
Best Regards,
Mark Monroe

Beijer Electronics, Inc. | Applications Engineer

Post Reply