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

Tell us and our members about your experience of using our products.
  • Page:
  • 1
  • 2

TOPIC: Siemens LOGO!8

Siemens LOGO!8 6 years 10 months ago #265

  • Baier
  • Baier's Avatar
Hi, i have a problem ...
... I will display a Counter from LOGO in SCAD .... Typ WORD ... ADRESS 7 ... How can I display this in a label ... The temperature can be displayed correctly

Tag for Temp .... work

Name:temp_pool
Data type: Short(16bit)
Access mode : readOnly

Input/output
Logo :
Storage aerea: DB
DBN: 0
Data typ: Int
Byte 2

please help me
g
Markus

sry falsches forum ☺️
Attachments:
Last Edit: 6 years 10 months ago by Baier. Reason: ...
The administrator has disabled public write access.

Siemens LOGO!8 6 years 10 months ago #266

  • fatkhrus
  • fatkhrus's Avatar
  • Offline
  • Administrator
  • Posts: 826
  • Thank you received: 123
  • Karma: -107
Hello,

Try to enter in tag settings:

Name: nameofthetag
Data type: Short(16bit)
Access mode : readOnly

Input/output
Logo :
Storage aerea: DB
DBN: 0
Data typ: Int
Byte 7 (maybe 32)

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

Siemens LOGO!8 6 years 10 months ago #267

  • Baier
  • Baier's Avatar
It shows something but not the right value ...
By the way, a good program :)
Attachments:
The administrator has disabled public write access.

Siemens LOGO!8 6 years 10 months ago #268

  • fatkhrus
  • fatkhrus's Avatar
  • Offline
  • Administrator
  • Posts: 826
  • Thank you received: 123
  • Karma: -107
Thank you for kind words.
In your screenshot Address = 8. Maybe you should do the same in Tag settings of TeslaSCADA2.
The administrator has disabled public write access.

Siemens LOGO!8 6 years 10 months ago #269

  • Baier
  • Baier's Avatar
True the address is 7 ... Remaining switch-on time ... The displayed shows 239 ... decreasing ... it work but
it seems to be a problem of the logo ... The LOGO display shows a countdown with this variable at 64: 00m (minutes) but gives a 3-digit number in the VR assignment ...
The administrator has disabled public write access.

Siemens LOGO!8 6 years 10 months ago #270

  • fatkhrus
  • fatkhrus's Avatar
  • Offline
  • Administrator
  • Posts: 826
  • Thank you received: 123
  • Karma: -107
Maybe the problem in Siemens Logo time representation. It usually was in HEX format. If yes you should use "Hex to Int" and "Int to Hex" script objects of TeslaSCADA for getting right value.
The administrator has disabled public write access.
  • Page:
  • 1
  • 2
Go to top