08-26-2010 11:09 AM
I´m beginning to learn about Fieldbus Foundation and I would like to develop a simple Visual Basic application to automate the calibration of analog input of fieldbus instrument, for instance, set 1 Volt with a standard in the analog input of fieldbus instrument and read the value displayed by the instrument using NI-FBUS API and my Visual Basic program.
Do I need to buy a NI-Configurator for this simple fieldbus H1 network with just single field device and and NI USB-8486 interface ?
It´s not clear to me if I need a configurator , for instance , with a new Fieldbus instrument that requires to adjust some parameters with NI-Configurator before using NI-FBUS Communications Manager API in my Visual Basic Program.
I saw some old messages that you sell a configurator API. Do you still sell this API ?
My intention, if possible , is to build an application that does not require to install a fieldbus configurator software.
Solved! Go to Solution.
08-27-2010 02:43 AM
NI-FBUS software is consisted of two components, Communications Manager (CM) and Configurator.
CM provides basic APIs for accessing FF network. You can build your own Foundation Fieldbus application with the APIs.
Configurator is a full-feature graphical tool for complete configuration. You do not need to build application.
The CM APIs (VB, VC, C#, VB.Net) support the following basic configuration tasks.
- List interface, device, function blocks
- Read device/block tag
- Read and write the paramters by name or index
- Read alert and trend data
I think the APIs are sufficient for the your simple VB application.
You may need to use Configurator if you require the following features.
- Get and set device address
- Set device/block tag
- Configurator and download Function Block Application schedule
07-05-2011 08:04 AM
In continuation, what is needed if I want to develop, a configuration software and have features like scheduling and downloading and configuring? Could you please point/guide regarding this?
07-07-2011 09:07 PM
NI-FBUS Configurator is a configuration software, and it doesn't support any APIs to let you do the secondary development. I am afraid that we cannot implement your own download configuration software using current NI-FBUS software. However, you can use NI-FBUS Configurator directly.
07-07-2011 10:45 PM
Thanks for the reply.
We already are using NI Configurator, we are very happy with its performance and other options similar. This is in view of a requirement from customer to integrate into his DCS/automation software that we need these features. Looks like there is no go, is there?
07-08-2011 09:47 PM
I would also like to have more advanced configuration functions like changing tag and address with NI-FBUS API.
Maybe you could create an automation Interface , like Word or Excel in NI-Configurator where we could automate configuration tasks from our custom fieldbus application. At least we could offer some option to our clients reselling NI-Configurator.
12-09-2015 05:47 AM
if i want to change the display value of pressure transmitter how would i change that using NI Configurator, pls explain me in detail