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.

FieldPoint Family

cancel
Showing results for 
Search instead for 
Did you mean: 

FieldPoint communication using Delphi

Need a way to get/set bits on FieldPoint modules using Delphi 5.
0 Kudos
Message 1 of 2
(2,996 Views)
DelphiDev24,

The easiest method is to use the FieldPoint OPC server. Once you have configured the channels in MAX and saved the configuration the channels will be available through OPC.

Here is an example that shows how to create a OPC client in Delphi using DataSockets.
http://sine.ni.com/apps/we/niepd_web_display.display_epd4?p_guid=B45EACE3E55156A4E034080020E74861&p_node=DZ52133&p_source=External

Alternatively you can send serial commands to a FP-1000/1001 using Optomux. See the FP 1000/1001 Programmer Reference manual for more information on Optomux:
http://digital.ni.com/manuals.nsf/websearch/EE241C7357D3F8CE862567840072F554?OpenDocument&node=132090_US

Carl L
National Instruments
0 Kudos
Message 2 of 2
(2,996 Views)