LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

OPC UA Client: read/write Cluster

Good Evening to all, 

I transmit some data beetween an OMRON NJ OPCUA server and Labview. I would like to transfer data structure directly to a cluster using only a variable instead of one variable for any field of data structure in PLC.

I need to transfer following structure in a Cluster on LAbview. Is Possible?

 

DIELECTRIC_LOG STRUCT       NJ  
LOG_DATE DATE_AND_TIME    
Data e ora della registrazione
   
C_NUM INT    
Numero di ciclo in cui faccio la misura
   
DUT_NAME STRING[20]    
Nome del dispositivo registrato
   
GOOD_FAIL STRING[6]    
Risultato della misura
   
CURRENT_MEAS REAL    
COrrente misurata durante il test
   
R_PRIMA REAL    
Resistenza misurata prima del test dielettrico
   
R_DOPO REAL    
Resistenza misurata dopo il test dielettrico
   

 

0 Kudos
Message 1 of 1
(1,058 Views)