Ti555 , Is there a status word or bit w/ the Run/Program status?

Dravik

Member
Join Date
Jun 2008
Location
New York
Posts
1,650
Hello:

We have a number of Ti555's around the patch. Most are hooked up to our process network and I would like to remotly check the status of each PLC(errors, in Run?, In program?).

I haven't come across a status word or bit for the Run/Program status however. Does anyone know if these processors had such a thing?

Thanks,
Mike
 
STW202 I believe

or not...that may only apply to the 575 VMEs...
 
Last edited:
This is may work fo you

STW161 is a Fatal Error word. I beleive if it has anything but zero in it the PLC will be stopped so you could use it.

STW01 is Non-fatal errors
 
Last edited:
thanks!

I actaully called up our CTI distributor and he was quick to point out that I was overthinking the whole process.

I simply added a line of ladder to the beignning of the program which turns on a ghost output while the PLC is in run. As all outputs get cleared in program/halt it works just fine.

Clearly I forgot KISS.

Thanks for all the help.
 
thanks!

I actaully called up our CTI distributor and he was quick to point out that I was overthinking the whole process.

I simply added a line of ladder to the beignning of the program which turns on a ghost output while the PLC is in run. As all outputs get cleared in program/halt it works just fine.

Clearly I forgot KISS.

Thanks for all the help.

Nice thing about the TI's, one range of C's is retentive and others are not, but I didn't realize that applied to program mode and not just power off.
 

Similar Topics

I have inherited a stinker of a job sadly. Customer has a Siemens TI-555 CPU on a Uniloy Blow Molder. I need to get online and interrogate some...
Replies
5
Views
2,233
I need help writing code that sends one real # out of a serial port (RS232)in form of an ASCII string. The processor is a Siemens (Texas...
Replies
3
Views
2,108
How can you communicate data between the S7-200 and the Ti555 via PROFIBUS DP
Replies
5
Views
2,567
I'm wondering if any of you know of or have some suggestions on HMI's to interface on a TI555 system? I've got this one system with 16 RBDs...
Replies
2
Views
3,165
Hi I have a ifix 5.5 application where the operator opens a valve by clicking on a screen object. I can trace from object to data base that it is...
Replies
2
Views
43
Back
Top Bottom