Added PSU DS

Signed-off-by: Bernardo Carvalho <bernardo.carvalho@tecnico.ulisboa.pt>
This commit is contained in:
2025-10-25 23:47:18 +01:00
parent edd9364f9f
commit cc8cab6d5f
3 changed files with 104 additions and 125 deletions

View File

@@ -336,7 +336,7 @@ $TestApp = {
}
}
+UartOutDS = {
Class = UARTOutput
Class = PSUCommunicator::PSUCommunicatorTX
PortName = "/dev/ttyS0" //Name of the UART port, Mandatory
//PortName = "/dev/ttyLoopWr" //Name of the UART port, Mandatory
BaudRate = 9600 // 10.851 µs / Byte
@@ -344,6 +344,8 @@ $TestApp = {
Timeout = 200000 //Maximum time to wait for data
CPUMask = 8 //Affinity of the CPU of where to read data from
SerialTimeout = 1000
PointOfZeroCurrent = 5.100000e+02
CurrentStep = 2.929700e+00
Signals = {
SerialOut = {
Type = float32 //Mandatory. Only type that is supported.