Hi Archie
Yes, I added a driver (EthernetIPforSLCMicroCom1) in the main form from the designer, then added a new module to the project, I'm trying to read from there (I created LoadDataSave.vb and added the next read code:
Dim st3LVDTinit As String = Nothing
Dim st3LVDTfinal As String = Nothing
Dim st3LVDTF As String = Nothing
Dim st3Pressure As String = Nothing
st3LVDTinit = (EthernetIPforSLCMicroCom1.Read("N7:62")) / 100
st3LVDTfinal = (EthernetIPforSLCMicroCom1.Read("N7:61")) / 100
st3LVDTF = (EthernetIPforSLCMicroCom1.Read("N7:60")) / 100
st3Pressure = (EthernetIPforSLCMicroCom1.Read("N7:8")) / 10
Dim st3PartNumber As String = Nothing
st3PartNumber = (EthernetIPforSLCMicroCom1.Read("ST19:0"))