Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
en:slave_control_api [2023/02/28 15:02]
mwkim [BS2OsdpStandardDeviceUpdate]
en:slave_control_api [2023/02/28 15:03]
mwkim [BS2OsdpStandardDeviceAvailable]
Line 134: Line 134:
 </​code>​ </​code>​
 1. //​channelIndex//​ \\  1. //​channelIndex//​ \\ 
-OSDP 장치가 연결되어 있는 통신 채널 번호입니다. \\ \\  ​+The communication channel number to which the OSDP device is connected. \\ \\  ​
 2. //​channelType//​ \\  2. //​channelType//​ \\ 
-RS485 통신을 하는 장치가 어떠한 방식으로 연결되어 있는지를 나타냅니다. \\  +Indicates the type to which the device communicating ​RS485 is connected. \\  
-CoreStation40 ​기준으로할당 가능한 채널은 ​0~4까지 5개인데각 채널내에서는 슈프리마 장치와 ​OSDP 장치가 혼용되어 운용될어질 수 없습니다. \\ +Based on CoreStation40, ​there are 5 assignable channels from to 4, and Suprema devices and OSDP devices cannot be mixed and operated within each channel. \\ 
-특정 채널에 연결된 장치가 없는 경우, Suprema ​장치든, ​OSDP 장치이든 연결될 수 있음을 나타내는 0을 갖습니다. \\ +If no device is connected to a particular channelit has a 0 indicating that it can be connected even if it is a Suprema ​device or an OSDP device. \\ 
-만일 특정 채널로 ​Suprema ​장치가 연결되면이후 해당 채널은 ​Suprema ​장치들의 연결만 허용되며, channelType은 1을 갖습니다. OSDP 장치가 연결되어 있더라도 무시되어집니다. \\ +If a Suprema ​device is connected to a specific channelonly Suprema ​devices are allowed to connect to that channeland channelType ​has a value of 1. The OSDP device is ignored even if it is connected. \\ 
-만일 특정 채널로 ​OSDP 장치가 연결되면이후 해당 채널은 ​OSDP 장치 연결만 허용되며, channelType은 2를 갖습니다. Suprema ​장치가 연결되어 있더라도 무시되어집니다. \\ +If an OSDP device is connected to a specific channelonly OSDP devices are allowed to connect to that channeland channelType ​has a value of 2. The Suprema ​device is ignored even if it is connected. \\ 
-CoreStation40 ​각각의 채널들은 ​Suprema ​장치 채널, ​OSDP 장치 채널들로 혼용되어 운용될 수 있습니다. \\ +Each channel of CoreStation40 ​can be mixed and operated as Suprema ​device channel and OSDP device channel. \\ 
-채널에 ​OSDP로 장치가 연결이되면 허용이 가능한 최대 장치수는 ​2대로 제한되며이미 해당 채널이 최대치에 도달했으면 ​channelType은 3을 갖으며 더이상 연결이 불가함을 나타냅니다. \\+The maximum number of OSDP devices allowed to connect to a channel is limited to 2, and if the channel is already maxed out, the channelType ​will be 3, indicating that no more connections are allowed. \\
 <WRAP group 50%> <WRAP group 50%>
-^값  ^설명 ​ ^+^Value  ^Description ​ ^
 |0  |Normal ​ | |0  |Normal ​ |
-|1  |Suprema ​장치 ​ | +|1  |Suprema ​Device ​ | 
-|2  |OSDP 장치 ​ | +|2  |OSDP Device ​ | 
-|3  |OSDP 장치 ​FULL  |+|3  |OSDP Device ​FULL  |
 </​WRAP>​ </​WRAP>​
 3. //​maxOsdpDevice//​ \\ 3. //​maxOsdpDevice//​ \\
-해당 채널에서 연결 가능한 장치의 최대치를 나타냅니다. \\ +Indicates the maximum number of devices that can be connected in that channel. \\ 
-channelType이 1이면 ​32, 2나 3이면 ​2를 갖습니다. \\ \\+If the channelType ​is 1, it will get 32, if or 3, it will get 2. \\ \\
 4. //​numOsdpAvailibleDevice//​ \\ 4. //​numOsdpAvailibleDevice//​ \\
-해당 채널에서 현재 연결 가능한 장치수를 나타냅니다. \\ \\+Indicates the number of devices currently available for connection in that channel. \\ \\
 5. //​deviceIDs//​ \\ 5. //​deviceIDs//​ \\
-해당 채널에 연결된(또는 연결될 수 있는) 장치 식별자 리스트입니다. \\ \\+The list of Device Identifier that is connected or can be connected in that channel. \\ \\
 6. //​numOfChannel//​ \\ 6. //​numOfChannel//​ \\
-채널 수 입니다. CoreStation40 ​기준 ​5를 갖습니다. \\ \\+Number of channel. CoreStation40 ​has a total of channels. \\ \\
 7. //​reserved//​ \\  7. //​reserved//​ \\ 
-예약된 공간입니다. \\ \\+Reserved Space. \\ \\
 8. //​channels//​ \\ 8. //​channels//​ \\
-채널별 ​OSDP 장치정보입니다. \\ +OSDP device information of each channel. \\ 
-최대 ​8개까지 채널정보를 가질 수 있으나, CoreStation40이 5개의 채널을 가지므로 ​0~4번까지만 유의미합니다. \\ \\+You can have up to channel informationbut since CoreStation40 ​has channels, only numbers ​to are valid. \\ \\
 9. //​reserved1//​ \\  9. //​reserved1//​ \\ 
-예약된 공간입니다. \\ \\+Reserved Space. \\ \\