Forum Replies Created
-
AuthorPosts
-
manjey73
ParticipantWhat do you enter when the command window opens and it works as it should?
manjey73
ParticipantYes, it seems enough to specify the values in the output formula, but you have a value in hex format – 111e. You need to try, the output variable will also be double, you will probably need to convert it, for example, into a byte array, that is, use CmdData instead of Cmd
manjey73
Participant@redass
When using the mnemonic circuit, there is a “Send command immediately” mode, by default the command sends a value of 0, which can be changed by the output formula of the channel at your discretion.manjey73
ParticipantI wrote examples when the scada script takes data from a file, for example. without creating a driver
manjey73
Participantor if the code is very simple, try using it in scada scripts
manjey73
Participantwrite a simple driver where your code, when going somewhere for the weather, will give you data as channel values.
manjey73
ParticipantCnl != 255 ? (Cnl%256)/100 : doubleNaN
2.55 isn’t that after dividing by 100?
If the value from the device is 255, then you will receive
---
well, or you still need to add status processing or perform it through status processingmanjey73
ParticipantPLCs are to only Read and not Write data back to the Modbus devices.
Please translate, or draw a diagram of the interaction?
Do you have 3 PLCs but you can’t transfer data from others into them, but they can take data from Scada? – then use Modbus Slave
Do you have 3 PLCs and can you write Scada data in them? – then you need an Auto-Control Modulemanjey73
ParticipantUpdated the driver for version 6.
I threw the release on Git, so at least there is an understanding about the number of downloads.Creating templates is still done by hand, even though the graphic part from @JurasskPark is screwed on
manjey73
ParticipantThe operating system has no effect on changing the keys. There are 3 conditions
1. Do not change the computer name
2. Do not change the Scada installation folder
3. Do not change the OS, for example, Windows was standing, but put Linuxmanjey73
Participantwe need to look at who is causing the error and where? is this an nginx or scadaweb error
manjey73
ParticipantI’m so lazy that I put curl if it’s not there and then I give the command to install dotnet with a script. It is available in the installation documentation on the Microsoft website. 🙂
-
This reply was modified 1 year, 3 months ago by
manjey73.
manjey73
ParticipantFor Scada and WEB to work, only runtime dotnet is needed.
But there should be two of them. NETCore and ASP NETCoremanjey73
Participant.NET runtimes installed:
Microsoft.NETCore.App 8.0.5 [/usr/lib/dotnet/shared/Microsoft.NETCore.App]You have lost one NET component or not installed
Where Microsoft.AspNetCore.App ????
-
This reply was modified 1 year, 3 months ago by
manjey73.
manjey73
ParticipantThere is probably no need to run TwinCAT System Manager for the driver to work. It is needed in order to find a virtual controller and write a program to it. At least I have closed all applications related to TwinCAT and deleted the services associated with it through the manager. Scada continues to poll the virtual controller properly.
-
This reply was modified 1 year, 3 months ago by
-
AuthorPosts