Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
7a5c5845bf
|
@ -471,9 +471,6 @@ internal static class Program
|
||||||
: salimaxAlarmsState; // this will be replaced by LedState
|
: salimaxAlarmsState; // this will be replaced by LedState
|
||||||
|
|
||||||
int.TryParse(s3Bucket?.Split("-")[0], out var installationId);
|
int.TryParse(s3Bucket?.Split("-")[0], out var installationId);
|
||||||
|
|
||||||
//record.Log.SalimaxAlarms = bAlarmList;
|
|
||||||
//record.Log.SalimaxWarnings = bWarningList;
|
|
||||||
|
|
||||||
var returnedStatus = new StatusMessage
|
var returnedStatus = new StatusMessage
|
||||||
{
|
{
|
||||||
|
|
|
@ -28,7 +28,7 @@ public abstract class ModbusClient
|
||||||
public abstract MbData ReadWriteRegisters (UInt16 readAddress,
|
public abstract MbData ReadWriteRegisters (UInt16 readAddress,
|
||||||
UInt16 nbToRead,
|
UInt16 nbToRead,
|
||||||
UInt16 writeAddress,
|
UInt16 writeAddress,
|
||||||
UInt16s registersToWrite);
|
UInt16s registersToWrite);
|
||||||
|
|
||||||
protected ModbusClient(Channel channel, Byte slaveId, Endian endian = Endian.Little)
|
protected ModbusClient(Channel channel, Byte slaveId, Endian endian = Endian.Little)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue