Cyclic Data and Drives?

tomizzo11

Member
Join Date
Jul 2013
Location
Michigan
Posts
49
So I'm kind of a noob when it comes to PLCs and am curious about the communication between controllers and drives.

I've heard the term cyclic data or cyclic communications thrown around, but I'm not sure if I know exactly what it means. Does cyclic data simply refer to data that is updated/recorded/read during every scan of the PLC? Also, is that how a drive, VFD for example, communicates with a controller when monitoring parameter values of the drive?

I'm sure every controller and drive configuration is different, but maybe someone could explain this?
 
Does cyclic data simply refer to data that is updated/recorded/read during every scan of the PLC?
No, just a relatively constant intervals and usually this cyclic update is done automatically. For instance Profibus usually updates much faster than the PLC scan whereas Ethernet update are usually slower.

Also, is that how a drive, VFD for example, communicates with a controller when monitoring parameter values of the drive?
I think it is the best way.

I'm sure every controller and drive configuration is different, but maybe someone could explain this?
Yes, but they are usually similar in how they approach the problem.
 
I'll argue a detail there: Usually the Command and Status information from something like an AC drive is done over a cyclic data connection.

That's a relatively small amount of data (usually a handful of bytes) that needs to be updated quickly and reliably.

Online monitoring of VFDs and motion controllers and similar devices generally requires reading a handful of parameters scattered throughout the memory structure of the drive, and doing so on command (like when Uploading) or infrequently. This sort of traffic is called 'unsolicited' or 'unscheduled'.

Many AC drives or motion controllers have an option to add a small number of selectable parameters to the cyclic I/O connection, so that they are updated more frequently.
 

Similar Topics

Hi all, I could use a little bit of help. I am currently developing a standard block for a Rotork valve which is to communicate to a S7-300 PLC...
Replies
4
Views
1,943
Hi, Interested in hearing if those using s7imgwr1 have encountered the dialog 'MMC Error: Data Error (Cyclic redundancy check)' when writing to...
Replies
0
Views
2,406
Hey ppl, I have to read Acyclic Data from a Siemens Simocode Pro V to a Siemens S7_400 series. I have used SFC14(DPRD_DAT). I have entered my...
Replies
2
Views
3,583
We are to develop a first application in Codesys. It will contain motion (Softmotion) with drives on Ethercat (CSP mode). Off course there will be...
Replies
2
Views
906
Hello to all, I know there are a few people here very experienced with Codesys. I wonder does Codesys have something similar to OB35 in STEP7...
Replies
3
Views
618
Back
Top Bottom