Programmet tillater å teste kommunikasjon med slaveenheter ved hjelp av Modebus RTU, Modbus TCP eller Modbus RTU over TCP protokoller.
Det gjør det mulig å bygge registrerer kart med tilordnede datatyper for å visualisere nøyaktige verdier av lesede registre.
Denne versjonen støtter 4 modbusfunksjoner:
01: Les Coil Status;
02: Les Input Status;
03: Les Holding Registers;
04: Les Input Registers;
og lar deg visualisere verdier i følgende dataformater:
HEX,
BIN,
byte
ASCII,
BIT,
SInt8 (ShortInt),
UInt8 (Byte),
SInt16 (SmallInt) AABB,
SInt16 (SmallInt) BBAA,
UInt16 (Word) AABB,
UInt16 (Word) BBAA,
SInt32 (Integer, LongInt) AABB CCDD,
SInt32 (Integer, LongInt) CCDD AABB,
SInt32 (Integer, LongInt) BBAA DDCC,
SInt32 (Integer, LongInt) DDCC BBAA,
UInt32 (LongWord) AABB CCDD,
UInt32 (LongWord) CCDD AABB,
UInt32 (LongWord) BBAA DDCC,
UInt32 (LongWord) DDCC BBAA,
Int64 AABB CCDD EEFF GGHH,
Int64 GGHH EEFF CCDD AABB,
Int64 BBAA DDCC FFEE HHGG,
Int64 HHGG FFEE DDCC BBAA,
UInt64 AABB CCDD EEFF GGHH,
UInt64 GGHH EEFF CCDD AABB,
UInt64 BBAA DDCC FFEE HHGG,
UInt64 HHGG FFEE DDCC BBAA,
Single (Float) AABB CCDD,
Single (Float) CCDD AABB,
Single (Float) BBAA DDCC,
Single (Float) DDCC BBAA,
Dobbel (ekte) AABB CCDD EEFF GGHH,
Dobbel (ekte) GGHH EEFF CCDD AABB,
Dobbel (ekte) BBAA DDCC FFEE HHGG,
Dobbel (ekte) HHGG FFEE DDCC BBAA.
Videre viser programvare automatisk kommunikasjonslogg mellom master og slave.
Begrensninger :
3 minutters arbeidsøkt, nattskjerm
Kommentarer ikke funnet