Do you have a question about the JUMO LOGOSCREEN 700 and is the answer not in the manual?
Display Type | TFT |
---|---|
Resolution | 800 x 480 pixels |
Power Supply | 24 V DC |
Weight | Approx. 1.5 kg |
Display | 7 inch color display |
Inputs | Analog inputs, digital inputs |
Outputs | Analog outputs, relay outputs |
Communication Interfaces | Ethernet, USB, RS-232, RS-485 |
Data Storage | SD card slot |
Operating Temperature | 0 to 50 °C |
Protection Class | IP65 |
Storage Temperature | -20 to +70 °C |
Provides important information regarding product handling and benefits.
Details the variables window, listing system variables, outputs, constants, and user variables.
Outlines the different debugging start modes (cold, warm, service start).
Warns about temporary program loading in debug mode and permanent saving requirements.
Lists and describes input variables (bool_in, real_in, dword_in, rtc.cdt) used in the ST module.
Details output variables (bool_out, real_out) and their associated error handling variables (...conf, ...sec).
Introduces supported data types: BOOL, UINT, UDINT, REAL, DT, and their value ranges.
Details the BOOL data type, its declaration, and assignment.
Describes UINT, UDINT, REAL, and DT data types, their ranges, declarations, and assignments.
Lists all supported operators, their symbols, admissible data types, and examples.
Details selection instructions like IF, THEN, ELSIF, ELSE, END_IF with examples.
Introduces repeat instructions: FOR, WHILE, REPEAT UNTIL.
Lists and explains type conversion functions like INT_TO_REAL, INT_TO_DINT, INT_TO_BOOL.
Details arithmetic functions: Addition, Subtraction, Multiplication, Division, Negation, Modulo.
Explains numerical functions: ABS, SQRT, LN, LOG, EXP for mathematical calculations.
Explains logical functions: AND, OR, XOR, NOT for Boolean and bit-wise operations.
Lists comparison operators: <, <=, >, >=, =, <> for evaluating relationships between values.
Lists supported function modules like CTUD, TP, TON, TOF, R_TRIG, F_TRIG, SR, RS.
Details the CTUD function module for counting up, down, resetting, and setting upper limits.
Explains the TP function module for generating impulses of a specified duration.
Details the TON function module for delayed output activation after input transition.