From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

FOUNDATION Fieldbus

cancel
Showing results for 
Search instead for 
Did you mean: 

NI-FBUS fflv.dll in combination with LabVIEW2009

Hello,

 

I use NI-FBUS with the USB Device from National Instruments to communicated with my FF devices. Currently I try to run an own application

with LabVIEW 2009 and the fflv.dll.

 

I can open the session, browse for the devices, change the default address and get the block tags.

 

Now I try to Read the parameter for e.g. the RESOURCE BLOCK but with the NI FBUS Communicator 4.1.1 the FF Open Block VI

is missing (also not in the dll). Does anyone have any idea what I can do so that I can read out the parameters of a block.

Thanks

 

Ebbe Sand

 

 

 

 

 

0 Kudos
Message 1 of 4
(8,337 Views)

Hi,

 

You are using the legacy FF VIs.  Legacy VI does not include FF Open Block. It's a VI from the new API.

 

If you want to read paramters using legacy VIs, you can use FF_read.vi after FF_Open_Session.vi, assigning the "tag" (parameter name) that you want to read.

See the examples at <National Instruments>\LabVIEW 20XX\examples\FF\

 

I recommend that you use the new VI API. Legacy VIs are going to be obsoleted in NI-FBUS 14.0, which will be released in two weeks.

 

0 Kudos
Message 2 of 4
(8,327 Views)

What do you mean with "Legacy VIs are going to be obsoleted in NI-FBUS 14.0"

Means this that I can't use the current Version of NI-FBUS in the future ?

 

Thanks

 

EbbeSand

0 Kudos
Message 3 of 4
(8,323 Views)

Hi EbbeSand,

 

You can use the current version of NI-FBUS always.

If you decide to upgrade it to version 14.0, legacy VIs won't be there after installation of 14.0.

You can write an email to fieldbus.support@ni.com to request it if you decide to both upgrade NI-FBUS to 14.0 and use the legacy VIs.

 

 

 

0 Kudos
Message 4 of 4
(8,314 Views)