Product Details
Product Details
Product Description
Product Description
Brand:SAT
Type:CM3141-02-03
Origin: the United States
Warranty: 365 days
Colour: new/used
Shipping method: Courier delivery
Module of PLC, DCS, ESD system card, the card is a vibration monitoring system, steam turbine control system module, the advantages of the gas generator spare parts brand: Allen Bradley, BentlyNevada, ABB, Emerson Ovation, Honeywell DCS, Rockwell ICS Triplex, FOXBORO, Schneider PLC, GE Fanuc, Motorola, HIMA, TRICONEX, Prosoft etc. Various kinds of imported industrial parts of our products are widely used in metallurgy, petroleum, glass, aluminum manufacturing, petrochemical industry, coal mine, papermaking, printing, textile printing and dyeing, mechanical, electronic manufacturing, automobile manufacturing, plastic machinery, electric power, water conservancy, water treatment/environmental protection, boiler heating, energy, power transmission and distribution and so on.
All service commands and drive parameters are accessed over the service channel as 32- bit quantities, but the 32 bits of data can represent different types of data. To support various data types with generic software tools, the supported data types have been predefined. Here are the data type names that are supported for the drive parameter map file. Data Types Name Description unsigned8 An 8-bit unsigned binary number. unisigned16 A 16-bit unsigned binary number. unsigned32 A 32-bit unsigned binary number. signed8 An 8-bit binary, twos-complement number. signed16 An 16-bit binary, twos-complement number. signed32 An 32-bit binary, twos-complement number. hex32 An 32-bit unsigned hexadecimal number (same as unsigned32 but displayed as hexadecimal).
enumerated A list of numbers 1, 2, 3, 4 where each number has a specific meaning (same as unsigned32 but displayed as a selectable list). mask A set of bits 1, 2, 4, 8 where each bit has a specific meaning (same as unsigned32 but displayed as a set of selectable flags). character An ASCII character. Single A 32-bit floating point number according to IEEE754. action A write-only parameter where the data is always zero. Performs an action/command on the drive that does not need any data. A few examples from the CD SynqNet and the PicoDAD are: 0x01 MBEMFCOMP rw signed 16 {0-100} 0 "Back EMF compensation percentage" 0x02 DICONT ro signed 16 {10-1100} 0 "Drive rated continuous current" 0x03 DIPEAK ro signed 16 {10-1100} 0 "Drive rated peak current" 0x04 ICONT rw signed 16 {0-1000} 0 "Application rated continuous current" Parameter Configuration Section The Configuration Section lists the parameters that will be downloaded to a drive from a drive configuration file, or uploaded from a drive to a configuration file, using the sqDriveConfig Utility. The section begins with the following header line: #config The header is followed by a list of drive parameter names (names only; not values). For example: ARF0 ARF1 BAT_F_DIS CMD_F0 // – Indicates a comment and the line is ignored by the parser. The sequence of names does not need to correspond to the sequence in the Parameter Identification section. However, it does need to follow the sequence of parameters required by the drive.