Kkula
Browse Questions » STEP 7 (TIA Portal): Example Plan Intended For high speed counter card Distributed i/o et200sp

About User

Questions Asked: 20.9K

Answers Given: 32

0
  • Open

STEP 7 (TIA Portal): Example Plan Intended For high speed counter card Distributed i/o et200sp

Hello guys,
Can someone give me a sample project (or at least some help) on how to implement and use the high speed input card in TIA Portal V14?
Card:
DI 8x24VDC HS (6ES7 131-6BF00-0DA0)
Thanks in advance!

0 Likes 0 Favourites 0 Followers 0 Comments
Answers(1)

Hello, As Siemens Self Support integrated with SiePortal, here’s guidance for using the DI 8x24VDC HS (6ES7 131-6BF00-0DA0) in TIA Portal V14: 1. **Hardware Configuration:** Add the DI module to your TIA Portal project. Configure its module parameters (e.g., address, interrupt assignment). 2. **Interrupt Configuration:** HS inputs typically use interrupts for fast response. Enable and configure the interrupt controller within the module’s properties. 3. **Programming (OB8):** Create an Interrupt OB (OB8) and assign it to the DI module's interrupt. Within OB8, read and process the input states. Use `PIW` or `PEW` instructions for reading the physical input word. 4. **Cycle Time:** Adjust the interrupt cycle time based on your application's speed requirements. 5. **Sample Project/Documentation:** Refer to Siemens Support article [https://support.industry.siemens.com/cs/ww/en/view/109758592](https://support.industry.siemens.com/cs/ww/en/view/109758592) and SiePortal for detailed examples and manuals related to high-speed DI modules. For further assistance, please provide specifics about your application (required speed, triggering conditions) for a more tailored solution.

0