Forum Replies Created
-
AuthorPosts
-
manjey73ParticipantIf you have any questions about keys, write to the email address specified in the driver.
P.S. if you are interested in getting driver keys for free or even a key generator, look for an intelligent C++ programmer.
Beckhoff has a library for Linux that needs to be given a mind so that it can be used in the driver.1. Make it dynamic (now it is completely static)
2. Make the export of all functions for use in the C# code
3. Make builds for ARM and Windows (now the library is only for Linux X86)something like that.
p.p.s. and yet the Linux library should support not only TwinCAT 2 but also TwinCAT 3in the TwinCAT library.Ads for PLC data (TwinCAT 2 development environment) there is no concept of Ams Routing (appeared only in the library for TwinCat3, and this is another series of controllers.
Routing is performed by means of TwinCAT System Manager.
-
This reply was modified 1 year, 8 months ago by
manjey73.
manjey73ParticipantYou need to install the paid functionality on both the Server computer and the Development computer.
You only need to register paid modules on the Server computer (RT)
On the development computer, paid modules are needed to be able to register, create channels, settings, etc.
manjey73ParticipantAre you still polling this device in parallel with the Scada system?
manjey73ParticipantIf I’m not mistaken, by specifying Code, you can send commands by Code and not by channel number.
manjey73ParticipantAnd possibly with subsequent multiplication by 100 in the Cnl*100 channel formula
manjey73Participant@octavio-f I use this converter to determine the permutation
https://www.scadacore.com/tools/programming-calculators/online-hex-converter/
See Float – Mid-Big Endian (BADC) In theory, you need to specify a byte permutation for your case = 1032
manjey73ParticipantOr under Wine with some restrictions.
May 27, 2024 at 12:33 pm in reply to: I could not run it as a TCP/IP server without disabling the firewall #14540
manjey73Participant1. You need to configure port 502 availability (open port) in your firewall
2. Use dynamic images for these cases.
manjey73ParticipantExample
Off: black; Auto: green; Cool: blue; Dry: grey; Heat: red; Fan: siennaOff = 0
Auto = 1
Cool = 2
Dry = 3
Heat = 4
Fan = 5Auxiliary Tables – Formats
Not sure about the accuracy for the English version
manjey73Participant
manjey73Participant
manjey73ParticipantMaybe the bytes don’t change randomly, but in places?
There is a parameter in the protocol, I don’t remember exactly now, which speaks about direct transmission or reverse.
manjey73ParticipantScada can run on both Windows and Linux in C# NET 6(8) and is there an option to use python from C# code?
Well, you will have to additionally install python on Windows.
Not the best solution
manjey73Participanthttps://dotnet.microsoft.com/en-us/download/dotnet/6.0
There is support for Arm32
-
This reply was modified 1 year, 8 months ago by
-
AuthorPosts