3Com VFD-D D manual Opening door is prohited

Models: VFD-D D

1 141
Download 141 pages 56.51 Kb
Page 96
Image 96

Chapter 4 Parameter SettingsDD Series

Step 6: Repeat step 2 to 5 for the next 8-bit byte of the command message. Continue doing this until all bytes have been processed. The final contents of the CRC register are the CRC value. When transmitting the CRC value in the message, the upper and lower bytes of the CRC value must be swapped, i.e. the lower order byte will be transmitted first.

The following is an example of CRC generation using C language. The function takes two arguments:

Unsigned char* data Å a pointer to the message buffer

Unsigned char length Å the quantity of bytes in the message buffer

The function returns the CRC value as a type of unsigned integer.

Unsigned int crc_chk(unsigned char* data, unsigned char length)

{

int j;

unsigned int reg_crc=0Xffff; while (length--){

reg_crc ^= *data++; for(j=0;j<8;j++){

if(reg_crc & 0x01){ /* LSB(b0)=1 */ reg_crc=(reg_crc>>1) ^ 0Xa001;

}else{ reg_crc=reg_crc >>1;

}

}

}

 

 

 

 

return reg_crc;

 

// return register CRC

Address list

 

 

 

 

 

 

 

 

 

Content

Address

 

 

Function

AC drive Parameters

GGnnH

GG means parameter group, nn means parameter number, for

example, the address of Pr.04-01 is 0401H.

Drive Command

2000H

Bit0~3

 

0: No function

 

 

 

 

1: Stop

 

 

 

 

2: Run

 

 

 

 

3: opening door is prohited

 

 

 

 

 

 

 

Bit4~5

 

00B: No function

 

 

 

 

01B: OD

 

 

 

 

10B: CD

 

 

 

 

11B: Change direction

 

 

 

 

 

 

 

Bit6~7

 

00B: 1st accel/decel

 

 

 

 

01B: 2nd accel/decel

 

 

 

 

10B: 3rd accel/decel

 

 

 

 

11B: 4th accel/decel

 

 

 

 

 

 

 

Bit08~11

 

000B: master speed

 

 

 

4-72

Page 96
Image 96
3Com VFD-D D manual Opening door is prohited

VFD-D D specifications

The 3Com VFD-D D is an advanced networking solution designed to meet the demands of modern communication and connectivity. As part of 3Com's extensive portfolio of networking products, this device stands out due to its robust features, innovative technologies, and characteristics that cater to various enterprise environments.

One of the main features of the 3Com VFD-D D is its high-speed data processing capability. Operating at speeds that comfortably support high-bandwidth applications, the device is equipped to handle a multitude of simultaneous connections without compromising performance. This makes it an ideal choice for businesses where consistent, fast access to data is critical.

In terms of connectivity options, the VFD-D D supports a variety of protocols, allowing it to seamlessly integrate with existing infrastructure. Whether through Ethernet, Fiber Channel, or wireless technologies, the device offers versatility in connecting diverse network configurations. This adaptability ensures that organizations can optimize their network setups according to their specific requirements.

The 3Com VFD-D D also boasts advanced security features designed to protect sensitive data from potential threats. With built-in encryption protocols and secure access measures, the device safeguards information while offering administrators full control over user permissions. This heightened security is especially important in today's risk-laden digital landscape, providing peace of mind for organizations entrusting their data to the network.

Moreover, the VFD-D D is designed with scalability in mind. Its modular architecture allows businesses to expand their network capabilities as needed, ensuring that the device can grow alongside their evolving requirements. This flexibility helps organizations manage costs effectively while preparing for future technological advancements.

Another characteristic that sets the 3Com VFD-D D apart is its user-friendly management interface. Administration tasks can be performed quickly and intuitively, reducing the burden on IT staff while enabling efficient network monitoring and troubleshooting. With real-time analytics and reporting capabilities, organizations can gain valuable insights into their network's performance.

Overall, the 3Com VFD-D D combines speed, security, and scalability in a single device, making it a powerful addition to any enterprise network. Its advanced features and technologies are tailored to support the dynamic needs of modern businesses, ensuring reliable performance and robust connectivity in an increasingly interconnected world.