Skip to main content

valueIsPositive

Short summary

This assertion method checks if the current value is positve

Parameters

NameTypeCommentKind
currentValueDINTcurrent value to checkinput
messageAssertMessagemessage if the assertion is falseinput

Code

Declaration

METHOD valueIsPositive
VAR_INPUT
(* current value to check *)
currentValue :DINT;
(* message if the assertion is false *)
message :AssertMessage;
END_VAR