Unity pro/ strange rung

low_rad

Member
Join Date
Aug 2006
Location
Strängnäs
Posts
6
Hello.

I looked at our program today to find out why a machine didn't open up on command.

What I found was the the reset bit was set in the security system even though the "P" input "positive flank" wasn't active. We press a button to set the bit, and another to reset the same.

Looks like this at the last rung:


------|P|-----------------------------------(R)


Could it be that the program isn't fast enough to see the transition from 0 to 1?. Or what else could it be?

It's just a memory bit, not an output.

Patrik
 
Nothing wrong with the system. The bit that you are resetting here is probarbly still set by certain conditions. Search for that bit that you are ressetting and you will find 2 instances where it is being written to. Look where you set that bit
 
Hello.

Thank you for your reply.

I think I've got it now =)

When the "Zon_2C_req_mem" is set, the reset part of "Zon_2C_req_mem" also turns blue "active", but the I activate the push button it resets.

I have changed the ASI module now. I've seen one case where the ASI showed "1" but the relay inside was broken.

Patrik
 

Similar Topics

I have installed BMX DDI 1602 in 4-slot Backplane alongwith AC power supply and CPU for testing purposes. When I build a test code and transfer...
Replies
4
Views
2,957
Hello, I am using Unity pro V15. I have Quantum CPU 671 and Ethernet NOE 77101 configured. I have configured IO scanning on NOE. I have attached...
Replies
5
Views
196
HELLO MY FRİENDS ı have problem. ı tought you can solved thıs problem for me. First of all When I checked all the cable connections of the...
Replies
0
Views
417
Hi All, I haven't installed Unity Pro in years and needed to install it recently. I initially tried installing Version 11.1 and the whole...
Replies
3
Views
748
Hello i want to implement a Read_var / Write_var functions to communicate with a modbus tcp device at the moment i use the unity simulator at the...
Replies
4
Views
1,966
Back
Top Bottom