Forum Replies Created
-
AuthorPosts
-
manjey73
ParticipantIf I’m not mistaken, by specifying Code, you can send commands by Code and not by channel number.
manjey73
ParticipantAnd possibly with subsequent multiplication by 100 in the Cnl*100 channel formula
manjey73
Participant@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
manjey73
ParticipantOr 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 #14540manjey73
Participant1. You need to configure port 502 availability (open port) in your firewall
2. Use dynamic images for these cases.manjey73
ParticipantExample
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 versionmanjey73
Participantmanjey73
Participantmanjey73
ParticipantMaybe 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.
manjey73
ParticipantScada 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
manjey73
Participanthttps://dotnet.microsoft.com/en-us/download/dotnet/6.0
There is support for Arm32
manjey73
ParticipantThe ARM Cortex-A8 is a 32-bit processor core licensed by ARM Holdings implementing the ARMv7-A architecture.
It is quite possible. But the web is definitely not worth putting on it 🙂
-
This reply was modified 1 year, 7 months ago by
manjey73.
manjey73
ParticipantYou can also run Scada on 256 MB, removing the excess if possible. But first you need to check the installation of dotnetfx 6 or 8. If it gets up and starts, you can try.
manjey73
ParticipantRapid Scada v6 runs on ARM v7 and higher processors
Version 5 including ARM v6For version 6, first check dotnet support by processor type
I don’t think there will be any problems on the Raspberry Pi5manjey73
ParticipantIn theory, you can make a recipe with arrays of data plus a selection formula. And also with the help of an automatic control Module.
For example, you make an array for a recipe that you will send to the device using the module. As well as several arrays for storing your recipes. A calculated selection channel that, at different values, copies from the storage array to the current recipe array. With the automatic control module, you control the change of the main array and send it to the device or panel.-
This reply was modified 1 year, 8 months ago by
manjey73.
-
This reply was modified 1 year, 7 months ago by
-
AuthorPosts