Real-Time > 1ms

dandrade

Member
Join Date
Jan 2004
Posts
374
Question 01: Which PLC, accepts clock base of time less 1 ms ?

Some PLC's let you have access to Real-Time values smaller than 1 msec!
By Terry Woods Feb-23-02.

Question 02:Some PLC, possible determine fix SCANTIME. (special register)

Please more important for determine the hadrware.

Reply any brand and models. Tranks helps, cheats.
 
I dont have any idea how one could use a clock cycle contact that reacted 5 to 8 x faster than the program scan time.


The shortest clock cycle bit I am aware on any PLC I've ever worked on, is 50ms.

Dislcamer: Experienced only with AD, Omron, Idec, TI & Siemens. GE 90-30. No 1ms clocks in any of these.

Is this a in reference to a PLC made by Cray? :confused:

Sorry,

Mike
 
Perhaps Terry will make an appearance and define "some"?... utoh

I'd settle for just an appearance... ;)

beerchug

-Eric
 
ControlLogix has a 1-millisecond timebase on it's ordinary Timer instructions.

There's also a free-running system clock that is used for motion co-ordination and I/O timestamping whose timebase is 1 microsecond.

Logix interrupt-driven behavior is too big a subject for a random inquiry about "fast clocks", so I'll hold off the long explanation.
 
Giddings & Lewis allows you to schedule ladder in a servo task (i.e. a true timed interupt) at intervals of 1,2,4, or 8msec in their Pic900 family. It's very fast and very deterministic. Since it's a true timed interupt, you have to be careful when passing data back and forth between the main ladder file and the task file, but they give examples of handshaking to insure valid data.

They also allow hardware interupts, and a periodic timed task in 10msec increments, but it isn't as deterministic since it isn't a true interupt i.e. it will wait for the main task to finish an instruction or I/O update.

This is all in addition to their powerful motion control instruction set.

http://www.giddings.com
 

Similar Topics

Hi, how do I convert 2x Integer registers to a Real? The two integers are from Modbus registers that contain a floating point value, I need to...
Replies
2
Views
98
I am working on a project using a NB screen and NX1P2 PLC. I am having a really hard time getting a real number to properly translate through to...
Replies
3
Views
121
I am trying to copy an array of real numbers into a UDT with a real data type element. I have attached a snip below showing my COP instruction...
Replies
4
Views
203
Hi Iam using monitouch hmi(V9 soft) with omron plc cj2m (CX programmer). In this I want to read a data from hmi to plc. The data was like...
Replies
0
Views
94
Hi all. Me again still learning Rockwell. So I'll be polling an INT data array from a Modbus SE power meter with a L82 (with a Modbus ProSoft in...
Replies
56
Views
1,382
Back
Top Bottom