News:

  • October 03, 2025, 07:01:41 PM

Login with username, password and session length

Author Topic: How can I find more detailed programming references?  (Read 5884 times)

jeff_hoagland

  • Inactive Email
  • Newbie
  • *
  • Posts: 1
How can I find more detailed programming references?
« on: May 15, 2007, 02:38:55 PM »
I am new to DirectSoft and Automation Direct but have so far been pretty impressed.  The learning curve to figure out how the PLC works wasn't as bad as I thought it would be, but I have questions that the help files cannot answer.  Are there manuals that deliver more detail on things such as the SP data type, and what that stuff is?  What about Processor performance details, how can I found out more about how the processor does its job? 

can anyone help me out here?

MikeS

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 254
    • Host Engineering, Inc.
Re: How can I find more detailed programming references?
« Reply #1 on: May 15, 2007, 04:05:04 PM »
Jeff,

You won't find much with your questions in DirectSOFT, your questions are better answered in the specific manaul for the CPU that you're targeting. All of the CPU manuals can be downloaded free from the AutomationDirect.com website.

Let me point you in the right direction concerning SPs, they are pre-defined, read-only  contacts in the CPUs that are used for reporting status, errors and such. There are also some real handy ones for program control like SP0 (First Scan), SP1, (Always ON), etc..

The CPU manual details all of these for you.
Good design costs a lot. Bad design costs even more.