Welcome, Guest
Username: Password: Remember me
Welcome to TeslaSCADA forum!

Tell us and our members about your experience of using our products.

TOPIC: Script for the Popup.

Script for the Popup. 1 month 4 days ago #3364

Dear Sir,

I am reaching out to discuss the automation of creating popups for our motor and PID blocks in our project.

I would like to develop a script that can dynamically generate and handle multiple popups for our motors and PID blocks without the need to manually create each one. For instance, I need the script to manage the following tags for just one motor:
Motor_1_run_fb
Motor_1_Trip_fb
Motor_1_Remote_fb
Motor_1_Start_cmd
Motor_1_stop_cmd

Additionally, we have multiple motors (around 100) that we need to automate this process for. Similarly, we are also looking to implement a similar script for our PID blocks:
- LT_101_PV_
- LT101_SP
- LT101_OP
- LT101_KP
- LT101_KI
- LT101_KT
- LT101_KD

Could you please advise on how best to approach writing this script? Any examples or templates you might have would be greatly appreciated.

Thank you for your assistance.

Best regards,
Chetan Kashyap
The administrator has disabled public write access.

Script for the Popup. 1 month 4 days ago #3365

  • fatkhrus
  • fatkhrus's Avatar
  • Offline
  • Administrator
  • Posts: 912
  • Thank you received: 133
  • Karma: -107
Dear Chetan,

We don't have example for creating multiple popups with indirect tags for several objects. But we've got example for one popup in our demo project: teslascada.com/videotutorials/teslascada...s-ventilation-system
If you want to use multiple popups you can create Template for one group object, indirect bind them by using name and group object based on this template make visible or not.

Best regards,
Ruslan
The administrator has disabled public write access.
Go to top