SOYAL TECHNOLOGY CO., LTD

Membership Center
0
Browsing Records
How to use protocol commands to set up Begin and Expiry Date for E&HV5 Series controller?
2021-07-02
No. S00901017-EN

Serial NO : S00901017-EN

Date of Editing :  2018-09-18

Questions : How to use protocol commands to set up Begin and Expiry Date for E&HV5 Series controller?

Problem Solving :

E & HV5 Series Controllers support to assign the user card with the begin date and expiry date on SOYAL software.

If you would use our protocol develop your own software, we can use the protocol commands to set up the date.

For example, we will set Begin date 2018/8/10 and Expiry date 2018/9/18 for User Number100

Refer to the protocol command.

Step1

We need to use Command 2BH to set up the Begin date 2018/8/10

ff 00 5a a5 00 0b 01 2b 00 64 00 01 12 08 0a a0 55 00 

2b mean the command of wiring begin date

00 64 hex = 100 dec, mean User number 100

12 hex = 18 dec , mean 2018 year

08 hex = 08 dec, mean 8 Aug month

0a hex = 10 dec, mean 10 begin day

Step2

Use Command 83H/84H to set up the Expiry date 2018/9/18

7e 1f 01 83 01 00 64 00 00 00 00 02 30 5c 04 00 00 04 57 9c 00 ff ff 12 09 12 00 00 00 00 00 b4 51 00 

83 mean the command of writing user data

00 64 hex = 100 dec, mean User number 100

12 hex = 18 dec , mean 2018 year

09 hex = 09 dec, mean 9 Sept. month

12 hex = 10 dec, mean 18 expiry day

Browsing Records
Go Top