Commit 51a48a12 authored by Carmelo Magnafico's avatar Carmelo Magnafico
Browse files

update EM MDOR memorypatch at 01 deltasec and 100 words lenght for command

parent f68ceefd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -35,10 +35,11 @@ class wrongMemoryType(Exception):


#Settings
datasplit = 224 #maximum length in byte for a single data sent in one command
datasplit = 200 #maximum length in byte for a single data sent in one command
dataword = 16 #bit of a word
output_folder = 'output/'
INT_BITS = 16
deltaSeconds = 1


# Function to left
@@ -191,7 +192,6 @@ for i in range(2):
	# write the MDOR
	#+++++++++++++++++

	deltaSeconds = 10
	actionTime = datetime(1900,1,1) + timedelta(seconds=deltaSeconds)

	#Updating fields
+2 −2
Original line number Diff line number Diff line
@@ -35,9 +35,10 @@ class wrongMemoryType(Exception):


#Settings
datasplit = 224 #maximum length in byte for a single data sent in one command
datasplit = 200 #maximum length in byte for a single data sent in one command
dataword = 16 #bit of a word
output_folder = 'output/'
deltaSeconds = 5 #[s] time separations between commands


def is_number(s):
@@ -187,7 +188,6 @@ else:
# write the MDOR
#+++++++++++++++++

deltaSeconds = 10
actionTime = datetime(1900,1,1) + timedelta(seconds=deltaSeconds)

#Updating fields
+1993 −1177

File changed.

Preview size limit exceeded, changes collapsed.

+997 −589

File changed.

Preview size limit exceeded, changes collapsed.

+1145 −737

File changed.

Preview size limit exceeded, changes collapsed.