AB PLC Problem

roxtech

Member
Join Date
Mar 2008
Location
Township Lahore
Posts
198
Hi,
I have two micro logix 1400 PLC connected with two Wientek HMI.
HMI configure lot of timers. In last week I found both PLC go to stop mode with negative preset value(-32767). HMI have timer limit 0-99s. This happen two time in a week with different timers. Let me know reasons. Is it possible operator put the wrong value from HMI?
 
There might be a problem with a timer preset of 0, change the minn preset to 1, or change the timer to .01 second timer, let the operator enter from 0 to 99 seconds, do some quick math (multiply by 100 & move to preset if LIM 1 to 99) OR (move 1 to preset if EQU 0).

For the HMI divide the preset by 100 to an integer to read.

This way your preset will be between 0.01 to 99.00 seconds, but the HMI will display 0-99.
 

Similar Topics

Hi; In a cabinet of a machine, a Fatek PLC with an Ethernet communication card is working. In the same cabinet, there is a 1 kW inverter. When...
Replies
16
Views
500
Good day, I have an issue between an M340 PLC and a PRA 0100. The problem is as follows: I have a communication link between the PLC and the PRA...
Replies
0
Views
830
Hi, I have a Mitsubishi FX5U PLC where I cannot established communication via ethernet port of my computer. Search all videos and follow all the...
Replies
3
Views
1,223
This is the problem, I need to solve it using a ladder diagram: Write a table of inputs and outputs and propose a control solution for a screw...
Replies
22
Views
3,940
I am trying to use my Beckhoff PLC to send emails. I am using a Gmail account that I just created. Apparently Google has removed “Less Secured...
Replies
2
Views
1,129
Back
Top Bottom