我們的品牌

Impact-Company-Logo-English Black-01-177x54

歡迎造訪施耐德電機全球網站

歡迎訪問我們的網站
		
我们今天能为您提供什么帮助?
Configure SER Template with Modicon TSX Quantum PLC with Monaghan Engineering SER/GPS modules
Issue
The SER software uses PLC template to configure the SER software to Retrieve the SER events from Modicon TSX Quantum PLC that has SER/GPS modules from Monaghan Engineering. It wasn't very clear how SER configuration template is matched with Concept PLC code for Quantum PLC.

Product Line
SER V7.x

Environment
N/A

Cause
Naming of the variables in the PLC code doesn't match the template and lack of explanation.

Resolution

This resolution is to establish the correct connection between the SER PLC template and the Concept PLC code.

Here is a typical screen cap for SER configuration template of PLC:
PLC detail page
The following parameters need to be configured:
1. Event First Register
2. New Event Register
3. Buffer Open Register
4. Reset Buffer Register
5. PLC ID Register
6. Event Record Format
7. Time Base
8. Time Quality

The Concept PLC code could be using different names for those parameters in PLC. Here is the typical PLC code looks like:
PLC sample

Here are the variables in Concept:
Concept variables

Some of the SER template parameters can be found from this variable list:
1. Event First Register (Need to further look at the SERoutputbuffer)
2. New Event Register (Need to further look at the SERoutputbuffer)
3. Buffer Open Register (SERBufReadyWord, Address 400750)
4. Reset Buffer Register (SERBufAckWord, Address 400751)
5. PLC ID Register (PLC_NUM, Address 400200)
6. Event Record Format (Need to further look at the SERoutputbuffer)
7. Time Base (Need to further look at the GPS_DataOut)
8. Time Quality (Need to further look at the GPS_DataOut)

Variables SERoutputbuffer and GPS_DataOut are structured data, they have more information for the SER template and can be find out when you expand them in Concept.

Here is the expanded SERoutputerbuffer
SER buffer definition

Please Remember that this variable starts with Address 400800, which means Plcnumber is 400800, and each INT/UINT occupies 1 register, so the address of NumberofEvents is 400802. BufferType is 2, which means the format of the events has 4 registers. First event starts at Events[0], which has address 400810.

Here is the updated SER template parameters after we analyzed the SERoutputbuffer variable:
1. Event First Register (Events[0], address 400810)
2. New Event Register (NumberofEvents, address 400802)
3. Buffer Open Register (SERBufReadyWord, Address 400750)
4. Reset Buffer Register (SERBufAckWord, Address 400751)
5. PLC ID Register (PLC_NUM, Address 400200)
6. Event Record Format (Buffer type, but it uses how many registers in each event as the value, in most of the case, should be 4, and it's buffer type 2)
7. Time Base (Need to further look at the GPS_DataOut)
8. Time Quality (Need to further look at the GPS_DataOut)

Now let's look at the GPS_DataOut variable:
GPS variables
Please be noted that GPS_DataOut starts at address of 400210. So EfbError is 400210, each INT uses one register, each REAL uses two registers. You can easily figure out that DayOfWeek has address 400211 and TimeQuality has address of 400236.

With the above information, we can further update the SER template parameters:
1. Event First Register (Events[0], address 400810)
2. New Event Register (NumberofEvents, address 400802)
3. Buffer Open Register (SERBufReadyWord, Address 400750)
4. Reset Buffer Register (SERBufAckWord, Address 400751)
5. PLC ID Register (PLC_NUM, Address 400200)
6. Event Record Format (Buffer type, but it indicates how many registers are used in each event, in most of the case, should be 4, and it's buffer type 2)
7. Time Base (DayOfWeek, Address 400211)
8. Time Quality (TimeQuality, Address 400236)

Please be noted, in the SER configuration template, the address format only take the register number, the register type information is eliminated, which is 4xx, 4xx indicates the register is holding register.

Then this is the parameters we need to put into SER Template for this particular PLC code:
1. Event First Register (810)
2. New Event Register (802)
3. Buffer Open Register (750)
4. Reset Buffer Register (751)
5. PLC ID Register (200)
6. Event Record Format (4)
7. Time Base (211)
8. Time Quality (236)

Disclaimers:

*Warning: Take backups of PLC code modifying them. Only personnel familiar with Concept and Modicon TSX Quantum PLC can make the change to the PLC code.

施耐德電機Taiwan

探索更多
系列:
探索更多
系列:

需要協助?

  • 產品選型工具

    快速輕鬆地為您的應用找到合適的產品和附件。

  • 取得報價

    立即線上提交您的銷售需求,專業團隊將主動聯繫您。

  • 購買地點

    輕鬆在您所在地區找到最近的施耐德電機經銷商。

  • 支援中心

    在同一位置找到滿足您所有需求的支援資源。

  • 產品文檔
  • 軟體下載
  • 產品選型工具
  • 產品替代和替換
  • 幫助和聯絡中心
  • 尋找我們的辦公室
  • 取得報價
  • 人才招募
  • 公司簡介
  • 舉報不當行為
  • 無障礙
  • 新聞中心
  • 投資者
  • 專業洞察
  • 台灣施耐德電機學院
  • 綠色影響力落差調查
  • Schneider Go Green 2025
  • 隱私政策
  • Cookie通告
  • 使用條款
  • Change your cookie settings