LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Seting the RepCapIdentifier of an IVI driver

Hello

 

I have created a LabVIEW driver using the LabWindows/CVI FP importer.

 

The IVI-C prototype of the attribute setter for string attributes is:

ViStatus AqSsoct_SetAttributeViString(
	ViSession Vi,
	ViConstString RepCapIdentifier,
	ViAttr AttributeID,
	ViConstString AttributeValue
);

 

I have found how to access the property in LabVIEW using the Property Node but how should I set the RepCapIdentifier?

 

Regards

Yannick Willener

0 Kudos
Message 1 of 3
(1,944 Views)

Hi,

 

Have you got a LabVIEW example you could post on here to view your code an to see how you are using the Property Node?

 

Thanks,

S.N

 

 

0 Kudos
Message 2 of 3
(1,913 Views)

Hello Shezan,

 

Sorry for the late answer. I'm just back on this project.

I have attached an example. I can't figure out how to connect the rep cap identifier.

Thanks for you help.

0 Kudos
Message 3 of 3
(1,789 Views)