|
|
|
List of drivers that are included in all the unlimited licenses of TAS-HMITalk 8.04
|
 |
|
 |
Let us know if you need help to create a specific example to test your device with any of our drivers or if you need that we develop a new driver to communicate with your field equipment. In order to test a driver you have to download the TAS-HMITalk activex component. After unzipping the zip file, be sure to register the hmitalk.ocx with regsvr32.exe. There is aditional information about TAS-HMITalk in our support blog. To open any example you will need Visual Basic 6.0. To write new applications we suggest that yo use Visual Studio Express.Net 2008 which is a free programming tool that can be downloaded at http://www.msdn.com.
|
|
|
|
|
XHART Driver - Rosemount Hart Revision 4 Field Communications Protocol
|
|
|
This driver is included with all unlimited licenses of TAS-HMITalk. It is not sold separately. It can be used to communicate through a physical serial COM port, through a virtual COM port or through an IP port in serial-over-IP configuration.
|
If you think that this driver could talk to your device, you can test it by downloading a trial version of TAS-HMITalk, where you will find examples about how to configure the activex to use it with different drivers. Consider that this driver might also support some devices that are not listed in the Supported Devices list below but that can talk using the same protocol.
You can also hire our services to modify this driver, to expand its current functionallity or to develop a new driver based on it.
If you have any doubt about this driver, do not hesitate to contact us.
|
Driver Manual:
- Download the driver manual in Adobe Acrobat PDF format here: XHART.pdf 
- Download the driver manual in HTML format here: XHART.htm 
|
Driver Source Code:
Source-code files for this driver are available in plain-C language for additional USD299 with your purchase of the Unlimited License of TAS-HMITalk for 500 object instances.
|
Driver details:
XHART driver allows you to connect to any smart transmitter that supports the Rosemount's HART protocol, revisions 4 or 5.
HART is an acronym for "Highway Addressable Remote Transducer". The HART specification defines the phisical form of transmision, the transaction procedures, message structure, data forms and a set of commands.
The description "smart" for a field device is used in the sense of "intelligent", to describe any device which includes a microprocessor. Typically, this would imply extra functionality, above what had previously been provided in similar non-microprocessor-based instruments. In a "smart" field device, the analog signal, digital communication and (generally) power co-exist on the same pair of wires.
Multidrop communication:
If the measured variable is going to be read by digital communication, the analog 4 to 20 mA signal is no longer required. It then becomes possible to connect multiple field devices to a single pair of wires, and to communicate with each one in turn to read its measurement (or other data). To do this, each device must have an "address", to which it will respond, and each request from the host must include this as a part of the message.
This can significantly reduce the cost of field wiring and of the host's input interface electronics. Note, however, that the use of a cyclic scan means that each measurement is only examined at intervals, and the cycle time for a complete scan may be too long for high-speed control loops.
Commands Supported:
The following Universal Commands are implemented in this driver,
both for HART Revision 4 and HART Revision 5 Protocols: Read Unique Identifier (Code 0) Read Primary Variable (Code 1) Read Current and Percent of Range (Code 2) Read Current and 4 Dynamic Variables (Code 3) Read Primary Variable Sensor Information (Code 14) Read Output Information (Code 15) Write Damping Value (Code 34) Write Range Values (Code 35) Write TRIM DAC Zero (Code 45) Write TRIM DAC Gain (Code 46)
In case you don't know which HART Protocol's Revision must be used, you should send the command Read Unique Identifier to the transmitter and read in Channel 03 the Universal Command Revision returned by the field device.
A value less or equal than 4 in Channel 03 means Universal Command Revision 4 and implies that the Set of Commands for HART Revision 4 should be used to communicate with this transmitter. A value grater or equal than 5 in Channel 03 means Universal Command Revision 5 and implies that the Set of Commands for HART Revision 5 should be used to communicate with this transmitter.
Supported devices
This driver can communicate with these devices, but is not necessarily limited to this list:
SMAR LD301 Pressure Transmitter SMAR TT301 Temperature Transmitter ROSEMOUNT 1151S Pressure Transmitter ROSEMOUNT 3001C/L Hydrostatic Pressure/Level Transmitter ROSEMOUNT 3044 Temperature Transmitter ROSEMOUNT 3044C Temperature Transmitter ROSEMOUNT 3051 Pressure Transmitter ROSEMOUNT 3051C Pressure Transmitter ROSEMOUNT 3680 Density Transmitter ROSEMOUNT 8712C Magnetic Flow Meter ROSEMOUNT 9712 Mass Flow Meter ROSEMOUNT 9729 Mass Flow Meter
Command list
This driver supports the following commands. If you need to implement some other command that is not included in this list, please let us know.
Read Unique Identifier Read Primary Variable (HART Revision 4) Read Current and Percent of Range (HART Revision 4) Read Current and 4 Dynamic Variables (HART Revision 4) Read Primary Variable Sensor Information (HART Revision 4) Read Output Information (HART Revision 4) Write Damping Value (HART Revision 4) Write Range Values (HART Revision 4) Write TRIM DAC Zero (HART Revision 4) Write TRIM DAC Gain (HART Revision 4) Read Primary Variable (HART Revision 5) Read Current and Percent of Range (HART Revision 5) Read Current and 4 Dynamic Variables (HART Revision 5) Read Primary Variable Sensor Information (HART Revision 5) Read Output Information (HART Revision 5) Write Damping Value (HART Revision 5) Write Range Values (HART Revision 5) Write TRIM DAC Zero (HART Revision 5) Write TRIM DAC Gain (HART Revision 5)
|
See also:
ActiveX - CPKSoft Engineering - TAS-HMITalk 8.04 Unlimited License for up to 5 object instances ActiveX - CPKSoft Engineering - TAS-HMITalk 8.04 Unlimited License for up to 50 object instances ActiveX - CPKSoft Engineering - TAS-HMITalk 8.04 Unlimited License for up to 500 object instances Utility - CPKSoft Engineering - GetPCId.exe
|
|
| |
|
See all drivers
|
|
|
|
New entries in our support blog
|
 |
|
| Author: |
CPKSoft Engineering Support |
Created: |
5/26/2008 11:10 AM |
 |
| Answers to technical questions about TAS-HMITalk made by customers and registered users. |
|
Quick steps to install TAS-HMITalk |
|
By CPKSoft Engineering Support on
11/22/2008 6:34 PM
|
To install TAS-HMITalk in your machine follow these steps:
- Download the TAS-HMITalk distribution .zip file from http://www.cpksoft.com.
- Extract the .zip file contents to a local folder.
- Locate the hmitalk.ocx file, right-click over it and select "Open with...".
- Browse to 'C:\Windows\System32' and select 'regsvr32.exe' and Accept.
- The ocx file should now be registered by Windows in your machine.
- Repeat the same steps with linechrt.ocx and grid32.ocx.
- Now you can add TAS-HMITalk to your Visual Basic toolbox and/or open the examples.
|
|
Comments (0)
|
|
|
|
|
New TriggerAndWait method |
|
By CPKSoft Engineering Support on
10/2/2008 6:46 PM
|
A new method called TriggerAndWait has been added to the TAS-HMITalk activex. This method triggers a new communication and then blocks the execution of the application thread until the communication has finished. This way it is easier to implement a communication strategy where several TAS-HMITalk objects must be cascaded in a particular order.
Following is an example of a routine to handle a button event in an application written in C# with Visual Studio 2005 that reads data from a relay:
private void button1_Click(object sender, EventArgs e)
{
|
|
Comments (0)
|
|
|
|
|
|
How can I get connected to my devices with TAS-HMITalk? |
|
By CPKSoft Engineering Support on
7/21/2008 7:23 PM
|
TAS-HMITalk and any of its drivers can be used in any of the following configurations, with direct RS-232 connections, connections through RS-232/485 converters, connections through ethernet/serial converters, connections through virtual serial ports, etc.:

|
|
Comments (0)
|
|
|
|
|
MOXA Serial-to-Ethernet NPort 6150 module tested wiith TAS-HMITalk |
|
By CPKSoft Engineering Support on
6/1/2008 6:06 PM
|
Last week we had the chance to test the Moxa NPort 6150 Secure Serial Port Server Module with TAS-HMITalk to communicate with the serial port of a DanLoad 6000 electronic preset through the ethernet LAN at a fertilizer plant from Petrobras in Campana, Argentina.

The Moxa device was provided by RCL Systems, a company specialized in integrating InTouch factory suite applications for oil&gas industries.
The loopback tests worked great, showing that TAS-HMITalk could talk to the MOXA module directly, without the need of installing any COM port redirector software. TAS-HMITalk could properly recover from our intentionally-caused communication errors, such as cable disconnections and module power-off and on.
The DanLoad 6000 didn ...
Read More »
|
|
Comments (0)
|
|
|
|
|
Comments about sending outputs |
|
By CPKSoft Engineering Support on
5/26/2008 8:59 PM
|
- Configure your HMITalk object properties according to what the driver help file says for the chosen driver and command. Leave default values for properties not mentioned in the help file.
- Leave the ScanActive=False and uncheck the ScanAutoTrigger property.
- Create a Button to send the data
- In the Button_Click event, place this code:
HMITalkxxx.PointValue(0) = <the value to be sent>
HMITalkxxx.Trigger ' To dispatch the writing action
- Then just listen to the OnSuccessfullySent event or the OnErrorSending event.
|
|
Comments (0)
|
|
|
|
|
Example configuring a Modbus RTU communication |
|
By CPKSoft Engineering Support on
5/26/2008 8:50 PM
|
All drivers are configured using the same set of properties DriverP0 to DriverP9 and the meaning of these properties changes from one driver to other.
For example, to read a register value at address D0000 from a device supporting Modbus RTU, you should configure one TAS-HMITalk object as follows:
DriverName = “XModbusb”
DriverDataType = Analog_Input (because you will be reading words this time)
DriverNumPoints = 1 or whatever number ob registers you want to read (up to 125)
DriverP0 = PLC station number (project1.exe uses 1, which seemed to work OK)
DriverP1 = 3 or 4, depending on what your PLC supports.
DriverP2 = the starting address to be read (32768 for D0000)
DriverP3 to DriverP9 are not used for this case.
If you want the HMITalk object to periodically read your device, you don't need to call the .Trigger method each time. Y ...
Read More »
|
|
Comments (0)
|
|
|
|
|
Periodic reading vs. On-demand reading |
|
By CPKSoft Engineering Support on
5/26/2008 8:38 PM
|
The best approach to read data on a periodic basis is:
- Set the ScanActive to True
- Let the OnSuccessfullyReceived event or the OnPointValueChanged events do the work for you.
The best approach for on-demand reading is:
- Call the Trigger method
- Again, let the OnSuccessfullyReceived event or the OnPointValueChanged events do the work for you.
|
|
Comments (0)
|
|
|
|
|
Comments about configuring a PID loop |
|
By CPKSoft Engineering Support on
5/26/2008 8:33 PM
|
- To build a closed PID loop, you will need two TAS objects. One to read the process variable and the other to send the control signal back to the plant.
- Only the TAS object that is reading the process variable needs to have its PID properties set. The TAS object which sends the output is configured as you do with any other normal TAS object.
- The EnablePIDs TAS general property must be True for PIDs to operate.
- You will need to devote one PointValue for each PID loop you need.
- The PointPIDEnable property of that point must be set to True
- As a minimun, the PointPIDSetpoint, PointPIDKp, PointPIDKi and PointPIDKd must be set to appropriate values.
- The PointPIDLowPhysic and PointPIDHighPhysic properties will scale the control signal between 0% and 100%.
- The value of the control signal generated by the PID algor ...
Read More »
|
|
Comments (0)
|
|
|
|
|
Understanding how the CommTimeout property works |
|
By CPKSoft Engineering Support on
5/26/2008 8:27 PM
|
The "timeout threshold", the "CommTimeout property" or the "timeout value", which are all the same thing, is an amount of time that you configure and that the driver uses to know when it is time to abandon a communication if no response was received. If a timeout value is too big, an HMITalk object could remain waiting for an answer for a long time. The only reason a timeout exists is to prevent the driver to stay waiting forever. So it is important to define how long you want to wait in order to be sure that the device will not respond anyway after that time.
The timeout is a software setting at the driver side and it does not affect the device behaviour, but the driver behaviour. It does have nothing to do with some physical or electrical thing. It is just a maximum time period and the driver checks what happens first: a reply arrival or the timeout period expiration.
A timeout cannot be too short either. If you set a timeout to ...
Read More »
|
|
Comments (0)
|
|
|
|
|
|
|
|
|
|
New entries in our support blog
|
 |
|
|
|
|
|
|
|
|
|
Available licenses
|
 |
|
|
|
 |
399.00 USD
|
|
Unlimited license to build applications with Visual Basic that...See more...
|
|
|
|
|
|
 |
899.00 USD
|
|
Unlimited license to build applications with Visual Basic that...See more...
|
|
|
|
|
|
 |
1,399.00 USD
|
|
Unlimited license to build applications with Visual Basic that...See more...
|
|
|
|
|
|
|
|
|
|
|
|
|
Available drivers
|
 |
|
XABF Allen Bradley Full Duplex...
|
|
|
XABH Allen Bradley Half Duplex...
|
|
|
|
|
|
|
XADAM Advantech Adam Series...
|
|
|
XAFEISA Afeisa Industrial Microcomputers...
|
|
|
XALGODUE Algodue UPM Series Universal...
|
|
|
|
|
XAND4325 AND AD-4325V Weight Indicator...
|
|
|
|
|
XARCOMB Arcom M1 Modbus RTU Protocol...
|
|
|
|
|
XCATM5X Caterpillar CCM/M5X Protocol...
|
|
|
XCEWE Cewe Instruments Using...
|
|
|
XCONDENS System Electric Condensomatic...
|
|
|
|
|
|
|
|
|
|
|
XCVMITF Circutor CVM-ITF/CVM-R8C...
|
|
|
|
|
XCVMMOD Circutor CVM-BD-M Modbus...
|
|
|
|
|
|
|
|
|
|
|
XDUCATI Ducati Mach-Smart Analyzer...
|
|
|
XDX9100 Johnson Controls Metasys...
|
|
|
|
|
|
|
XEXEMYS Exemys SSE232 Serial/Ethernet...
|
|
|
|
|
|
|
XFOX762 Foxboro 762C/762CSA/743CB...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
XHART Rosemount Hart Revision...
|
|
|
|
|
XHITACHH Hitachi PLC Serie H Protocol...
|
|
|
|
|
XIDECM3 Idec Izumi Micro3 Programmable...
|
|
|
|
|
|
|
| | | |