You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Plc4x Team and @splatch . I was testing Plc4x with Mitsubishi PLC. I was not able to read and write WORD, DWORD and WSTRING datatype. It gave me "Datatype WORD is unsupported by this protocol" error as can be seen in pic below:-
I want to ask whether OPC-UA especially Plc4j supports these 3 Datatypes (WORD, DWORD, WSTRING)? I was able to read and write with other Datatypes such as INT, REAL, BOOL, STRING. Any help regrading this ?
Version
v0.12.0
Programming Languages
plc4j
plc4go
plc4c
plc4net
Protocols
AB-Ethernet
ADS /AMS
BACnet/IP
CANopen
DeltaV
DF1
EtherNet/IP
Firmata
KNXnet/IP
Modbus
OPC-UA
S7
The text was updated successfully, but these errors were encountered:
If you look at the link, Datatypes like WORD, DWORD and WSTRING are mentioned. So I thought they should be supported. Though I can make use of UINT( uint16 ), UDINT( uint32 ) instead of WORD ( uint16) and DWORD ( uint32 ) respectively. Only Datatype left will be WSTRNG (utf-16).
What happened?
Hi Plc4x Team and @splatch . I was testing Plc4x with Mitsubishi PLC. I was not able to read and write WORD, DWORD and WSTRING datatype. It gave me "Datatype WORD is unsupported by this protocol" error as can be seen in pic below:-
I want to ask whether OPC-UA especially Plc4j supports these 3 Datatypes (WORD, DWORD, WSTRING)? I was able to read and write with other Datatypes such as INT, REAL, BOOL, STRING. Any help regrading this ?
Version
v0.12.0
Programming Languages
Protocols
The text was updated successfully, but these errors were encountered: