Welcome, Guest
Username: Password: Remember me

TOPIC: Reading Data from Siemens Logo 8

Reading Data from Siemens Logo 8 6 years 7 months ago #292

  • Snowy
  • Snowy's Avatar
I want to display on Tesla scada2 runtime the "On Time" and "Off Time " of a weekly timer in logo 8. I am reading a value in decimal but want to display in Hex.
ie. The Time of 18:30 is coming in as 6,192. Can this be Done?
The administrator has disabled public write access.

Reading Data from Siemens Logo 8 6 years 7 months ago #293

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

You can use "Integer to Hex" and "Hex to Integer" script object from Hex operation library.

Best regards,
Ruslan
The administrator has disabled public write access.
The following user(s) said Thank You: Snowy

Reading Data from Siemens Logo 8 6 years 7 months ago #294

  • Snowy
  • Snowy's Avatar
Thankyou Ruslan but I have never used scripts. Where is the library?
The administrator has disabled public write access.

Reading Data from Siemens Logo 8 6 years 7 months ago #295

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

To understand how to use HexToInt and IntToHex script objects watch this video tutorial:

Best regards,
Ruslan
The administrator has disabled public write access.
The following user(s) said Thank You: Snowy

Reading Data from Siemens Logo 8 6 years 7 months ago #296

  • Snowy
  • Snowy's Avatar
Thank you Ruslan I now understand.
The administrator has disabled public write access.
Go to top