STI Equivalent in GE 90/30

snguyen

Member
Join Date
Dec 2006
Location
Colorado
Posts
14
Does anybody know if the GE 90/30 have an equivalent (AB) STI feature? If not, are scantime and timer accurate enough for PID instructions?


Thanks in advance for any advice.
sang
 
I do not know of an STI PID interface for the 90-30, there is for 90-70 and RX7i and maybe the RX3i.
How fast do you need to process the PID? If my memory is intact I think the 90-30 will attempt to process every scan but that is not guaranteed.
A fast CPU like the IC693CPU374 may have a scan of 3-5 mSec. or as much as 10-15 mSec. with a lot of process logic in place. But then you also need to take into account the Analog I/Q update times.
Then again you can play games with the "DO I/O" and Interrupts etc.
Not an easy question to answer.
 
The PID function in a 90-30 will not execute faster than every 10 milliseconds. If you set the "Sample Period" parameter to zero it will execute as often as possible which will be every scan or every 10 milliseconds, whichever is slower.

If you set it to execute every 10 milliseconds and the PLC scan time is 8 milliseconds, it will execute every other scan.

If speed is an issue, you may be able to find a PID function block written in C that you can run in the 90-30 and execute faster than once every 10 milliseconds. I remember a GE Fanuc AE telling me about it several years ago when I was converting a Series Six application to 90-30. The original application had a stand-alone loop controller and I was bringing that function into the PLC in the new system.
 

Similar Topics

New Forum user Nixalicious has posted a question that needs its own thread, so I'm moving it here: As mentioned, the Periodic Tasks in RSLogix...
Replies
2
Views
4,048
Hello, I recently started working at a place that uses Emerson/GE. They have installed some newer RSTI-EP remote I/O replacing the old genius...
Replies
0
Views
185
Good day Programmers I have a RSTi-EP CPE100 Standalone Controller from Emerson as well as a STXMBE001 (MODBUS TCP/IP) as a Modbus communication...
Replies
0
Views
669
Pulling my hair out again. I'm using RS Emulate 500 I have read everything I possibly can in the 1400 reference manual. My STI is working, but...
Replies
2
Views
959
Hi all, Trying to set up a new positioner and require a password for a IMI STI STID8FT ?? Any suggestions as we cant get support until the...
Replies
6
Views
2,133
Back
Top Bottom