Search the Community
Showing results for tags 'nb3q'.
Found 2 results
-
Hello everyone, Someone know, how to read timer data from omron PLC CP1E in HMI NB3Q-TW00B? I tried write macros for HMI program, but I have some error about macro in program. How I understand, this HMI model don't support data reading from plc timer TIM in cx programmer? But how I can write macros and set it for recognizing in HMI?
- 1 reply
-
- omron nb-designer
- cx programmer
-
(and 1 more)
Tagged with:
-
Hello Everyone... Is it possible to create below type of report in NB Series HMI (NB-Designer) ? Template Below CYCLE START TIME CYCLE STOP TIME TIME TAKEN BY CYCLE (MIN) HIGHEST AI VALUE (BAR) 05:39:00 06:39:00 60 555.5 06:40:00 06:45:00 15 556 I have Cycle bit in PLC, using rising and falling edge of that we can detect cycle start time and stop time. i have no idea of calculating time taken by cycle and how to determine highest scaled value of analog input during cycle...? is there any macro to write to do so...?