Search the Community

Showing results for tags 'vijeo citect scada'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 199 results

  1. Online PLC SCADA Training

    I am planning to launch a website for online training of PLC SCADA and drives. Please provide your insights on which software, hardware and other contents do you expect for the online automation course.Also provide suggestions on any online course related to Industrial automation or instrumentation that you wanted to learn.Your feedback is appreciated.Thank You
  2. How to choose right SCADA

    Hi everybody, I created a list of features that supposed to have good SCADA in my opinion. I focused this article on mid size industries but it should work everywhere. Hopefully it will help you decide. KL How to choose SCADA KL.pdf
  3. SCADA system support

    Hi everyone,  How do you do? Anyone can help me find a web SCADA that can integrate with a Siemens LOGO8? Thank you.
  4. WinCC for tablet?

    Hello, I´d like to know if there is a possibility to have visualization (using WinCC) in my smart device (tablet or phone). Thanks.
  5. Specification Of Scada Systems

    Hi, Please I am new to SCADA system and currently doing a specification document for my university project. I am doing it for a SCADA system and need someone with knowledge to review what terms I have used for the sections I have. For the System Operational Functional Requirements section, I wrote Fire System Requirements  The SCADA system will perform monitoring of the Fire Main Inlet Valve. The following status of the Inlet Valve will be monitored, logged and displayed by the SCADA: • Inlet Valve Position • Inlet Valve state (Open / Close) • Inlet Valve Local Control state • Inlet Valve Fault(Neither Open or Closed) • Pressure Switch • Flow Switch The SCADA system will perform control of the Fire Main Inlet Valve. The Inlet Valve signals to be driven are as follows: • Inlet Valve Open Drive • Inlet Valve Close Drive   For the System Input and Output Requirements section, I wrote The SCADA system I/O with the Fire System will allow: 1) Alarm and status information of the system to be monitored, logged and displayed at the SCADA Clients including: a) Inlet valve position;  b) Inlet valve alarms; c) Inlet valve status; d) Pressure switch status; e) Flow switch status.  2) Control of the system by operators at the SCADA Client including: a) Inlet valve position;    Please I would appreciate if someone could help and evaluate the terms I have used such as 'Status', 'Position' 'State' and others and to correct me if I wrote it wrong or if there are better terms to use or better ways to structure my information.
  6. in Citect i use the following function to associate various Tags with the next popup window, in the previous versions the tags passed to the trend fine since upgrading to 7.4 the trend pens dont display but all the values display fine.  FUNCTION // function AssPIDPopup // Expand a full set of PID tags and open // the PID block supergenie AssPIDPopUp(STRING sSGenie,STRING sBasePIDTag)     AssVarTags(-2,0,sBasePIDTag + "_PV");      AssVarTags(-2,1,sBasePIDTag + "_SP");      AssVarTags(-2,2,sBasePIDTag + "_OP");      AssVarTags(-2,3,sBasePIDTag + "_MAN");      // Now the tags for the PID tuning SG     AssVarTags(-2,4,sBasePIDTag + "_KP");      AssVarTags(-2,5,sBasePIDTag + "_KI");      AssVarTags(-2,6,sBasePIDTag + "_KD");      AssPopUp(sSGenie);      END I added a button to run the following code FUNCTION Loadtrend()     TrnSetPen(19, 1,  AssInfoEx(1,0));     TrnSetPen(19, 2,  AssInfoEx(2,0));     TrnSetPen(19, 3,  AssInfoEx(3,0));     Prompt("Test");      END     when clicked the pens set to the trend fine, i tried to run the code from a function but it did not work. i am new to citect and am sure i am missing something stupid.
  7. Hello there. I have connected wireless module (master) to Vijeo Citect 7.4 using RS-485 to USB converter. My slave modules are supplied power from gird/generator and the master module is supplies from a UPS.    I'm reading Modbus registers of slaves modules data via wireless master. Every time we have a power failure from grid, I get #BAD from all slave addresses. The generator kicks off within 30 sec. That is the slaves are off for 30 sec. Even after the slaves are powered on, SCADA does not poll data from it until I restart the SCADA.    My current MODBUS parameters are:   Inittype = 3, TimeOut = 3000, WatchTime = 10, Retry = 2. Could you please assist me on which parameters to change in .ini so that SCADA reads Modbus registers of slave for more than 30 sec.   I tried increasing TimeOut to 30000 but it couldn't solve the problem. I would appreciate if some one could help me out.   Thanak you in advance.      
  8. IFIX Scada communication issues

    I am new to ifix, I am having an issue, I am unable to receive any information, after attempting to fix the fact that the view was only pulling half the data I lost it all, I had a back up saved, but it didn't work on restoring communication, I was getting a cannot connect to node error, but I have fixed that, now all I am getting is question marks. essentially I believe that I have two standalone computers with the ifix software and the communicate directly with various plcs that share information across, either a ring topology or full connected. so the computer I have that is working is setup with scada and the database and MB1 with no network support, the one that is not working is set up the same, my cable connection is a usb to Ethernet and im communicating with a Comm port on the computer. I've tried different comm ports, even contacted GE, they were suppose to have someone call me back but no one has yet. Can anyone give me an idea of what I've got wrong here?
  9. Version 1.0.0

    3 downloads

    Features With ParTSCComm driver you can communicate via serial or Ethernet with Thompson Scale Checkweigher Systems Models 4693 and TSC-350, emulating the StatPak-PC Data Exchanges.   Commands Supported: Customer_Name Product_Desc High_Reject_Limit High_Pass_Limit Target_Weight Low_Pass_Limit Low_Reject_Limit Container_Weight Weight_Unit Save_Product_Number Run_Product_Number Product_Listing_On Product_Listing_Off Print_Interim_Report Print_Final_Report Print_Product_SetUp_Listing Clear_Stat_Buffer This driver can be conviniently used with Visual Studio in development of complete large scale complex HMI/SCADA Systems. It can be used to perform advanced reporting MES, analytics, IoT, Big data type apps. One example is available to download here For More Info Overview of Parijat Drivers: Click here  Additional supporting Info about Parijat Drivers:Click here Complete Related Driver options: Click here
  10. ThompsonScale 4693, TSC350 for HMI/SCADA View File Features With ParTSCComm driver you can communicate via serial or Ethernet with Thompson Scale Checkweigher Systems Models 4693 and TSC-350, emulating the StatPak-PC Data Exchanges.   Commands Supported: Customer_Name Product_Desc High_Reject_Limit High_Pass_Limit Target_Weight Low_Pass_Limit Low_Reject_Limit Container_Weight Weight_Unit Save_Product_Number Run_Product_Number Product_Listing_On Product_Listing_Off Print_Interim_Report Print_Final_Report Print_Product_SetUp_Listing Clear_Stat_Buffer This driver can be conviniently used with Visual Studio in development of complete large scale complex HMI/SCADA Systems. It can be used to perform advanced reporting MES, analytics, IoT, Big data type apps. One example is available to download here For More Info Overview of Parijat Drivers: Click here  Additional supporting Info about Parijat Drivers:Click here Complete Related Driver options: Click here Submitter Scadadoctor Submitted 03/10/16 Category Other PLC Demo Software
  11. Version 1.0.0

    15 downloads

    Overview: IDEC MicroSmart series PLC is the next generation of programmable logic controller. These flexible, adaptable PLCs are as compact as they are powerful, so you can create the system you need without increasing your space requirements or your budget. MicroSmart CPUs are available with built-in 10, 16, and 24 I/O All-In-One units, and 20 and 40 I/O slim style models. Features: IDEC PLCs using Microsmart protocol driver from Parijat (CFIDEther) supports communication with several IDEC PLC’s like FC4A Series, ONC Series, Micro3 and Micro3C series, using Microsmart protocol. It is for MS Compact Framework. This driver fully supports I/O PLC Types 10, 16, 20, 24 and 40. Memory Types supported X-Input N byte, Y-Output N byte, M-Internal relay N byte, R-Shift register N byte, T-Timer preset N byte, C-Counter preset N byte,t-Timer current N byte, c-Counter current N byte, D-Data register , x-Input 1 bit,  y-Output 1 bit , m-Internal relay 1 bit,  r-Shift register 1 bit, E-Error code, I-Link formatting sequence,   K-Scan time, N-Plc system program version, P-User program in ASCII format, Q-Confirm Timer/counter preset, S-Plc operating status, V-User program protection, W-Calendar/clock, Z-System reset, Timer information,  Counter information, Timer preset status, b-Counter preset status, d-Timertimpout status,e-Countercountout status. This driver can be conviniently used with Visual Studio in development of complete large scale complex HMI/SCADA Systems. It can be used to perform advanced reporting MES, analytics, IoT, Big data type apps. One example is available to download here For More Info Overview of Parijat Drivers: Click here  Additional supporting Info about Parijat Drivers:Click here Complete Related Driver options: Click here  
  12. IDEC PLC Microsmart for HMI/SCADA View File Overview: IDEC MicroSmart series PLC is the next generation of programmable logic controller. These flexible, adaptable PLCs are as compact as they are powerful, so you can create the system you need without increasing your space requirements or your budget. MicroSmart CPUs are available with built-in 10, 16, and 24 I/O All-In-One units, and 20 and 40 I/O slim style models. Features: IDEC PLCs using Microsmart protocol driver from Parijat (CFIDEther) supports communication with several IDEC PLC’s like FC4A Series, ONC Series, Micro3 and Micro3C series, using Microsmart protocol. It is for MS Compact Framework. This driver fully supports I/O PLC Types 10, 16, 20, 24 and 40. Memory Types supported X-Input N byte, Y-Output N byte, M-Internal relay N byte, R-Shift register N byte, T-Timer preset N byte, C-Counter preset N byte,t-Timer current N byte, c-Counter current N byte, D-Data register , x-Input 1 bit,  y-Output 1 bit , m-Internal relay 1 bit,  r-Shift register 1 bit, E-Error code, I-Link formatting sequence,   K-Scan time, N-Plc system program version, P-User program in ASCII format, Q-Confirm Timer/counter preset, S-Plc operating status, V-User program protection, W-Calendar/clock, Z-System reset, Timer information,  Counter information, Timer preset status, b-Counter preset status, d-Timertimpout status,e-Countercountout status. This driver can be conviniently used with Visual Studio in development of complete large scale complex HMI/SCADA Systems. It can be used to perform advanced reporting MES, analytics, IoT, Big data type apps. One example is available to download here For More Info Overview of Parijat Drivers: Click here  Additional supporting Info about Parijat Drivers:Click here Complete Related Driver options: Click here   Submitter Scadadoctor Submitted 03/10/16 Category Other PLC Demo Software
  13. Version 1.0.0

    0 downloads

    Features ParDSM3260 driver can provide control& monitoring of DSM 3260 analyzer units (data acquisition and control unit, from Odessa Engineering). It helps  record average or instantaneous voltages having DSM 360 as a digital voltmeter, via its RS-232 port. This driver supports .NET Framework 1.1   Driver functions: T-ReadTime WriteTime  P-Read5minute H-ReadHourlyCurrent 1-ReadHourlyPrevious C-ReadCal This driver can be conviniently used with Visual Studio in development of complete large scale complex HMI/SCADA Systems. It can be used to perform advanced reporting MES, analytics, IoT, Big data type apps. One example is available to download here For More Info Overview of Parijat Drivers: Click here  Additional supporting Info about Parijat Drivers:Click here Complete Related Driver options: Click here  
  14. DSM3260 CEMS Analyzers for HMI/SCADA View File Features ParDSM3260 driver can provide control& monitoring of DSM 3260 analyzer units (data acquisition and control unit, from Odessa Engineering). It helps  record average or instantaneous voltages having DSM 360 as a digital voltmeter, via its RS-232 port. This driver supports .NET Framework 1.1   Driver functions: T-ReadTime WriteTime  P-Read5minute H-ReadHourlyCurrent 1-ReadHourlyPrevious C-ReadCal This driver can be conviniently used with Visual Studio in development of complete large scale complex HMI/SCADA Systems. It can be used to perform advanced reporting MES, analytics, IoT, Big data type apps. One example is available to download here For More Info Overview of Parijat Drivers: Click here  Additional supporting Info about Parijat Drivers:Click here Complete Related Driver options: Click here   Submitter Scadadoctor Submitted 03/10/16 Category Other PLC Demo Software
  15. Version 1.0.0

    4 downloads

    Acquire or send data with Schweitzer SEL devices (SEL 501-2, SEL 587, SEL 351R, SEL 451). Using Microsoft .NET for Windows 2000, XP, Vista, via serial or TCP/IP protocol, with Parijat’s custom controls in a friendly way, by setting just a few properties. Read and write signals via names, addresses, and lists. Download audit logs and archive files. Property based configuration with only three methods makes communication a breeze. Manipulate communication port parameters for flexible communications through modems. .NET components are very fast and do not require significant Windows resources as OPC drivers or servers do. Features -Extremely user friendly -No software protection keys or disks -Complete context-sensitive help and built-in-manual -Low Windows resource overhead. -Works with Windows 2000, XP and Vista. -Event-driven Object-Oriented Programming   Methods: Open, Close, RefreshInfo   Events: OutCome (fires when a communication transaction completes)   This product works with: Visual Studio  or any .Net component container application.  This driver can be conviniently used with Visual Studio in development of complete large scale complex HMI/SCADA Systems. It can be used to perform advanced reporting MES, analytics, IoT, Big data type apps. One example is available to download here For More Info Overview of Parijat Drivers: Click here  Additional supporting Info about Parijat Drivers:Click here Complete Related Driver options: Click here  
  16. Schweitzer SEL IEDs for HMI/SCADA View File Acquire or send data with Schweitzer SEL devices (SEL 501-2, SEL 587, SEL 351R, SEL 451). Using Microsoft .NET for Windows 2000, XP, Vista, via serial or TCP/IP protocol, with Parijat’s custom controls in a friendly way, by setting just a few properties. Read and write signals via names, addresses, and lists. Download audit logs and archive files. Property based configuration with only three methods makes communication a breeze. Manipulate communication port parameters for flexible communications through modems. .NET components are very fast and do not require significant Windows resources as OPC drivers or servers do. Features -Extremely user friendly -No software protection keys or disks -Complete context-sensitive help and built-in-manual -Low Windows resource overhead. -Works with Windows 2000, XP and Vista. -Event-driven Object-Oriented Programming   Methods: Open, Close, RefreshInfo   Events: OutCome (fires when a communication transaction completes)   This product works with: Visual Studio  or any .Net component container application.  This driver can be conviniently used with Visual Studio in development of complete large scale complex HMI/SCADA Systems. It can be used to perform advanced reporting MES, analytics, IoT, Big data type apps. One example is available to download here For More Info Overview of Parijat Drivers: Click here  Additional supporting Info about Parijat Drivers:Click here Complete Related Driver options: Click here   Submitter Scadadoctor Submitted 03/10/16 Category Other PLC Demo Software
  17. Version 1.0.0

    4 downloads

    General Info Developed using state of the art Microsoft MFC4 technology for enhanced throughput and low overhead, Parijat’s PLC communication 32-bit OLE custom controls (OCX), acquires/sends data from or to Brooks Petrocount family products via its serial port. Support for IMS, RMS, and SMS is built in. Read or write any slave memory type. Manipulate properties using our custom property sheets for utmost user-friendliness at design time. Modem party line control is built in. Rapid exception processing is available with our CompareInfo method, and auto polling interval may be set or control polling through your code for optimum performance. OCX’s are very fast and also do not require significant Windows resources as DDE drivers or servers do. Features -No software protection keys or disks -Complete context-sensitive help and built-in-manual -Works in Windows 95, 98, NT, 2000, XP and Vista.   Methods: Refresh, PortOpen, CompareInfo Events: Outcome (fires when communication transaction completes) Throughput: Reads 120 consecutive words in 130 msec @ 19.2k This product works with: Microsoft Visual Basic, Visual C++/J++ , Office97, Foxpro95 or any other OLE container. Related VBX Products: Modbus Master & Slave.     We also develop custom Windows products and applications with PLC’s, MS Visual Basic, as well. We can also develop any ActiveX  that you may need developed for a specific purpose. We also have an GUI MMI software(Visual Process)  written in VB which provides basic SCADA monitoring, alarming, trending, reporting. With Visual Process,  any CAD drawings, manuals, vendor data sheets, instrument spec sheets, instrument calibration sheets or any other documentation associated with control systems may also be integrated with the MMI/SCADA system to help attain the ISO9000 certification!   This driver can be conviniently used with Visual Studio in development of complete large scale complex HMI/SCADA Systems. It can be used to perform advanced reporting MES, analytics, IoT, Big data type apps. One example is available to download here For More Info Overview of Parijat Drivers: Click here  Additional supporting Info about Parijat Drivers:Click here Complete Related Driver options: Click here          General Info Developed using state of the art Microsoft MFC4 technology for enhanced throughput and low overhead, Parijat’s PLC communication 32-bit OLE custom controls (OCX), acquires/sends data from or to Brooks Petrocount family products via its serial port. Support for IMS, RMS, and SMS is built in. Read or write any slave memory type. Manipulate properties using our custom property sheets for utmost user-friendliness at design time. Modem party line control is built in. Rapid exception processing is available with our CompareInfo method, and auto polling interval may be set or control polling through your code for optimum performance. OCX’s are very fast and also do not require significant Windows resources as DDE drivers or servers do.       Features -No software protection keys or disks -Complete context-sensitive help and built-in-manual -Works in Windows 95, 98, NT, 2000, XP and Vista. Methods: Refresh, PortOpen, CompareInfo Events: Outcome (fires when communication transaction completes) Throughput: Reads 120 consecutive words in 130 msec @ 19.2k This product works with: Microsoft Visual Basic, Visual C++/J++ , Office97, Foxpro95 or any other OLE container. Related VBX Products: Modbus Master & Slave.   We also develop custom Windows products and applications with PLC’s, MS Visual Basic, as well. We can also develop any ActiveX  that you may need developed for a specific purpose. We also have an GUI MMI software(Visual Process)  written in VB which provides basic SCADA monitoring, alarming, trending, reporting. With Visual Process,  any CAD drawings, manuals, vendor data sheets, instrument spec sheets, instrument calibration sheets or any other documentation associated with control systems may also be integrated with the MMI/SCADA system to help attain the ISO9000 certification!
  18. Brooks Petrocount Meters (Emerson) for HMI/SCADA View File General Info Developed using state of the art Microsoft MFC4 technology for enhanced throughput and low overhead, Parijat’s PLC communication 32-bit OLE custom controls (OCX), acquires/sends data from or to Brooks Petrocount family products via its serial port. Support for IMS, RMS, and SMS is built in. Read or write any slave memory type. Manipulate properties using our custom property sheets for utmost user-friendliness at design time. Modem party line control is built in. Rapid exception processing is available with our CompareInfo method, and auto polling interval may be set or control polling through your code for optimum performance. OCX’s are very fast and also do not require significant Windows resources as DDE drivers or servers do. Features -No software protection keys or disks -Complete context-sensitive help and built-in-manual -Works in Windows 95, 98, NT, 2000, XP and Vista.   Methods: Refresh, PortOpen, CompareInfo Events: Outcome (fires when communication transaction completes) Throughput: Reads 120 consecutive words in 130 msec @ 19.2k This product works with: Microsoft Visual Basic, Visual C++/J++ , Office97, Foxpro95 or any other OLE container. Related VBX Products: Modbus Master & Slave.     We also develop custom Windows products and applications with PLC’s, MS Visual Basic, as well. We can also develop any ActiveX  that you may need developed for a specific purpose. We also have an GUI MMI software(Visual Process)  written in VB which provides basic SCADA monitoring, alarming, trending, reporting. With Visual Process,  any CAD drawings, manuals, vendor data sheets, instrument spec sheets, instrument calibration sheets or any other documentation associated with control systems may also be integrated with the MMI/SCADA system to help attain the ISO9000 certification!   This driver can be conviniently used with Visual Studio in development of complete large scale complex HMI/SCADA Systems. It can be used to perform advanced reporting MES, analytics, IoT, Big data type apps. One example is available to download here For More Info Overview of Parijat Drivers: Click here  Additional supporting Info about Parijat Drivers:Click here Complete Related Driver options: Click here          General Info Developed using state of the art Microsoft MFC4 technology for enhanced throughput and low overhead, Parijat’s PLC communication 32-bit OLE custom controls (OCX), acquires/sends data from or to Brooks Petrocount family products via its serial port. Support for IMS, RMS, and SMS is built in. Read or write any slave memory type. Manipulate properties using our custom property sheets for utmost user-friendliness at design time. Modem party line control is built in. Rapid exception processing is available with our CompareInfo method, and auto polling interval may be set or control polling through your code for optimum performance. OCX’s are very fast and also do not require significant Windows resources as DDE drivers or servers do.       Features -No software protection keys or disks -Complete context-sensitive help and built-in-manual -Works in Windows 95, 98, NT, 2000, XP and Vista. Methods: Refresh, PortOpen, CompareInfo Events: Outcome (fires when communication transaction completes) Throughput: Reads 120 consecutive words in 130 msec @ 19.2k This product works with: Microsoft Visual Basic, Visual C++/J++ , Office97, Foxpro95 or any other OLE container. Related VBX Products: Modbus Master & Slave.   We also develop custom Windows products and applications with PLC’s, MS Visual Basic, as well. We can also develop any ActiveX  that you may need developed for a specific purpose. We also have an GUI MMI software(Visual Process)  written in VB which provides basic SCADA monitoring, alarming, trending, reporting. With Visual Process,  any CAD drawings, manuals, vendor data sheets, instrument spec sheets, instrument calibration sheets or any other documentation associated with control systems may also be integrated with the MMI/SCADA system to help attain the ISO9000 certification! Submitter Scadadoctor Submitted 03/10/16 Category Other PLC Demo Software
  19. Version 1.0.0

    10 downloads

    The OMNI Flow Computer driver provides the ability to communicate with the OMNI 3000 and 6000 family of flow computers. It supports both real-time communications and Electronic Flow Measurement (EFM) for historical data. For real-time only communications, the OMNI Flow Computer driver can be purchased individually or as part of theOil and Gas Suite. For applications requiring EFM and real-time communications, the OMNI Flow Computer driver can be purchased as part of the EFM Suite. EFM capabilities include scheduling and exporting EFM History, Alarms, and Events data to industry standard and custom formats. Features - OMNI.Net Client (Master) for communication with OMNI Slaves (Via standard PC serial ports, USB adapters; RTU and ASCII encapsulation in TCP/IP as well as Modbus TCP) - Supports all OMNI devices which uses flavor of OMNI Protocol. - Supports 1,3,5,7,9,11,13,15,17 memory types - Can read up to 128 Words of Input / Holding registers or 2000 Bits of Discrete Coils / Input coils in one transaction. - Performance - 500mhz Pentium - 10 words: 15msecs - 100 words: 35msecs (avg) - Full implementation of Class 0 and Class 1 OMNI protocol functions as well as a subset of the most commonly used Class 2 functions  This driver can be conviniently used with Visual Studio in development of complete large scale complex HMI/SCADA Systems. It can be used to perform advanced reporting MES, analytics, IoT, Big data type apps. One example is available to download here For More Info Overview of Parijat Drivers: Click here  Additional supporting Info about Parijat Drivers:Click here Complete Related Driver options: Click here    
  20. Omni Flow Computer Driver for HMI/SCADA View File The OMNI Flow Computer driver provides the ability to communicate with the OMNI 3000 and 6000 family of flow computers. It supports both real-time communications and Electronic Flow Measurement (EFM) for historical data. For real-time only communications, the OMNI Flow Computer driver can be purchased individually or as part of theOil and Gas Suite. For applications requiring EFM and real-time communications, the OMNI Flow Computer driver can be purchased as part of the EFM Suite. EFM capabilities include scheduling and exporting EFM History, Alarms, and Events data to industry standard and custom formats. Features - OMNI.Net Client (Master) for communication with OMNI Slaves (Via standard PC serial ports, USB adapters; RTU and ASCII encapsulation in TCP/IP as well as Modbus TCP) - Supports all OMNI devices which uses flavor of OMNI Protocol. - Supports 1,3,5,7,9,11,13,15,17 memory types - Can read up to 128 Words of Input / Holding registers or 2000 Bits of Discrete Coils / Input coils in one transaction. - Performance - 500mhz Pentium - 10 words: 15msecs - 100 words: 35msecs (avg) - Full implementation of Class 0 and Class 1 OMNI protocol functions as well as a subset of the most commonly used Class 2 functions  This driver can be conviniently used with Visual Studio in development of complete large scale complex HMI/SCADA Systems. It can be used to perform advanced reporting MES, analytics, IoT, Big data type apps. One example is available to download here For More Info Overview of Parijat Drivers: Click here  Additional supporting Info about Parijat Drivers:Click here Complete Related Driver options: Click here     Submitter Scadadoctor Submitted 03/10/16 Category Other PLC Demo Software
  21. PAROCK1 for HMI/SCADA

    Version 1.0.0

    7 downloads

    Now a software solution is available for your Modbus (MB) needs in Rockwell/Allen-Bradley Control Logix or Compact Logix (Clgx) family processors, instead of a traditional 3rd party hardware like Prosoft MVI-56, Molex SST-SR4-CLX-RLL etc.  It is an Add-on instruction (AOI) for PLC/PAC firmware v16 or later, (other solutions are available for pre v16 systems).  For hardware interface, use PLC’s channel 0 (serial) or TCP/IP Interface module(s) to have as many MB TCP/IP devices or serial devices.  (Some limits apply based on system configurations, Comm. settings depending on HW used.) Connect any MB Client/Master or Server/Slave device(s) to your CLgx PLC, including flow computers, analyzers, VFDs, Power Monitors, Level gauges, Smart I/O, etc.  All the MB public/native function codes are supported.  32-Bit integers/floats as single entity are supported with byte and word level swapping. A separate utility automates the data mapping to your PLC logic.  Features -Serial Master (BASIC required Option); TCP; Slave; Redundancy; More than 5000 accumulative registers; MB CFC (Custom/Private Function Code) Support; Data mapping too – Between PAROCK1 & your PLC logic; Packaged with Rockwell; TCP/IP Interface Module; Volume Discounts; Annual Support Requirements -Rockwell/AB-CLgx processor with v16 or later.  Contact PCI for earlier versions. -If using CPU’s Chan0, you cannot use Chan0 for any other user mode activity. You can use it for non-user mode activities -TCP/IP Interface Modules from Rockwell/AB supported, are: -1756-EN2xx ControlLogix® Ethernet/IP communication modules, firmware revision 5.007 or later -1756-EWEB ControlLogix Ethernet/IP web server module, firmware revision 4.006 or later -1768-EWEB CompactLogix Ethernet/IP web server module, firmware revision 1.002 or later -1769-L30ER, 1769-L30ERM, 1769-L30ER-NSE, 1769-L33ER, 1769-L33ERM, and 1769-L36ERM CompactLogix controllers, firmware revision 20.011 or later -1769-L24ER-QB1B, 1769-L24ER-QBFC1B, 1769-L27ERM-QBFC1B CompactLogix controllers, firmware revision 20.011 or later -1769-L16ER, 1769-L18ER, 1769-L18ERM CompactLogix controllers, firmware revision 20.011 or later Other Related Services/Items -Custom PLC Add-on instructions building -PLC upgrades, troubleshooting, applications -PC Windows, iOS5, Linux, Mobile devices Comm. Drivers -Custom development, Technology Transfer Services  -Other Non-AB communication drivers for serial or TCP  -Full control system integration, training, architecture design This driver can be conviniently used with Visual Studio in development of complete large scale complex HMI/SCADA Systems. It can be used to perform advanced reporting MES, analytics, IoT, Big data type apps. One example is available to download here For More Info Overview of Parijat Drivers: Click here  Additional supporting Info about Parijat Drivers:Click here Complete Related Driver options: Click here    
  22. PAROCK1 for HMI/SCADA View File Now a software solution is available for your Modbus (MB) needs in Rockwell/Allen-Bradley Control Logix or Compact Logix (Clgx) family processors, instead of a traditional 3rd party hardware like Prosoft MVI-56, Molex SST-SR4-CLX-RLL etc.  It is an Add-on instruction (AOI) for PLC/PAC firmware v16 or later, (other solutions are available for pre v16 systems).  For hardware interface, use PLC’s channel 0 (serial) or TCP/IP Interface module(s) to have as many MB TCP/IP devices or serial devices.  (Some limits apply based on system configurations, Comm. settings depending on HW used.) Connect any MB Client/Master or Server/Slave device(s) to your CLgx PLC, including flow computers, analyzers, VFDs, Power Monitors, Level gauges, Smart I/O, etc.  All the MB public/native function codes are supported.  32-Bit integers/floats as single entity are supported with byte and word level swapping. A separate utility automates the data mapping to your PLC logic.  Features -Serial Master (BASIC required Option); TCP; Slave; Redundancy; More than 5000 accumulative registers; MB CFC (Custom/Private Function Code) Support; Data mapping too – Between PAROCK1 & your PLC logic; Packaged with Rockwell; TCP/IP Interface Module; Volume Discounts; Annual Support Requirements -Rockwell/AB-CLgx processor with v16 or later.  Contact PCI for earlier versions. -If using CPU’s Chan0, you cannot use Chan0 for any other user mode activity. You can use it for non-user mode activities -TCP/IP Interface Modules from Rockwell/AB supported, are: -1756-EN2xx ControlLogix® Ethernet/IP communication modules, firmware revision 5.007 or later -1756-EWEB ControlLogix Ethernet/IP web server module, firmware revision 4.006 or later -1768-EWEB CompactLogix Ethernet/IP web server module, firmware revision 1.002 or later -1769-L30ER, 1769-L30ERM, 1769-L30ER-NSE, 1769-L33ER, 1769-L33ERM, and 1769-L36ERM CompactLogix controllers, firmware revision 20.011 or later -1769-L24ER-QB1B, 1769-L24ER-QBFC1B, 1769-L27ERM-QBFC1B CompactLogix controllers, firmware revision 20.011 or later -1769-L16ER, 1769-L18ER, 1769-L18ERM CompactLogix controllers, firmware revision 20.011 or later Other Related Services/Items -Custom PLC Add-on instructions building -PLC upgrades, troubleshooting, applications -PC Windows, iOS5, Linux, Mobile devices Comm. Drivers -Custom development, Technology Transfer Services  -Other Non-AB communication drivers for serial or TCP  -Full control system integration, training, architecture design This driver can be conviniently used with Visual Studio in development of complete large scale complex HMI/SCADA Systems. It can be used to perform advanced reporting MES, analytics, IoT, Big data type apps. One example is available to download here For More Info Overview of Parijat Drivers: Click here  Additional supporting Info about Parijat Drivers:Click here Complete Related Driver options: Click here     Submitter Scadadoctor Submitted 03/10/16 Category Other PLC Demo Software
  23. Version 1.0.0

    7 downloads

    FEATURES                                                                  - Client driver for  Emerson Process (old Bristol Babcock) gas and liquid flow computers& controllers, supporting BSAP protocol. Includes series 3000 &Controlwave systems. -Both IP & Serial port connections supported. - Supports reading and writing signal tags by name and address, including retrieval by match function. - Reading archive and audit trail data. - Reading and writing to analog and digital arrays. - Transactions configured via strongly typed transaction objects. This driver can be conviniently used with Visual Studio in development of complete large scale complex HMI/SCADA Systems. It can be used to perform advanced reporting MES, analytics, IoT, Big data type apps. One example is available to download here For More Info Overview of Parijat Drivers: Click here  Additional supporting Info about Parijat Drivers:Click here Complete Related Driver options: Click here    
  24. Emerson Bristol BSAP Driver for HMI/SCADA View File FEATURES                                                                  - Client driver for  Emerson Process (old Bristol Babcock) gas and liquid flow computers& controllers, supporting BSAP protocol. Includes series 3000 &Controlwave systems. -Both IP & Serial port connections supported. - Supports reading and writing signal tags by name and address, including retrieval by match function. - Reading archive and audit trail data. - Reading and writing to analog and digital arrays. - Transactions configured via strongly typed transaction objects. This driver can be conviniently used with Visual Studio in development of complete large scale complex HMI/SCADA Systems. It can be used to perform advanced reporting MES, analytics, IoT, Big data type apps. One example is available to download here For More Info Overview of Parijat Drivers: Click here  Additional supporting Info about Parijat Drivers:Click here Complete Related Driver options: Click here     Submitter Scadadoctor Submitted 03/10/16 Category Other PLC Demo Software
  25. Version 1.0.0

    1 download

    The Smart Server is a versatile smart energy manager that connects control devices to IP-based applications such as enterprise energy management, demand response programs, street light management systems, and high-value remote asset management programs. Features - Supports all Lon work Devices’ or any other device which uses Smart-Server by Echelon with SOAP calls as a master/client. Specify model #s, mem types - High-speed communication - Routing capability (i.e. can be used in the WAN) - Package-oriented data transfer  - Performance – 2.2Ghz Intel - 10 words: 15msecs - 100 words: 35msecs (avg)    This driver can be conviniently used with Visual Studio in development of complete large scale complex HMI/SCADA Systems. It can be used to perform advanced reporting MES, analytics, IoT, Big data type apps. One example is available to download here For More Info Overview of Parijat Drivers: Click here  Additional supporting Info about Parijat Drivers:Click here Complete Related Driver options: Click here