FIM Server Communication Driver

 

FIM Server is the driver to communicate with guest room management module of M-nextec Inc. in Korea.

 

1. Read settings

<Figure 1> is read setting example of FIM Server communication driver.

<Figure 1> Read setting example of FIM Server communication driver

 

Device part of  <Figure 1> input Device Type(TCP-Server), service port for TCP(45000) respectively, accordint to the setting of controller.

 

Read schedule of FIM Server communication driver

Read schedule setting parameters are as follows:

1) station – 0 ~ 9999 guest room number.

2) read command – Command : STS ( refer to <Table 1> ).

3) read start address – don't care.

4) Save start address for Communication Server – Saving start address of Communication Server.

5)    Read size – fixed to 1.

 

Read schedule example) 

READ, 551, STS, 0, 0, 1,

READ, 552, STS, 0, 15, 1,

 

<Table 1> is data saving address and readed value for STS read command.

Read command

Contetns

Data saving value of Communication Server 

Remarks

STS

Read of

current status

Saving Start Address + 0 : room status

Saving Start Address + 1 : in/out status

Saving Start Address + 2 : maid status

Saving Start Address + 3 : admin status

Saving Start Address + 4 : emergency call

Saving Start Address + 5 : clean request

Saving Start Address + 6 : do not disturb

Saving Start Address + 7 : current temperature 0

Saving Start Address + 8 : heater/cooler controller setting status 0

Saving Start Address + 9 : current temperature 1

Saving Start Address + 10 : heater/cooler controller setting status 1

Saving Start Address + 11 : current temperature 2

Saving Start Address + 12 : heater/cooler controller setting status 2

Saving Start Address + 13 : system setting temperature

1 = check in, 0 = check out
1 = occupancy, 0 = outing
1 = maid in, 0 = maid out
1 = admin in, 0 = admin out
1 = emergency call
1 = clean request
1 = do not disturb


temperature or status =
 0 ~ 2 digit


<Table 1> Data saving address and readed value for STS read command

FIM Server communication driver store the same data in WORD, DWORD, FLOAT, DOUBLE, INT64 memory, but the data format are different.

If you click the icon  in protocol option part at <Figure 1>, you can see the dialog box such as <Figure 2>. you can also set read schedule by using this part. 

<Figure 2> Example of FIM Server communication driver¡¯s Option dialog box

 

You can set read schedule by using , ,  button and listbox of <Figure 2>.

<Figure 3> Example of FIM Server communication driver¡¯s read schedule Add/Edit dialog box

 

When you click Add button or Edit button in dialogue box of <Figure 2>, dialogue box of <Figure 3> is shown.

 

2. Write settings

You can set setting value  by using 'write settings'. 

 

Digital Write

Digital write and analog write have the same setting parameters except output value. 

 

Analog Write 

Analog write setting parameters are as follows:

1)  PORT                   Port no. (0 ~ 255)

2)  STATION             0 ~ 99 FIP( or FIM) ID.

3)  ADDRESS          0 ~ 99 Rcu ID.

4)  Extra1                  write command : SET, CLEAN, INIT, TEMP, SYS, USER, SYNC. ( refer to <Table 2> )

5)  Extra2                 sub-setting value according to Write command.

6) Output value      setting status or temperature. ( refer to <Table 2> )

 

<Table 2> is write setting element for FIM Server communication driver.

Write Command(Extra1)

Station, Address

Extra2

Output Value

SET

0 ~ 99 ÀÇ FIP, Rcu ID

don't care 1 = check out
2 = Emergency Complete/Clear
0 or other value = check in setting

CLEAN

1 = request for clean
0 or other value = cleaned
1 = outing,
2 = occupancy,
0 or other value = vacancy

INIT

don't care don't care

TEMP

(setting temperature)

128 = heat,
64 = cool,
32 = schedule,
16 = user(room check)
+
0 = FCU Off,
1 = FCU1,
2 = FCU2,
3 = FCU3 (FCU setting)
 temperature value( 2digit number)

SYS

(system temperature)

2 = thermostat 2,
3 = thermostat 3,
1 or other value = thermostat 1

USER

(user temperature)

SYNC.cccccccc.ff

cccccccc = 8digit card number,

ff = 2digit Fid

1 = guest,
2 = maid,
3 or other value = admin
don't care
<Table 2>  Write setting element for FIM Server communication driver

Write example 1) 

PORT : 0   STATION : 1   ADDRESS : 0  EXTRA1 : SET  EXTRA2 : 0

The setting parameter shown above is check in/out, emergency complete/clear setting example for 1 FIP, 0 Rcu ID module.

 

Write example 2) 

PORT : 0   STATION : 1   ADDRESS : 1  EXTRA1 : TEMP  EXTRA2 : 129

The setting parameter shown above is temperature setting and 'FCU1 = heat' example for 1 FIP, 1 Rcu ID module.