This is SEMI-SECS-Simulator Java application.
github.io.
This application is free of charge.
SML is from PEER Group
-
<NOW[16]>
DateTimeFormatter dtf = DateTimeFormatter.ofPattern("uuuuMMddHHmmssSS"); LocalDateTime.now().format(dtf);
-
<NOW[12]>
DateTimeFormatter dtf = DateTimeFormatter.ofPattern("uuMMddHHmmss"); LocalDateTime.now().format(dtf);
Using AtomicLong#incrementAndGet
-
<U4AUTO>
-
<U8AUTO>
-
<I4AUTO>
-
<I8AUTO>
See also s2f33-delete-all.sml, s2f35-example.sml
Auto-reply conditions.
AbstractSecsSimulatorConfig#autoReply#booleanValue == true
- Received primary message has wbit.
- Received primary message Function-number is odd number.
- Has only ONE added SML to reply.
Auto-Reply-S9Fy conditions.
AbstractSecsSimulatorConfig#autoReplyS9Fy#booleanValue == true
Reply if received message device-id is not valid.
Reply if has no added SML to reply Stream-number.
Reply if has no added SML to reply Function-number.
Reply if T3-Timeout.
Auto-Reply-SxF0 conditions.
AbstractSecsSimulatorConfig#autoReplySxF0#booleanValue == true
- Received primary message has wbit.
- Has no added SML to reply (e.g. if received "S1F1 W", not added "S1F2")