Please Help meeee........

VBToCLK

Member
Join Date
Apr 2008
Location
Surabaya
Posts
4
Hiiiiii every body....help me pleasee...:confused:
I want get respons send command from VB fins gateway,but I have Try many Message type like: string, integer, double, word, variant, current --> its not valid.
Example: Text1.Text= FinsMsg1.receiveMessage(0,3,0,????)
receive message(NetID As Integer,NodeID As Integer,UnitID As Integer,Message Type)

Message tipe is???......🤞🏻
 
I'm not very familiar with VB, but you are mixing "primitive" data type with structure or object. Try something like this:

MyReceivedMessage=FinsMsg1.receiveMessage(0,3,0,????)
Text1.Text=MyReceivedMessage.Type

Good luck
 
Thank U....but,do you Have another solitoin for my problem??cause that tip not work...:(sorry my english not very well....
 
Last edited:

Similar Topics

Hello, I am trying to get a Yokogawa Hart pressure Transmitter and a Rosemount Temp Transmitter to read on a 1769-IF4 module on an L33ERM...
Replies
10
Views
349
Please help me, I have solve many week but still not solve it. I found trouble of factory talk studio when I set tag by browse address of OPC...
Replies
0
Views
114
Hello Everyone, i Have im my Industry a Endress & Hauser Promag400 this has a screen that constantly have that error, it says to wait, somebody...
Replies
2
Views
461
After replacing the 70 with the 525, the PLC can read from the drive and recognizes it as online, but no commands are being listened to. PLC is...
Replies
1
Views
538
To quickly test a plc output which is wired to a relay do I dob a cable between the output and 24vdc+ source I.e something with 24vdc+ live such...
Replies
6
Views
677
Back
Top Bottom