11/29/2020 6:00 AM | |
Joined: 3/7/2020 Last visit: 5/27/2023 Posts: 16 Rating:
|
hello dear experts I have a trouble in logo web editor proggraming. i want to read a temperature transmitter in web server.but i cant read it on web. also i want to have a set point function to compare ambient temperature and my set point, but i cant do it. Do you have a similar sample that How to control the temperature of a room with mobile or web browser? i attached my programm in this message and i'll send my lwe in next message thanks AttachmentFan Coil.zip (73 Downloads) |
11/29/2020 6:05 AM | |
Joined: 3/7/2020 Last visit: 5/27/2023 Posts: 16 Rating:
|
[snip]
Attachmentlwe.zip (74 Downloads) |
Last edited by: Jen_Moderator at: 11/30/2020 11:09:24Removed link and added file as an attachment. |
|
11/29/2020 6:25 AM | |
Joined: 12/18/2014 Last visit: 12/1/2023 Posts: 31530 Rating:
|
You have a problem with the addresses, they overlap. The V bits V0.0 and V0.1 are part of the word VW0. You also use the V-Bit V0.1 for the manual start in the LOGO! Diagram, but in the LWE you use the V-Bit V1.1 for this function. On the basics: 8 consecutive bits are a byte. Two consecutive bytes are a word. Two consecutive words are a double word (DWord). Example: VB0 consists of the bits V0.0 to V0.7, VB1 consists of the bits V1.0 to V1.7. VW0 consists of the bytes VB0 and VB1 and thus of the bits V0.0 to V1.7. VD0 consists of the words VW0 and VW2. Thus from bytes VB0 to VB3 and thus from bits V0.0 to V3.7. I would adapt your LWE project to you, but I have the current LWE V1.1.0. If I were to adapt your project, you would no longer be able to open and edit the project in an older version (V1.0 or V1.0.1).
AttachmentLOGO! Bit, Byte, Word and DWord.pdf (83 Downloads) |
11/29/2020 7:27 AM | |
Joined: 3/7/2020 Last visit: 5/27/2023 Posts: 16 Rating:
|
thanks a lot how can i download lwe 1.1.0 ? |
11/29/2020 7:44 AM | |
Joined: 12/18/2014 Last visit: 12/1/2023 Posts: 31530 Rating:
|
Download for LOGO! 8.3 Software UpgradeDownload and installation instructions for the LOGO! Soft Comfort Upgrade to the Version V8.3. The upgrade contains:
Installation instructions for the LOGO! Soft Comfort Upgrade to the Version V8.3: The predecessor version of LOGO! Soft Comfort on PC is required for installation. Alternatively, you can also use an existing LOGO! Soft Comfort DVD during the installation. What's new with LOGO! Soft Comfort V8.3:
The order number for LOGO! Soft Comfort remains unchanged. The stock at EC will be sold out. -------------------------------------------------------------------------------------------------------------------------------- Note: A DAMEX check is required to download the free upgrade to SIOS (FAQ: Support ID109744535) -------------------------------------------------------------------------------------------------------------------------------- What's new with LOGO! Web Editor Version V1.1:
-------------------------------------------------------------------------------------------------------------- Note: A DAMEX check is required to download the Web Editor V1.1. (FAQ: Support ID109744535) -------------------------------------------------------------------------------------------------------------- Compatibility notes: The LOGO! Web Editor Version V1.1 also allows to create user-defined web pages for LOGO! 8.2. The additional controls, except the user-defined web page and PDF documents, as well as the additional design options can also be used with the user-defined web server of LOGO! 8.2 basic units. Note: A DAMEX check is required to download the LOGO! Web Editor. (FAQ: Support ID109744535) |
11/30/2020 6:21 AM | |
Joined: 3/7/2020 Last visit: 5/27/2023 Posts: 16 Rating:
|
If the photo quality is low, use this link [snip] |
Last edited by: Jen_Moderator at: 11/30/2020 11:10:38Removed link and added file as an attachment. |
|
11/30/2020 6:47 AM | |
Joined: 3/7/2020 Last visit: 5/27/2023 Posts: 16 Rating:
|
[snip] its my program Please look at it. AttachmentDesktop.zip (72 Downloads) |
Last edited by: Jen_Moderator at: 11/30/2020 11:14:41Removed link and added file as an attachment. |
|
Follow us on