Clipsal Meter Link, 4 Hole, 90A, Red Cover - BPT1-RD

Max 4 Neutral Active Meter Links, 500V, 80A, 4 Hole, 2 Screws All Tunnels
0 In Stock
Need more?
ITEM (1 qty)
BOX (10 qty)
CARTON (100 qty)
Price
$21.03 $19.12
Your order will have with items each
  • Same Day Dispatch
    Order before midday
  • 60-Day Returns
    stress-free purchasing
  • Full Supplier Warranty
    backed up product quality

Clipsal Meter Link, 4 Hole, 90A, Red Cover - BPT1-RD

Clipsal Meter Link, 4 Hole, 90A, Red Cover - BPT1-RD
×
  • Clipsal Meter Link, 4 Hole, 90A, Red Cover - BPT1-RD
  1. Clipsal Meter Link, 4 Hole, 90A, Red Cover - BPT1-RD
Width 40
Height 31
Depth 50
Specification
SKUCLIBPT1RD
Supplier NoBPT1-RD
EAN / Barcode9320000000000
Width86
Height31.000000
Length50.000000
Width40.000000
BrandClipsal
RangeMax4
Materialtechnoplastic
Clipsal Meter Link, 4 Hole, 90A, Red Cover - BPT1-RD

A FEW FAQS

Dimensions: 58 x 40 x 40 mm https://www.clipsal.com/Trade/Products/ProductDetail?CatNo=BPT2

Issue: You can modify and choose to show less or more information about the meter's configuration. Product Line: ION Setup 3.0 Environment: ION Setup 3.0 Cause: The Meter Configuration Report in ION Setup is useful to find out various settings in ION Setup. The report has predetermined parameters. An example excerpt from a Meter Configuration Report is shown below: Resolution: There is a line in the QuickIon.cfg file which can be modified to display more or less information about the meter's configuration. The QuickIon.cfg file is specific for each meter type and can be found using Windows Explorer at the Program Directory for ION Setup. 1) Tools>Options 2) Navigate the to the Program Directory ...ION Setup\Tables\ 3) Open the folder for the Meter type and Display 4) Open the QuickIon.cfg file in a text editor such as Notepad. The PrintList line in the QuickIon.cfg file is near the top and looks like the following: PrintList=0,7,1,31,0,1,3,3,31,0,15,1,3,127,7,1,1,1 The numbers following the PrintList command define which screens and tabs in the Setup Assistant that will be copied into the Configuration Report. Each number corresponds to an Assistant#, starting from Assistant1=Template, Assistant2=Basic Setup and so on... (these are defined in the QuickIon.cfg file itself) Understanding the Syntax Convert the decimal number to binary format. 7=111 (format=Bit3Bit2Bit1) Parse this binary number out to know which Tabs for that Screen will get printed. Bit1 (LSB) = 1 means that Tab1 will get printed. Bit2 = 1 means that Tab 2 will get printed. Bit3 = 1 means that Tab 3 will get printed. etc... 0 would mean that no tabs get printed for this screen. Example Display the fourth tab (Register Edit) in the first screen (Template) Binary: 1000 Decimal: 8 New PrintList line: PrintList=8,7,1,31,0,1,3,3,31,0,15,1,3,127,7,1,1,1 New Meter Configuration Report: NOTE: Sometimes the QuickIon.cfg from the Version 2.0 Default folder will need to be changed, instead of the file from the specific Feature Set A folder