//=============================================================================
// File:    Fluidwell F193 Library
// Version: 1.1
// Date:    2012-01-04 10:25:04
//=============================================================================

// following variables should be equal to the entries found in products.js
var productName            = "f193";
var productScreen          = "F193";
var productLink            = "f193.html";
var productDatasheet       = "F193-DATA-EN-V1151.pdf";
var productSchematicScreen = "f193sch_scr.gif";
var productSchematicPrint  = "f193sch_prn.gif";
var productPhotoScreen     = "f193pho_scr.gif";
var productPhotoPrint      = "f193pho_prn.gif";
var productLCDScreen       = "f193lcd_scr.gif";
var productLCDPrint        = "f193lcd_prn.gif";
var productTitle           = "Modbus display";
var productSubtitle        = "with alarms, control and analog outputs";

// following variables are always created as arrays and later filled with strings
var productArrayDescription       = new Array();
var productArrayFeatures          = new Array();
var productArrayApplications      = new Array();
var productArrayInputs            = new Array();
var productArrayInputsFlow        = new Array();
var productArrayInputsTemperature = new Array();
var productArrayInputsLevel       = new Array();
var productArrayInputsPressure    = new Array();
var productArrayInputsStatus      = new Array();
var productArrayInputsGeneral     = new Array();
var productArrayOutputs           = new Array();
var productArrayOutputsPulse      = new Array();
var productArrayOutputsAlarm      = new Array();
var productArrayOutputsAnalog     = new Array();
var productArrayOutputsControl    = new Array();
var productArraySupply            = new Array();
var productArraySupplyPower       = new Array();
var productArraySupplySensor      = new Array();
var productArrayHazardous         = new Array();
var productArrayHazardousIS       = new Array();
var productArrayHazardousNI       = new Array();
var productArrayHazardousEP       = new Array();
var productArrayCommunication     = new Array();

productArrayInputs[0]   = productArrayInputsFlow;
productArrayInputs[1]   = productArrayInputsTemperature;
productArrayInputs[2]   = productArrayInputsLevel;
productArrayInputs[3]   = productArrayInputsPressure;
productArrayInputs[4]   = productArrayInputsStatus;
productArrayInputs[5]   = productArrayInputsGeneral;

productArrayOutputs[0]   = productArrayOutputsPulse;
productArrayOutputs[1]   = productArrayOutputsAlarm;
productArrayOutputs[2]   = productArrayOutputsAnalog;
productArrayOutputs[3]   = productArrayOutputsControl;

productArraySupply[0]   = productArraySupplyPower;
productArraySupply[1]   = productArraySupplySensor;

productArrayHazardous[0]   = productArrayHazardousIS; 
productArrayHazardous[1]   = productArrayHazardousNI; 
productArrayHazardous[2]   = productArrayHazardousEP; 
//=============================================================================
// Main productArray name at productArray [x][0]
// ===== Following is old comment, not implemented this way! =====
// Every array should contain at least 2 items
// If item 1 is empty ('') we make no header and following items are separated by a <BR>
// If an other empty entry is found, we make an <P> separation
// Also, if item 1 is empty, we make the class 'ModelUnboxedB'
// If item 1 has a ! as first char the following items are started with bullits
// The rest of the item 1 text is used as heading
// All lines or items should be followed by a ., but not the headings.

// Make entry 0 the description value?
// Or leftside contains features (list) and applications (no list) and rightside contains multiple lists?

productArrayDescription[0]   = "The F193 is a versatile large digit Modbus display. All displayed information and signal outputs are controlled through the Modbus ASCII / RTU communication protocol. Information of nine different tanks or products can be displayed with an automatic toggle function or can be selected by the operator. Off-course, it can also be selected and locked through communication.<BR>Further, up to four control or alarm outputs can be controlled directly or being linked to an alarm status of the nine products: an alarm message will be displayed and the related <NOBR>relay(s)</NOBR> switched. Also available is an analog output signal, fully controlled through the communication. For security reasons, all outputs can be switched-off automatically in case of a communication break-down.<BR>The display shows the actual value, product / tank ID, measuring unit, alarm messages and status.<BR>A wide range of options further enhance this models capabilities, including Intrinsic Safety for hazardous area applications.";

productArrayFeatures[0]   = "Features";
productArrayFeatures[1]   = "Fully controlled through Modbus ASCII / RTU communication protocol.";
productArrayFeatures[2]   = "Nine different product or tank values can be displayed.";
productArrayFeatures[3]   = "Displays actual value, product / tank I.D., measuring unit, status and alarm messages.";
productArrayFeatures[4]   = "Actual values are operator selectable or with the automatic toggle function.";
productArrayFeatures[5]   = "Up to four alarm outputs can be controlled through communication or related to actual product values.";
productArrayFeatures[6]   = "Alarms can be terminated through communication or after operator interaction.";
productArrayFeatures[7]   = "One analog output controlled through communication.";
productArrayFeatures[8]   = "Actual value: six large 17mm (0.67&quot;) digits.";
productArrayFeatures[9]   = "Green LED backlight.";
productArrayFeatures[10]  = "Backup of settings in EEPROM memory.";
productArrayFeatures[11]  = "Operational temperature: -40&deg;C to +80&deg;C (-40&deg;F to 176&deg;F).";
productArrayFeatures[12]  = "Very compact design for panel mount, wall mount or field mount applications.";
productArrayFeatures[13]  = "Rugged aluminum or GRP field mount enclosure IP67 / NEMA4X.";

productArrayApplications[0]   = "Applications";
productArrayApplications[1]   = "Local indication and monitoring of process parameters where the actual information is provided through a Modbus communication link and not a sensor.";

productArrayInputsFlow[0]   = "Flowmeter Inputs";
productArrayInputsFlow[1]   = "None.";

productArrayOutputsPulse[0]   = "Pulse Outputs";
productArrayOutputsPulse[1]   = "None.";

productArrayOutputsAlarm[0]   = "Alarm Outputs";
productArrayOutputsAlarm[1]   = "<U>Function:</U> Configurable alarm outputs controlled through communication or related to the actual product / tank values.";
productArrayOutputsAlarm[2]   = "<U>Type:</U> Up to three passive NPN transistors or active PNP transistors or up to four isolated electro-mechanical relays.";

productArrayOutputsAnalog[0]   = "Analog Outputs";
productArrayOutputsAnalog[1]   = "<U>Function:</U> Re-transmitting any value set through communication - the output can be scaled to any previously set range.";
productArrayOutputsAnalog[2]   = "<U>Type:</U> One passive isolated, floating or loop powered <NOBR>4 &ndash; 20mA</NOBR> output or one active <NOBR>(0)4 &ndash; 20mA</NOBR> or <NOBR>0 &ndash; 10V DC</NOBR> output.";

productArraySupplyPower[0]   = "Power Supply";
productArraySupplyPower[1]   = "Battery.";
productArraySupplyPower[2]   = "<NOBR>4 &ndash; 20mA</NOBR> Loop-powered.";
productArraySupplyPower[3]   = "8 &ndash; 24V AC/DC.";
productArraySupplyPower[4]   = "115 &ndash; 230V AC.";

productArraySupplySensor[0]   = "Sensor Supply";
productArraySupplySensor[1]   = "8.2, 12, 24V DC.";

productArrayHazardousIS[0]   = "Intrinsically Safe";
productArrayHazardousIS[1]   = "<U>ATEX:</U><BR><NOBR><IMG SRC=\"images/exi_exl.gif\" HEIGHT=\"15\" WIDTH=\"18\" ALIGN=\"TEXTTOP\"> II 1 G Ex ia IIB/IIC T4 Ga</NOBR><BR><NOBR><IMG SRC=\"images/exi_exl.gif\" HEIGHT=\"15\" WIDTH=\"18\" ALIGN=\"TEXTTOP\"> II 1 D Ex ia IIIC T100 &deg;C Da IP6X</NOBR>";
productArrayHazardousIS[2]   = "<U>IECEx:</U><BR><NOBR><IMG SRC=\"images/exi_exl.gif\" HEIGHT=\"15\" WIDTH=\"18\" ALIGN=\"TEXTTOP\"> Ex ia IIC/IIB T4 Ga</NOBR><BR><NOBR><IMG SRC=\"images/exi_exl.gif\" HEIGHT=\"15\" WIDTH=\"18\" ALIGN=\"TEXTTOP\"> Ex ia IIIC T100 &deg;C Da IP6X</NOBR>";

productArrayHazardousEP[0]   = "Explosion Proof";
productArrayHazardousEP[1]   = "ATEX: <NOBR><IMG SRC=\"images/exi_exl.gif\" HEIGHT=\"15\" WIDTH=\"18\" ALIGN=\"TEXTTOP\"> II 2 G EEx d IIB T5</NOBR>";

productArrayCommunication[0]   = "Communication";
productArrayCommunication[1]   = "<U>Function:</U> All values and settings can be read and are set through this communication link, but can also be manually changed within the F193 itself.";
productArrayCommunication[2]   = "<U>Protocol:</U> Modbus ASCII / RTU.";
productArrayCommunication[3]   = "<U>Interface:</U> RS232 / RS485 2-wire or 4-wire / TTL.";


